From 068d4f38d3e67c740c69c3edea7ec30397934307 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 9 Jan 2005 23:43:29 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3f57b962ae6..e7079939927 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-01-10 Ben Elliston + + * doc/invoke.texi (Code Gen Options): Add PowerPC to the list of + targets for which -fPIC reduces limitations on the GOT size. + 2005-01-09 Falk Hueffner * fold-const.c (fold): Also handle EXACT_DIV_EXPR when folding diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5038aa08d9c..bb8659a8f9d 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. -- 2.30.2