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

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