From 8340fbd7fe1fe08a60d5a5876512e8e067db236e Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 10 Jun 2011 14:31:31 +0000 Subject: 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 --- gcc/doc/sourcebuild.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/doc') 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. -- cgit v1.1