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

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