Re: [PATCH] ld: testsuite: Fix integer overflow in ld/testsuite/ld-elf/init-mixed.c.

Jan Beulich <[email protected]> Mon, 20 Jul 2026 08:51:26 +0200
Newsgroups gmane.comp.gnu.binutils
Message-ID <[email protected]>
On 17.07.2026 18:11, Jan Dubiec wrote:
> The code assumes that int is 32 bits wide (see e.g. line 97), which is
> not necessarily true.

In general I agree, yet I'm certain there are many instances of this assumption
throughout binutils sources.

Jan