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

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