mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Merge pull request #721 from stilor/alpha-bad-eh_frame
Add patch from GCC #80037
This commit is contained in:
commit
f975aea2f8
13
patches/gcc/4.8.5/111-alpha-bad-eh_frame.patch
Normal file
13
patches/gcc/4.8.5/111-alpha-bad-eh_frame.patch
Normal file
@ -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
|
13
patches/gcc/4.9.4/111-alpha-bad-eh_frame.patch
Normal file
13
patches/gcc/4.9.4/111-alpha-bad-eh_frame.patch
Normal file
@ -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
|
13
patches/gcc/5.4.0/111-alpha-bad-eh_frame.patch
Normal file
13
patches/gcc/5.4.0/111-alpha-bad-eh_frame.patch
Normal file
@ -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
|
13
patches/gcc/6.3.0/111-alpha-bad-eh_frame.patch
Normal file
13
patches/gcc/6.3.0/111-alpha-bad-eh_frame.patch
Normal file
@ -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
|
13
patches/gcc/7.1.0/111-alpha-bad-eh_frame.patch
Normal file
13
patches/gcc/7.1.0/111-alpha-bad-eh_frame.patch
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user