diff options
author | Magnus Granberg <zorry@gentoo.org> | 2013-03-06 15:08:25 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2013-03-06 15:08:25 +0100 |
commit | fc55d1faffb779b88195c3c2468b0834f6a9281d (patch) | |
tree | c4defb45f0b7c45a4ccf31e5270d3248b8a017c4 /gcc-4.8.0/piepatch/README | |
parent | Add the testsuite (diff) | |
download | hardened-gccpatchset-fc55d1faffb779b88195c3c2468b0834f6a9281d.tar.gz hardened-gccpatchset-fc55d1faffb779b88195c3c2468b0834f6a9281d.tar.bz2 hardened-gccpatchset-fc55d1faffb779b88195c3c2468b0834f6a9281d.zip |
Add gcc 4.8.0 piepatchset
Diffstat (limited to 'gcc-4.8.0/piepatch/README')
-rw-r--r-- | gcc-4.8.0/piepatch/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc-4.8.0/piepatch/README b/gcc-4.8.0/piepatch/README new file mode 100644 index 0000000..f322ab8 --- /dev/null +++ b/gcc-4.8.0/piepatch/README @@ -0,0 +1,18 @@ +This work started with bugs #94325 #100689 #106222 #149292 #149649 and the overlay on http://overlays.gentoo.org/dev/kevquinn. +By Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX Team, SpanKY and mentor. + +The work stalled. Some threads on the Gentoo forum started to do their own fixes to get it working. +Xake started the thread where most of the new work is done: "How long until hardened and toolchain will produce a hardened gcc4?" +http://forums.gentoo.org/viewtopic-t-668885.html. I joined the thread and started to code. + +We started with the pieworld code from kevquinn's overlay. The PIE and minispecs part hit the tree later on. +With GCC 4.4.0 I was willing to do some code cleanup, use built-in specs and add it as --enable-esp in the +configure command line. + +Thank you all: +Kevin K. Quinn, Peter S. Mazinger, Natanael Copa, Alexander Gabert, Solar, PaX Team, SpanKY, Xake, Dwokfur, +KernelOfTruth, SteveL, nixnut, Hopeless, forsaken1, XioXous, obrut<-, mv, qjim, Tommy[D], Genewb, radegand, +unk, neuron, alexxy, hellboi64, likewhoa, g0rg0n, costel78, polsas, 7v5w7go9ub0o, uberpinguin, Naib, cilly, +bonsaikitten, kerframil, agaffney, Gordon Malm, blueness, Matthias Klose, Kees Cook, mentor, Anarchy, +devurandom and everyone else for helping to test, suggestions, fixes and anything else we have missed. +/2009-00-09 Magnus Grenberg (Zorry) <zorry@ume.nu> |