crosstool-ng/packages/gcc/4.9.4/0006-alpha-bad-eh_frame.patch
Alexey Neyman 98bc4decde Run all patches through renumbering and update
Signed-off-by: Alexey Neyman <stilor@att.net>
2017-12-02 12:44:39 -08:00

16 lines
495 B
Diff

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