diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-16 11:28:53 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-16 11:28:53 +0100 |
commit | 52f599fc37324ea16463bb1fc0c1a3cdedd80e29 (patch) | |
tree | fb75b84cfb7a3c4284b5ee95a5fa2040e7b120c7 /8.5.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch | |
parent | 8.4.0: abandoned in favour of 8.5.0 (diff) | |
download | gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.tar.gz gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.tar.bz2 gcc-patches-52f599fc37324ea16463bb1fc0c1a3cdedd80e29.zip |
8.5.0: cut 1 patchset, a copy of 8.4.0 with upstreamed pacthes removed
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to '8.5.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch')
-rw-r--r-- | 8.5.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/8.5.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch b/8.5.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch new file mode 100644 index 0000000..7f74945 --- /dev/null +++ b/8.5.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 |