[Bug gold/6811] New: system library path heuristics fail in some cases

2008-07-31 Thread kris dot van dot hees at oracle dot com
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

Bug Report: i386-pc-solaris2.11 (OpenSolaris b94) -- 2 FAILs in gas -- "comments in listing" _and_ "i386 intelbad"

2008-07-31 Thread rob1weld
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 === .

[Bug gas/6800] New: bug in push and pop

2008-07-31 Thread wpc at dcs dot gla dot ac dot uk
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