diff options
author | Magnus Granberg <zorry@gentoo.org> | 2010-07-13 00:31:23 +0200 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2010-07-13 00:31:23 +0200 |
commit | cfe23ce663ef5b6ac497f656a70ca09cedc86a45 (patch) | |
tree | ad72ca3387dcc1555a6d42763b489bd26ea7c755 | |
parent | Updated the patch to fix the warning location (diff) | |
download | hardened-gccpatchset-cfe23ce663ef5b6ac497f656a70ca09cedc86a45.tar.gz hardened-gccpatchset-cfe23ce663ef5b6ac497f656a70ca09cedc86a45.tar.bz2 hardened-gccpatchset-cfe23ce663ef5b6ac497f656a70ca09cedc86a45.zip |
Updated the patch to fix typo
-rwxr-xr-x | upstream/warntrampolins/Wtrampolines.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upstream/warntrampolins/Wtrampolines.patch b/upstream/warntrampolins/Wtrampolines.patch index d89d0fe..ce2c004 100755 --- a/upstream/warntrampolins/Wtrampolines.patch +++ b/upstream/warntrampolins/Wtrampolines.patch @@ -66,7 +66,7 @@ @opindex Wno-float-equal --- gcc/testsuite/gcc.dg/Wtrampolines.c.zorry 2010-05-05 12:53:11.000000000 +0200 +++ gcc/testsuite/gcc.dg/Wtrampolines.c 2010-05-06 00:26:05.000000000 +0200 -@@ -0,0 +1,56 @@ +@@ -0,0 +1,57 @@ +/* Origin: trampoline-1.c Waldek Hebisch <hebisch@math.uni.wroc.pl> */ +/* Ported to test -Wtrampolines Magnus Granberg <zorry@gentoo.org> */ + |