http://sourceware.org/bugzilla/show_bug.cgi?id=14915
--- Comment #7 from Michael Matz <matz at suse dot de> 2012-12-04 14:44:50 UTC --- (In reply to comment #5) > (In reply to comment #4) > > This option is renamed from --add-needed: > > > > http://sourceware.org/ml/binutils/2004-07/msg00093.html > > Yes, but why are you mentioning that? In particular, from that thread is referred the GCC problem that you wanted to fix with adding --no-add-needed: http://gcc.gnu.org/ml/gcc/2004-04/msg01130.html The problem specifically was that libunwind was added to DT_NEEDED because it was itself DT_NEEDED by libgcc_s, and it was said that this was how the linker is supposed to work. Now, meanwhile the default got switched, i.e. --no-copy-dt-needed-entries is the default, but we're supposed to be able to switch back with --copy-dt-needed-entries. And this bug report is about the fact, that this doesn't work. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils