aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg (Zorry) <zorry@gentoo.org>2010-05-26 22:36:56 +0200
committerMagnus Granberg (Zorry) <zorry@gentoo.org>2010-05-26 22:36:56 +0200
commit291d6e5481a9b5fda2885f9864132caa52f11393 (patch)
tree53e7b49b1190918301d28536f8e22112890c5815 /upstream
parentUpdated the README in warntrampolines (diff)
downloadhardened-gccpatchset-291d6e5481a9b5fda2885f9864132caa52f11393.tar.gz
hardened-gccpatchset-291d6e5481a9b5fda2885f9864132caa52f11393.tar.bz2
hardened-gccpatchset-291d6e5481a9b5fda2885f9864132caa52f11393.zip
Updated all to 0.4.3
Diffstat (limited to 'upstream')
-rw-r--r--upstream/warntrampolins/Wtrampolines.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/upstream/warntrampolins/Wtrampolines.patch b/upstream/warntrampolins/Wtrampolines.patch
index d1d311a..c52f0f9 100644
--- a/upstream/warntrampolins/Wtrampolines.patch
+++ b/upstream/warntrampolins/Wtrampolines.patch
@@ -102,7 +102,7 @@ gcc/testsuite/
+
+ typedef double pfun(void);
+
-+ double a (int k, pfun x1, pfun x2, pfun x3, pfun x4, pfun x5) /* { dg-warning "requires executable stack" } */
++ double a (int k, pfun x1, pfun x2, pfun x3, pfun x4, pfun x5) /* { dg-warning "generating trampoline" } */
+ {
+ double b (void)
+ {