aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-01-09 23:43:29 +0000
committerBen Elliston <bje@gcc.gnu.org>2005-01-10 10:43:29 +1100
commit068d4f38d3e67c740c69c3edea7ec30397934307 (patch)
tree049dc8fcbab087d1bebb5dbacdd98be640bbef86 /gcc/doc
parent832ef1ce869dc9568c7f91ff00987d53194738b1 (diff)
downloadgcc-068d4f38d3e67c740c69c3edea7ec30397934307.zip
gcc-068d4f38d3e67c740c69c3edea7ec30397934307.tar.gz
gcc-068d4f38d3e67c740c69c3edea7ec30397934307.tar.bz2
invoke.texi (Code Gen Options): Add PowerPC to the list of targets for which -fPIC reduces limitations on the...
* doc/invoke.texi (Code Gen Options): Add PowerPC to the list of targets for which -fPIC reduces limitations on the GOT size. From-SVN: r93123
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 5038aa0..bb8659a 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -12063,8 +12063,8 @@ position-independent.
@opindex fPIC
If supported for the target machine, emit position-independent code,
suitable for dynamic linking and avoiding any limit on the size of the
-global offset table. This option makes a difference on the m68k
-and the SPARC@.
+global offset table. This option makes a difference on the m68k,
+PowerPC and SPARC@.
Position-independent code requires special support, and therefore works
only on certain machines.