summaryrefslogtreecommitdiff
path: root/packages/gcc/5.5.0/0004-alpha-bad-eh_frame.patch
blob: f341a06325e19f0d23da67c9e089fafda3c517a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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