diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-01 18:00:28 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-06-01 18:00:28 +0100 |
commit | 7f7f80a650607c3090ae0790b8daef88434da681 (patch) | |
tree | 84638aaa84968bcd218599187179711343a176a9 /9.4.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch | |
parent | 11.1.0: backport PR100767: fix ICE on arm -flto march mix (diff) | |
download | gcc-patches-7f7f80a650607c3090ae0790b8daef88434da681.tar.gz gcc-patches-7f7f80a650607c3090ae0790b8daef88434da681.tar.bz2 gcc-patches-7f7f80a650607c3090ae0790b8daef88434da681.zip |
9.4.0: cut 1 patchset, a copy of 9.3.0 patches
The only change compared to 9.3.0 is removal
of early backported paches.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '9.4.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch')
-rw-r--r-- | 9.4.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/9.4.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch b/9.4.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch new file mode 100644 index 0000000..7f74945 --- /dev/null +++ b/9.4.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch @@ -0,0 +1,54 @@ +--- a/libgcc/config/i386/resms64.h 2018-01-03 11:03:58.000000000 +0100 ++++ b/libgcc/config/i386/resms64.h 2018-05-01 12:59:48.942833419 +0200 +@@ -57,3 +57,6 @@ MS2SYSV_STUB_END(resms64_17) + MS2SYSV_STUB_END(resms64_18) + + #endif /* __x86_64__ */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +--- a/libgcc/config/i386/resms64f.h 2018-01-03 11:03:58.000000000 +0100 ++++ b/libgcc/config/i386/resms64f.h 2018-05-01 13:00:23.422832853 +0200 +@@ -55,3 +55,6 @@ MS2SYSV_STUB_END(resms64f_16) + MS2SYSV_STUB_END(resms64f_17) + + #endif /* __x86_64__ */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +--- a/libgcc/config/i386/resms64fx.h 2018-02-26 20:46:34.000000000 +0100 ++++ b/libgcc/config/i386/resms64fx.h 2018-05-01 13:06:49.682826518 +0200 +@@ -62,3 +62,6 @@ MS2SYSV_STUB_END(resms64fx_16) + MS2SYSV_STUB_END(resms64fx_17) + + #endif /* __x86_64__ */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +--- a/libgcc/config/i386/resms64x.h 2018-02-26 20:46:34.000000000 +0100 ++++ b/libgcc/config/i386/resms64x.h 2018-05-01 13:07:21.702825993 +0200 +@@ -63,3 +63,6 @@ MS2SYSV_STUB_END(resms64x_17) + MS2SYSV_STUB_END(resms64x_18) + + #endif /* __x86_64__ */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +--- a/libgcc/config/i386/savms64.h 2018-01-03 11:03:58.000000000 +0100 ++++ b/libgcc/config/i386/savms64.h 2018-05-01 13:07:48.952825546 +0200 +@@ -57,3 +57,6 @@ MS2SYSV_STUB_END(savms64_17) + MS2SYSV_STUB_END(savms64_18) + + #endif /* __x86_64__ */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif +--- a/libgcc/config/i386/savms64f.h 2018-01-03 11:03:58.000000000 +0100 ++++ b/libgcc/config/i386/savms64f.h 2018-05-01 13:08:30.082824871 +0200 +@@ -55,3 +55,6 @@ MS2SYSV_STUB_END(savms64f_16) + MS2SYSV_STUB_END(savms64f_17) + + #endif /* __x86_64__ */ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif |