public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gcc-patches:master commit in: 4.9.4/pie/
@ 2020-08-01  9:33 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-08-01  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     2c3e29ca0472b134393b0ef694431a7a53bff227
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 09:33:28 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 09:33:28 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=2c3e29ca

4.9.4/pie: make all patches -p1 appliable

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

 4.9.4/pie/02_all_gcc48_config.in.patch        | 4 ++--
 4.9.4/pie/05_all_gcc48_gcc.c.patch            | 4 ++--
 4.9.4/pie/16_all_gcc47_nopie_option.patch     | 2 +-
 4.9.4/pie/20_all_gcc49_config_crtbeginp.patch | 8 ++++----
 4.9.4/pie/24_all_gcc49_invoke.texi.patch      | 4 ++--
 4.9.4/pie/README.history                      | 7 +++++++
 6 files changed, 18 insertions(+), 11 deletions(-)

diff --git a/4.9.4/pie/02_all_gcc48_config.in.patch b/4.9.4/pie/02_all_gcc48_config.in.patch
index 3b4747b..657e593 100644
--- a/4.9.4/pie/02_all_gcc48_config.in.patch
+++ b/4.9.4/pie/02_all_gcc48_config.in.patch
@@ -2,8 +2,8 @@
 
 		* gcc/config.in	Add ENABLE_CRTBEGINP, ENABLE_ESP
 
---- gcc/config.in	2009-04-21 11:08:08.000000000 +0200
-+++ gcc/config.in	2009-05-12 00:10:08.000000000 +0200
+--- a/gcc/config.in	2009-04-21 11:08:08.000000000 +0200
++++ b/gcc/config.in	2009-05-12 00:10:08.000000000 +0200
 @@ -46,6 +46,12 @@
  #endif
  

diff --git a/4.9.4/pie/05_all_gcc48_gcc.c.patch b/4.9.4/pie/05_all_gcc48_gcc.c.patch
index ddfcafd..debf723 100644
--- a/4.9.4/pie/05_all_gcc48_gcc.c.patch
+++ b/4.9.4/pie/05_all_gcc48_gcc.c.patch
@@ -3,8 +3,8 @@
 		* gcc/gcc.c								include esp.h
 		static const char *cc1_spec 			We set that in esp.h if ENABLE_ESP.
 
---- gcc/gcc.c	2010-01-21 10:29:30.000000000 -0500
-+++ gcc/gcc.c	2010-01-29 23:29:16.000000000 -0500
+--- a/gcc/gcc.c	2010-01-21 10:29:30.000000000 -0500
++++ b/gcc/gcc.c	2010-01-29 23:29:16.000000000 -0500
 @@ -44,6 +44,7 @@
  #include "opts.h"
  #include "params.h"

diff --git a/4.9.4/pie/16_all_gcc47_nopie_option.patch b/4.9.4/pie/16_all_gcc47_nopie_option.patch
index ed9a961..e76ddf1 100644
--- a/4.9.4/pie/16_all_gcc47_nopie_option.patch
+++ b/4.9.4/pie/16_all_gcc47_nopie_option.patch
@@ -3,7 +3,7 @@
 		* gcc/common.opt		Add -nopie
 
 --- a/gcc/common.opt	2011-11-23 19:51:17.000000000 +0100
-+++ b//gcc/common.opt	2012-01-24 16:56:24.302224357 +0100
++++ b/gcc/common.opt	2012-01-24 16:56:24.302224357 +0100
 @@ -2280,6 +2280,9 @@ Driver
  nodefaultlibs
  Driver

diff --git a/4.9.4/pie/20_all_gcc49_config_crtbeginp.patch b/4.9.4/pie/20_all_gcc49_config_crtbeginp.patch
index 4bd5c18..62474c0 100644
--- a/4.9.4/pie/20_all_gcc49_config_crtbeginp.patch
+++ b/4.9.4/pie/20_all_gcc49_config_crtbeginp.patch
@@ -3,8 +3,8 @@
 		* gcc/config/gnu-user.h			If ENABLE_CRTBEGINP, -static and -pie use crtbegineP.o.
 		* gcc/config/rs6000/sysv4.h		If ENABLE_CRTBEGINP, -static and -pie use crtbegineP.o.
 
---- gcc/config/gnu-user.h	2014-01-02 23:23:26.000000000 +0100
-+++ gcc/config/gnu-user.h	2014-04-23 00:55:06.390265454 +0200
+--- a/gcc/config/gnu-user.h	2014-01-02 23:23:26.000000000 +0100
++++ b/gcc/config/gnu-user.h	2014-04-23 00:55:06.390265454 +0200
 @@ -40,7 +40,15 @@ see the files COPYING3 and COPYING.RUNTI
     provides part of the support for getting C++ file-scope static
     object constructed before entering `main'.  */
@@ -22,8 +22,8 @@
  #define GNU_USER_TARGET_STARTFILE_SPEC \
    "%{!shared: %{pg|p|profile:gcrt1.o%s;pie:Scrt1.o%s;:crt1.o%s}} \
     crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s} \
---- gcc/config/rs6000/sysv4.h	2009-04-10 01:23:07.000000000 +0200
-+++ gcc/config/rs6000/sysv4.h	2009-09-08 04:41:50.000000000 +0200
+--- a/gcc/config/rs6000/sysv4.h	2009-04-10 01:23:07.000000000 +0200
++++ b/gcc/config/rs6000/sysv4.h	2009-09-08 04:41:50.000000000 +0200
 @@ -883,7 +883,12 @@
  %{!mnewlib: %{pthread:-lpthread} %{shared:-lc} \
  %{!shared: %{profile:-lc_p} %{!profile:-lc}}}"

diff --git a/4.9.4/pie/24_all_gcc49_invoke.texi.patch b/4.9.4/pie/24_all_gcc49_invoke.texi.patch
index cdda379..19d089c 100644
--- a/4.9.4/pie/24_all_gcc49_invoke.texi.patch
+++ b/4.9.4/pie/24_all_gcc49_invoke.texi.patch
@@ -3,8 +3,8 @@
 		* gcc/doc/invoke.texi	Add NOTES about -fstack-protector-all, -pie and
 		-fPIE/-fpie when --enable-esp is enable, this options is on by default.
 
---- gcc/doc/invoke.texi	2009-04-01 09:18:47.000000000 +0200
-+++ gcc/doc/invoke.texi	2009-06-18 14:08:38.000000000 +0200
+--- a/gcc/doc/invoke.texi	2009-04-01 09:18:47.000000000 +0200
++++ b/gcc/doc/invoke.texi	2009-06-18 14:08:38.000000000 +0200
 @@ -9233,6 +9245,11 @@ If a guard check fails, an error message
  @opindex fstack-protector-all
  Like @option{-fstack-protector} except that all functions are protected.

diff --git a/4.9.4/pie/README.history b/4.9.4/pie/README.history
index d095ef5..9f22978 100644
--- a/4.9.4/pie/README.history
+++ b/4.9.4/pie/README.history
@@ -1,3 +1,10 @@
+1		TODO
+		U 02_all_gcc48_config.in.patch
+		U 05_all_gcc48_gcc.c.patch
+		U 16_all_gcc47_nopie_option.patch
+		U 20_all_gcc49_config_crtbeginp.patch
+		U 24_all_gcc49_invoke.texi.patch
+
 0.6.4		27 Oct 2015
 		U 24_all_gcc49_invoke.texi.patch
 0.6.3		29 Aug 2015


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 4.9.4/pie/
@ 2020-08-01  9:37 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-08-01  9:37 UTC (permalink / raw
  To: gentoo-commits

commit:     e218da31a9edbbfc3ff5acdc91dafe29c7e10d4a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 09:34:17 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 09:34:17 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=e218da31

4.9.4/pie: cut 1 patchset

The only difference from 0.6.5 is -p1 patch format

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

 4.9.4/pie/README.history | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/4.9.4/pie/README.history b/4.9.4/pie/README.history
index 9f22978..e0d27b5 100644
--- a/4.9.4/pie/README.history
+++ b/4.9.4/pie/README.history
@@ -1,9 +1,9 @@
-1		TODO
-		U 02_all_gcc48_config.in.patch
-		U 05_all_gcc48_gcc.c.patch
-		U 16_all_gcc47_nopie_option.patch
-		U 20_all_gcc49_config_crtbeginp.patch
-		U 24_all_gcc49_invoke.texi.patch
+1		1 Aug 2020
+	U 02_all_gcc48_config.in.patch
+	U 05_all_gcc48_gcc.c.patch
+	U 16_all_gcc47_nopie_option.patch
+	U 20_all_gcc49_config_crtbeginp.patch
+	U 24_all_gcc49_invoke.texi.patch
 
 0.6.4		27 Oct 2015
 		U 24_all_gcc49_invoke.texi.patch


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/gcc-patches:master commit in: 4.9.4/pie/
@ 2020-08-01 13:23 Sergei Trofimovich
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-08-01 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f81feec2076f0edae121cbfd3b4d20db0d88466e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 13:23:13 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 13:23:13 2020 +0000
URL:        https://gitweb.gentoo.org/proj/gcc-patches.git/commit/?id=f81feec2

4.9.4: cut 2 patchset, fix config/esp path wi t-p1

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

 4.9.4/pie/40_all_gcc49_config_esp.patch | 4 ++--
 4.9.4/pie/README.history                | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/4.9.4/pie/40_all_gcc49_config_esp.patch b/4.9.4/pie/40_all_gcc49_config_esp.patch
index 16cc2b4..4a9cce6 100644
--- a/4.9.4/pie/40_all_gcc49_config_esp.patch
+++ b/4.9.4/pie/40_all_gcc49_config_esp.patch
@@ -3,8 +3,8 @@
 	* gcc/esp.h	New file to support --enable-esp
 	Version 20140512.1
 
---- gcc/config/esp.h	2010-04-09 16:14:00.000000000 +0200
-+++ gcc/config/esp.h	2012-06-23 01:00:31.248348491 +0200
+--- a/gcc/config/esp.h	2010-04-09 16:14:00.000000000 +0200
++++ b/gcc/config/esp.h	2012-06-23 01:00:31.248348491 +0200
 @@ -0,0 +1,132 @@
 +/* License terms see GNU GENERAL PUBLIC LICENSE Version 3.
 + * Version 20140512.1

diff --git a/4.9.4/pie/README.history b/4.9.4/pie/README.history
index e0d27b5..92d3268 100644
--- a/4.9.4/pie/README.history
+++ b/4.9.4/pie/README.history
@@ -1,3 +1,6 @@
+2		1 Aug 2020
+	U 40_all_gcc49_config_esp.patch
+
 1		1 Aug 2020
 	U 02_all_gcc48_config.in.patch
 	U 05_all_gcc48_gcc.c.patch


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-08-01 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-01 13:23 [gentoo-commits] proj/gcc-patches:master commit in: 4.9.4/pie/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2020-08-01  9:37 Sergei Trofimovich
2020-08-01  9:33 Sergei Trofimovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox