[Bug gold/10147] building alsa-lib with gold results in internal error in make_view, at ../../gold/fileread.cc:356

2009-05-11 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2009-05-12 01:24 --- Created an attachment (id=3932) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3932&action=view) control.o.bz2 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10147 --- You are receiving this m

[Bug gold/10147] New: building alsa-lib with gold results in internal error in make_view, at ../../gold/fileread.cc:356

2009-05-11 Thread vapier at gentoo dot org
using the attached .o linux x86-64 object and put into an archive, a simple gold invocation to create a shared library causes an internal error this is with current cvs (~ Mon May 11 21:23:03 EDT 2009) $ rm -f libfoo.a $ ar rc libfoo.a control.o $ ./gold/ld-new -shared -o libfoo.so --whole-archiv

[Bug gold/10145] New: gold doesn't support ld flag -X / --discard-locals

2009-05-11 Thread zeev dot tarantov at gmail dot com
I have binutils with gold with the changelog showing the entry from April 1st this year but not newer, so it's lagging behind trunk/head. While compiling the linux kernel 2.6.30-rc5, it complained with: LD .tmp_vmlinux1 ld: -X:

[Bug ld/10144] mips/ld: non-dynamic relocations refer to dynamic symbol

2009-05-11 Thread aurelien at aurel32 dot net
--- Additional Comments From aurelien at aurel32 dot net 2009-05-11 14:02 --- Created an attachment (id=3931) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3931&action=view) testcase -- http://sourceware.org/bugzilla/show_bug.cgi?id=10144 --- You are receiving this mai

[Bug ld/10144] New: mips/ld: non-dynamic relocations refer to dynamic symbol

2009-05-11 Thread aurelien at aurel32 dot net
ld from binutils version 2.19.1, but also from the trunk version, is failing to link some objects on mips and mipsel, o32 ABI, with the following error: | ld: non-dynamic relocations refer to dynamic symbol pthread_cancel@@GLIBC_2.0 | ld: failed to set dynamic section sizes: Bad value This happe

[Bug ld/2729] ld terminated with signal 11 [Segmentation fault]

2009-05-11 Thread christian dot joensson at gmail dot com
-- What|Removed |Added CC||christian dot joensson at ||gmail dot com http://sourceware.org

[Bug gas/10143] New: Failed compilation at bfin-parse.c

2009-05-11 Thread LiraNuna at gmail dot com
binutils will fail to compile for triplet bfin-unknown-elf (or just bfin-elf for short) because gas is compiled with -Werror and a warning in the code. A diff to fix the problem: (file ./binutils-2.19.51/gas/bfin-parse.c) 565c565 < as_bad (buffer); --- > as_bad ("%s", buffer); --