Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-10 | sourcebuild.texi (Effective-Target Keywords, pie): Document it. | Rainer Orth | 1 | -1/+1 | |
gcc: * doc/sourcebuild.texi (Effective-Target Keywords, pie): Document it. gcc/testsuite: * lib/target-supports.exp (check_effective_target_pie): New proc. * gcc.dg/pie-link.c: Use target pie. From-SVN: r174909 | |||||
2007-06-01 | darwin.h (LINK_SPEC): Pass -fpie through to the linker. | Geoffrey Keating | 1 | -0/+7 | |
2007-06-01 Geoffrey Keating <geoffk@apple.com> * config/darwin.h (LINK_SPEC): Pass -fpie through to the linker. Index: testsuite/ChangeLog 2007-06-01 Geoffrey Keating <geoffk@apple.com> * gcc.dg/pie-link.c: New test. From-SVN: r125270 |