[PATCH v12 03/25] gas: implement parsing of object attributes v2

Mark Wielaard mark@klomp.org
Thu Jan 22 13:37:46 GMT 2026


Hi Matthieu,

On Thu, 2026-01-22 at 12:53 +0000, Matthieu Longo wrote:
> FYI I am not detecting any of those issues on my machine, and I am struggling to spot them by reading the source.
> If you know a tool to detect such issues, please let me know.

At least on x86_64 if you have all the i686 devel libraries/headers
installed you can do:

$ ~/src/binutils-gdb/configure --enable-targets=all CC="gcc -m32" CXX="g++ -m32"
$ make all-binutils -j32

That should at least show the last 3 failures reported (before your and
Rainer's patches).

You could also use a try-branch and submit to the sourceware builder
which will then build on various arches (including some 32bit).
See https://sourceware.org/binutils/wiki/Buildbot

Cheers,

Mark


More information about the Binutils mailing list