From 04a058ffbb6ea931340a3d50149a734003c942b0 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 18 May 2018 21:44:23 +0000 Subject: update 13_all_default-ssp-fix.patch to apply on gcc-7.3.0 --- src/patchsets/gcc/7.3.0/gentoo/13_all_default-ssp-fix.patch | 8 +------- src/patchsets/gcc/7.3.0/gentoo/README.history | 2 ++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/patchsets/gcc/7.3.0/gentoo/13_all_default-ssp-fix.patch b/src/patchsets/gcc/7.3.0/gentoo/13_all_default-ssp-fix.patch index cbbd522af0..2cd1b8d015 100644 --- a/src/patchsets/gcc/7.3.0/gentoo/13_all_default-ssp-fix.patch +++ b/src/patchsets/gcc/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/src/patchsets/gcc/7.3.0/gentoo/README.history b/src/patchsets/gcc/7.3.0/gentoo/README.history index c1b3d5ddf5..c4f908330e 100644 --- a/src/patchsets/gcc/7.3.0/gentoo/README.history +++ b/src/patchsets/gcc/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 -- cgit v1.2.3-65-gdbad