diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-23 08:49:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-23 08:49:59 -0700 |
commit | f975aea2f8bc76f020bc6bc7a3733940ec95da88 (patch) | |
tree | 85450afe45086ea08493e5152e6376fb45aa6b74 /patches/gcc | |
parent | 1dbb06f2d375d58f12e79399b64b3111fc4d35fc (diff) | |
parent | 0d8e7cbba68c73e1583f5778e24d688db6705c7a (diff) | |
download | crosstool-ng-f975aea2f8bc76f020bc6bc7a3733940ec95da88.tar.gz crosstool-ng-f975aea2f8bc76f020bc6bc7a3733940ec95da88.tar.bz2 crosstool-ng-f975aea2f8bc76f020bc6bc7a3733940ec95da88.zip |
Merge pull request #721 from stilor/alpha-bad-eh_frame
Add patch from GCC #80037
Diffstat (limited to 'patches/gcc')
-rw-r--r-- | patches/gcc/4.8.5/111-alpha-bad-eh_frame.patch | 13 | ||||
-rw-r--r-- | patches/gcc/4.9.4/111-alpha-bad-eh_frame.patch | 13 | ||||
-rw-r--r-- | patches/gcc/5.4.0/111-alpha-bad-eh_frame.patch | 13 | ||||
-rw-r--r-- | patches/gcc/6.3.0/111-alpha-bad-eh_frame.patch | 13 | ||||
-rw-r--r-- | patches/gcc/7.1.0/111-alpha-bad-eh_frame.patch | 13 |
5 files changed, 65 insertions, 0 deletions
diff --git a/patches/gcc/4.8.5/111-alpha-bad-eh_frame.patch b/patches/gcc/4.8.5/111-alpha-bad-eh_frame.patch new file mode 100644 index 00000000..93f6e943 --- /dev/null +++ b/patches/gcc/4.8.5/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 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 00000000..93f6e943 --- /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 diff --git a/patches/gcc/5.4.0/111-alpha-bad-eh_frame.patch b/patches/gcc/5.4.0/111-alpha-bad-eh_frame.patch new file mode 100644 index 00000000..93f6e943 --- /dev/null +++ b/patches/gcc/5.4.0/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 diff --git a/patches/gcc/6.3.0/111-alpha-bad-eh_frame.patch b/patches/gcc/6.3.0/111-alpha-bad-eh_frame.patch new file mode 100644 index 00000000..93f6e943 --- /dev/null +++ b/patches/gcc/6.3.0/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 diff --git a/patches/gcc/7.1.0/111-alpha-bad-eh_frame.patch b/patches/gcc/7.1.0/111-alpha-bad-eh_frame.patch new file mode 100644 index 00000000..93f6e943 --- /dev/null +++ b/patches/gcc/7.1.0/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 |