public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gcc-patches:master commit in: 11.0.0/gentoo/
Date: Thu, 28 Jan 2021 18:17:23 +0000 (UTC)	[thread overview]
Message-ID: <1611857825.0a78f726294b27bea27c31bb2449f2ae2d820c9f.slyfox@gentoo> (raw)

commit:     0a78f726294b27bea27c31bb2449f2ae2d820c9f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 18:17:05 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 18:17:05 2021 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=0a78f726

11.0.0: drop upstreamed 07_all_i386_libgcc_note.GNU-stack.patch

Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../gentoo/07_all_i386_libgcc_note.GNU-stack.patch | 54 ----------------------
 11.0.0/gentoo/README.history                       |  3 ++
 2 files changed, 3 insertions(+), 54 deletions(-)

diff --git a/11.0.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch b/11.0.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch
deleted file mode 100644
index 7f74945..0000000
--- a/11.0.0/gentoo/07_all_i386_libgcc_note.GNU-stack.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- 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

diff --git a/11.0.0/gentoo/README.history b/11.0.0/gentoo/README.history
index 0e3f92b..5c5307a 100644
--- a/11.0.0/gentoo/README.history
+++ b/11.0.0/gentoo/README.history
@@ -1,3 +1,6 @@
+6		28 Jan 2021
+	- 07_all_i386_libgcc_note.GNU-stack.patch
+
 5		17 Dec 2020
 	U 05_all_alpha-mieee-default.patch
 	U 27_all_EXTRA_OPTIONS-fstack-clash-protection.patch


             reply	other threads:[~2021-01-28 18:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-28 18:17 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-02-09 22:10 [gentoo-commits] proj/gcc-patches:master commit in: 11.0.0/gentoo/ Sergei Trofimovich
2020-12-17 17:04 Sergei Trofimovich
2020-08-26  6:54 Sergei Trofimovich
2020-08-23  9:18 Sergei Trofimovich
2020-07-20 22:31 Sergei Trofimovich
2020-07-04  7:57 Sergei Trofimovich
2020-07-04  7:56 Sergei Trofimovich
2020-07-04  7:56 Sergei Trofimovich
2020-07-03 22:13 Sergei Trofimovich
2020-06-11 22:50 Sergei Trofimovich
2020-06-11 22:49 Sergei Trofimovich
2020-05-28 23:02 Sergei Trofimovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611857825.0a78f726294b27bea27c31bb2449f2ae2d820c9f.slyfox@gentoo \
    --to=slyfox@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox