gcc/gcc46-no-add-needed.patch

53 lines
2.1 KiB
Diff
Raw Normal View History

2010-02-08 20:09:15 +00:00
2010-02-08 Roland McGrath <roland@redhat.com>
* config/rs6000/sysv4.h (LINK_EH_SPEC): Pass --no-add-needed to the
linker.
* config/linux.h (LINK_EH_SPEC): Likewise.
* config/alpha/elf.h (LINK_EH_SPEC): Likewise.
* config/ia64/linux.h (LINK_EH_SPEC): Likewise.
2011-01-22 10:26:14 +00:00
--- gcc/config/alpha/elf.h.jj 2011-01-03 12:52:31.118056764 +0100
+++ gcc/config/alpha/elf.h 2011-01-04 18:14:10.931874160 +0100
@@ -438,7 +438,7 @@ extern int alpha_this_gpdisp_sequence_nu
2010-02-08 20:09:15 +00:00
I imagine that other systems will catch up. In the meantime, it
doesn't harm to make sure that the data exists to be used later. */
#if defined(HAVE_LD_EH_FRAME_HDR)
2010-07-30 15:32:29 +00:00
-#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
+#define LINK_EH_SPEC "--no-add-needed %{!static:--eh-frame-hdr} "
2010-02-08 20:09:15 +00:00
#endif
/* A C statement (sans semicolon) to output to the stdio stream STREAM
2011-01-22 10:26:14 +00:00
--- gcc/config/ia64/linux.h.jj 2011-01-03 13:02:11.462994522 +0100
+++ gcc/config/ia64/linux.h 2011-01-04 18:14:10.931874160 +0100
@@ -82,7 +82,7 @@ do { \
2010-02-08 20:09:15 +00:00
Signalize that because we have fde-glibc, we don't need all C shared libs
linked against -lgcc_s. */
#undef LINK_EH_SPEC
2010-07-30 15:32:29 +00:00
-#define LINK_EH_SPEC ""
+#define LINK_EH_SPEC "--no-add-needed "
2010-02-08 20:09:15 +00:00
#define MD_UNWIND_SUPPORT "config/ia64/linux-unwind.h"
2011-01-22 10:26:14 +00:00
--- gcc/config/linux.h.jj 2011-01-03 12:53:03.739057299 +0100
+++ gcc/config/linux.h 2011-01-04 18:14:10.932814884 +0100
@@ -102,7 +102,7 @@ see the files COPYING3 and COPYING.RUNTI
2010-02-08 20:09:15 +00:00
} while (0)
#if defined(HAVE_LD_EH_FRAME_HDR)
2010-07-30 15:32:29 +00:00
-#define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
+#define LINK_EH_SPEC "--no-add-needed %{!static:--eh-frame-hdr} "
2010-02-08 20:09:15 +00:00
#endif
2011-01-22 10:26:14 +00:00
#undef LINK_GCC_C_SEQUENCE_SPEC
--- gcc/config/rs6000/sysv4.h.jj 2011-01-03 13:02:18.255994215 +0100
+++ gcc/config/rs6000/sysv4.h 2011-01-04 18:14:10.933888871 +0100
@@ -869,7 +869,7 @@ extern int fixuplabelno;
-dynamic-linker " LINUX_DYNAMIC_LINKER "}}"
2010-02-08 20:09:15 +00:00
#if defined(HAVE_LD_EH_FRAME_HDR)
2010-07-30 15:32:29 +00:00
-# define LINK_EH_SPEC "%{!static:--eh-frame-hdr} "
+# define LINK_EH_SPEC "--no-add-needed %{!static:--eh-frame-hdr} "
2010-02-08 20:09:15 +00:00
#endif
#define CPP_OS_LINUX_SPEC "-D__unix__ -D__gnu_linux__ -D__linux__ \