$ ./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 error if -V is specified without input files where ld does not. -- Summary: internal error in dynsym_index, at ../../gold/symtab.h:335 Product: binutils Version: 2.20 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gold AssignedTo: ian at airs dot com ReportedBy: rmansfield at qnx dot com CC: bug-binutils at gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=10237 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils