summaryrefslogtreecommitdiff
path: root/packages/gcc/4.8.5/0004-alpha-bad-eh_frame.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gcc/4.8.5/0004-alpha-bad-eh_frame.patch')
-rw-r--r--packages/gcc/4.8.5/0004-alpha-bad-eh_frame.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/gcc/4.8.5/0004-alpha-bad-eh_frame.patch b/packages/gcc/4.8.5/0004-alpha-bad-eh_frame.patch
deleted file mode 100644
index f341a06..0000000
--- a/packages/gcc/4.8.5/0004-alpha-bad-eh_frame.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80037
-
----
- libgcc/config/alpha/t-alpha | 4 ++++
- 1 file changed, 4 insertions(+)
-
---- a/libgcc/config/alpha/t-alpha
-+++ b/libgcc/config/alpha/t-alpha
-@@ -1,2 +1,6 @@
- # This is a support routine for longlong.h, used by libgcc2.c.
- LIB2ADD += $(srcdir)/config/alpha/qrnnd.S
-+
-+# When GAS-generated unwind tables are created, they get created
-+# after the __FRAME_END__ terminator, which causes an ld error.
-+CRTSTUFF_T_CFLAGS = -fno-unwind-tables