aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-05-18 21:44:23 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2018-05-18 21:44:23 +0000
commite182002262ddebfd5d347e60e1d100b052ce8857 (patch)
tree8f0c5fe03db61a8b6b2e837f9a55d251c2c5cbab
parentrelease 1.3 patchset (diff)
downloadgcc-patches-e182002262ddebfd5d347e60e1d100b052ce8857.tar.gz
gcc-patches-e182002262ddebfd5d347e60e1d100b052ce8857.tar.bz2
gcc-patches-e182002262ddebfd5d347e60e1d100b052ce8857.zip
update 13_all_default-ssp-fix.patch to apply on gcc-7.3.0
-rw-r--r--7.3.0/gentoo/13_all_default-ssp-fix.patch8
-rw-r--r--7.3.0/gentoo/README.history2
2 files changed, 3 insertions, 7 deletions
diff --git a/7.3.0/gentoo/13_all_default-ssp-fix.patch b/7.3.0/gentoo/13_all_default-ssp-fix.patch
index cbbd522..2cd1b8d 100644
--- a/7.3.0/gentoo/13_all_default-ssp-fix.patch
+++ b/7.3.0/gentoo/13_all_default-ssp-fix.patch
@@ -16,15 +16,9 @@ Change the buffer size.
#ifndef LINK_SSP_SPEC
#ifdef TARGET_LIBC_PROVIDES_SSP
#define LINK_SSP_SPEC "%{fstack-protector|fstack-protector-all" \
-@@ -1131,7 +1148,7 @@ static const char *cc1_options =
- %{-version:--version}\
- %{-help=*:--help=%*}\
- %{!fsyntax-only:%{S:%W{o*}%{!o*:-o %b.s}}}\
+@@ -1150,1 +1150,1 @@ static const char *cc1_options =
- %{fsyntax-only:-o %j} %{-param*}\
+ %{fsyntax-only:-o %j} %{-param*} " NO_SSP_SPEC "\
- %{coverage:-fprofile-arcs -ftest-coverage}";
-
- static const char *asm_options =
--- a/gcc/params.def 2016-03-30 09:47:40.000000000 +0200
+++ b/gcc/params.def 2016-09-19 12:56:58.443179039 +0200
@@ -673,7 +673,7 @@ DEFPARAM (PARAM_INTEGER_SHARE_LIMIT,
diff --git a/7.3.0/gentoo/README.history b/7.3.0/gentoo/README.history
index c1b3d5d..c4f9083 100644
--- a/7.3.0/gentoo/README.history
+++ b/7.3.0/gentoo/README.history
@@ -1,3 +1,5 @@
+1.3 18 May 2018
+ U 13_all_default-ssp-fix.patch
1.3 16 May 2018
U 13_all_default-ssp-fix.patch
U 55_all_extra-options.patch