[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-28 Thread doko at debian dot org
--- Additional Comments From doko at debian dot org 2009-10-28 10:03 --- checked that the sha test passes, when sha.o is built with this patch. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10856 --- You are receiving this mail because: --- You are on the CC list for

[Bug gas/10856] [2.20 regression] gas creates wrong code which results in a test failure in libcrypto++'s sha2 test

2009-10-28 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-28 10:08 --- . -- What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug gold/10860] New: gold is missing '--warn-common' option

2009-10-28 Thread plaes at plaes dot org
When trying to build sdlmame, build fails during linking because gold linker is missing `--warn-common` option. [snip] Archiving obj/sdl/sdlmame/libosd.a... Archiving obj/sdl/sdlmame/libsound.a... Linking testkeys... Linking romcmp...

[Bug gold/10861] New: gold fails to link fuse user space library (multiple definitions in same object)

2009-10-28 Thread plaes at plaes dot org
fuse - http://fuse.sourceforge.net/ [snip] libtool: link: x86_64-pc-linux-gnu-gcc -shared .libs/fuse.o .libs/fuse_kern_chan.o .libs/fuse_loop.o .libs/fuse_loop_mt.o .libs/fuse_lowlevel.o .libs/fuse_mt.o .libs/fuse_opt.o .libs/fuse_session.o .libs/fuse_signals.o .libs/helper.o .libs/subdir.o

[Bug gold/10862] New: gold fails to link qemu - error: address of section '.tbss' moves backward

2009-10-28 Thread plaes at plaes dot org
I'm seeing following errors when trying to build qemu: [snip] LINK cris-linux-user/qemu-cris /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.2/../../../../x86_64-pc-linux-gnu/bin/ld: error: address of section '.tbss' moves backward from 0x6017d080 to 0x6017cee0 LINK arm-linux-user/qemu-arm

[Bug gold/10862] gold fails to link qemu - error: address of section '.tbss' moves backward

2009-10-28 Thread ian at airs dot com
--- Additional Comments From ian at airs dot com 2009-10-29 04:20 --- It would be very helpful if you could pull together a self-contained test case. Thanks. -- What|Removed |Added