The current heuristic in gold to determine whether a library is located in the
system library path (to surpress errors about undefined symbols) fails in cases
where e.g. a stub library exists for the C library. The stub library would also
be named libc.so, but it would be in a location other than
I'm not a regular mail-list member but your page:
http://www.gnu.org/software/binutils/ says we can email
bug-binutils@gnu.org with bug reports.
I'm running OpenSolaris b94 (which configure identifies as
i386-pc-solaris2.11) and running "make check" produces two errors:
=== gas tests ===
.
The push and pop instructions of gas on the amd64 bit architecture do not
correctly assemble pop or push instructions for 32 bit registers.
The architecture supporst pop %edx and push %edx but these are not accepted by
gas either as
pop %edx
or as
popl %edx
--
Summary: bug in push an