aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2011-06-10 14:31:31 +0000
committerRainer Orth <ro@gcc.gnu.org>2011-06-10 14:31:31 +0000
commit8340fbd7fe1fe08a60d5a5876512e8e067db236e (patch)
treed37b9df5cb29dbb597ea11277cf0f6d671996354 /gcc/doc
parent9aaa7e4784a08e2564f771ee1ee01252da3334d0 (diff)
downloadgcc-8340fbd7fe1fe08a60d5a5876512e8e067db236e.zip
gcc-8340fbd7fe1fe08a60d5a5876512e8e067db236e.tar.gz
gcc-8340fbd7fe1fe08a60d5a5876512e8e067db236e.tar.bz2
sourcebuild.texi (Effective-Target Keywords, pie): Document it.
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 64210c2..d2cc4ea 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -1787,6 +1787,9 @@ Target defines @code{PCC_BITFIELD_TYPE_MATTERS}.
@item pe_aligned_commons
Target supports @option{-mpe-aligned-commons}.
+@item pie
+Target supports @option{-pie}, @option{-fpie} and @option{-fPIE}.
+
@item section_anchors
Target supports section anchors.