[Bug binutils/10061] The binutils suite will not compile on systems without a bash shell

2009-06-03 Thread Ralf dot Wildenhues at gmx dot de
--- Additional Comments From Ralf dot Wildenhues at gmx dot de 2009-06-04 06:00 --- Which system and shell is this on exactly? Including version, please. Thanks. -- What|Removed |Added -

[Bug gold/10238] Gold linker does not resolve symbols using indirect dependencies

2009-06-03 Thread apratt at us dot ibm dot com
--- Additional Comments From apratt at us dot ibm dot com 2009-06-04 01:14 --- Created an attachment (id=3981) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3981&action=view) Shell script test case, demonstrates the bug. Edit GOLDBINDIR before running. This shell script demonst

[Bug gold/10238] New: Gold linker does not resolve symbols using indirect dependencies

2009-06-03 Thread apratt at us dot ibm dot com
The "gold" linker in the weekly build 2.19.51 does not resolve unresolved symbols using indirect dependent shared libraries, while the default linker does do so. I found this on x86_64 Linux RHEL 4 U6. The default linker I have is GNU ld version 2.15.92.0.2 20040927. If you have an object file "t

[Bug gold/10237] New: internal error in dynsym_index, at ../../gold/symtab.h:335

2009-06-03 Thread rmansfield at qnx dot com
$ ./ld-new -v GNU gold (GNU Binutils 2.19.51.20090603) 1.9 $ touch shared.c $ gcc -shared -o libfoo.so shared.c $ ./ld-new -r libfoo.so ./ld-new: error: cannot mix -r with dynamic object libfoo.so ./ld-new: internal error in dynsym_index, at ../../gold/symtab.h:335 Also, gold returns a fatal erro

[Bug binutils/10222] Objcopy asserts when copying binary input target to a mach-o-le output target

2009-06-03 Thread gingold at adacore dot com
-- What|Removed |Added AssignedTo|unassigned at sources dot |gingold at adacore dot com |redhat dot com | Status|NEW