From 05a182eb477b566ce49524e84fb5b2373126d609 Mon Sep 17 00:00:00 2001 From: "Magnus Granberg (Zorry)" Date: Tue, 20 Apr 2010 12:22:18 +0200 Subject: fix some typos in gcc-4.4.3/piepatch/ esp.h.patch part2 --- gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch b/gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch index e373386..bb32fba 100644 --- a/gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch +++ b/gcc-4.4.3/piepatch/30_all_gcc44_esp.h.patch @@ -1,13 +1,13 @@ 2010-04-20 Magnus Granberg * gcc/esp.h New file to support --enable-esp - Version 20100420.1 + Version 20100420.3 --- gcc/esp.h 2010-04-09 16:14:00.000000000 +0200 +++ gcc/esp.h 2010-04-20 00:35:27.000000000 +0200 @@ -0,0 +1,143 @@ +/* License terms see GNU GENERAL PUBLIC LICENSE Version 3. -+ * Version 20100420.1 ++ * Version 20100420.3 + * Magnus Granberg (Zorry) */ +#ifndef GCC_ESP_H +#define GCC_ESP_H @@ -26,7 +26,7 @@ +#ifdef ENABLE_ESP + + /* Hack to support gcc-specs-* in toolchain-funcs.eclass and _filter-hardened in flag-o-matic.eclass */ -+ #define ESP_CC1_SPEC " %(espf_cc1_ssp) %(esp_cc1_pie) %(esp_cc1_strict)" ++ #define ESP_CC1_SPEC " %(esp_cc1_ssp) %(esp_cc1_pie) %(esp_cc1_strict)" + #ifdef HAVE_GCC_SSP + #define ESP_CC1_SSP_SPEC "%{!fno-stack-protector: %{!fno-stack-protector-all: }}" + #else -- cgit v1.2.3-65-gdbad