summaryrefslogtreecommitdiff
path: root/patches/gcc/4.9.4
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-05-23 07:04:09 (GMT)
committerAlexey Neyman <stilor@att.net>2017-05-23 07:04:09 (GMT)
commit0d8e7cbba68c73e1583f5778e24d688db6705c7a (patch)
tree85450afe45086ea08493e5152e6376fb45aa6b74 /patches/gcc/4.9.4
parent1dbb06f2d375d58f12e79399b64b3111fc4d35fc (diff)
Add patch from GCC #80037
Fixes #719. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'patches/gcc/4.9.4')
-rw-r--r--patches/gcc/4.9.4/111-alpha-bad-eh_frame.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/gcc/4.9.4/111-alpha-bad-eh_frame.patch b/patches/gcc/4.9.4/111-alpha-bad-eh_frame.patch
new file mode 100644
index 0000000..93f6e94
--- /dev/null
+++ b/patches/gcc/4.9.4/111-alpha-bad-eh_frame.patch
@@ -0,0 +1,13 @@
+https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80037
+
+diff --git a/libgcc/config/alpha/t-alpha b/libgcc/config/alpha/t-alpha
+index 0b6ffb1..0c2f840 100644
+--- 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