Blame SOURCES/gcc11-no-add-needed.patch

f61693
2010-02-08  Roland McGrath  <roland@redhat.com>
f61693
f61693
	* config/gnu-user.h (LINK_EH_SPEC): Pass --no-add-needed to the linker.
f61693
	* config/alpha/elf.h (LINK_EH_SPEC): Likewise.
f61693
	* config/ia64/linux.h (LINK_EH_SPEC): Likewise.
f61693
f61693
--- gcc/config/alpha/elf.h.jj	2011-01-03 12:52:31.118056764 +0100
f61693
+++ gcc/config/alpha/elf.h	2011-01-04 18:14:10.931874160 +0100
f61693
@@ -168,5 +168,5 @@ extern int alpha_this_gpdisp_sequence_nu
f61693
    I imagine that other systems will catch up.  In the meantime, it
f61693
    doesn't harm to make sure that the data exists to be used later.  */
f61693
 #if defined(HAVE_LD_EH_FRAME_HDR)
f61693
-#define LINK_EH_SPEC "%{!static|static-pie:--eh-frame-hdr} "
f61693
+#define LINK_EH_SPEC "--no-add-needed %{!static|static-pie:--eh-frame-hdr} "
f61693
 #endif
f61693
--- gcc/config/ia64/linux.h.jj	2011-01-03 13:02:11.462994522 +0100
f61693
+++ gcc/config/ia64/linux.h	2011-01-04 18:14:10.931874160 +0100
f61693
@@ -76,7 +76,7 @@ do {						\
f61693
    Signalize that because we have fde-glibc, we don't need all C shared libs
f61693
    linked against -lgcc_s.  */
f61693
 #undef LINK_EH_SPEC
f61693
-#define LINK_EH_SPEC ""
f61693
+#define LINK_EH_SPEC "--no-add-needed "
f61693
 
f61693
 #undef TARGET_INIT_LIBFUNCS
f61693
 #define TARGET_INIT_LIBFUNCS ia64_soft_fp_init_libfuncs
f61693
--- gcc/config/gnu-user.h.jj	2011-01-03 12:53:03.739057299 +0100
f61693
+++ gcc/config/gnu-user.h	2011-01-04 18:14:10.932814884 +0100
f61693
@@ -106,7 +106,7 @@ see the files COPYING3 and COPYING.RUNTI
f61693
 #define LIB_SPEC GNU_USER_TARGET_LIB_SPEC
f61693
 
f61693
 #if defined(HAVE_LD_EH_FRAME_HDR)
f61693
-#define LINK_EH_SPEC "%{!static|static-pie:--eh-frame-hdr} "
f61693
+#define LINK_EH_SPEC "--no-add-needed %{!static|static-pie:--eh-frame-hdr} "
f61693
 #endif
f61693
 
f61693
 #define GNU_USER_TARGET_LINK_GCC_C_SEQUENCE_SPEC \