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

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