OSDN Git Service

* doc/invoke.texi (Code Gen Options): Add PowerPC to the list of
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jan 2005 23:43:29 +0000 (23:43 +0000)
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jan 2005 23:43:29 +0000 (23:43 +0000)
targets for which -fPIC reduces limitations on the GOT size.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@93123 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index 3f57b96..e707993 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-10  Ben Elliston  <bje@au.ibm.com>
+
+       * 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  <falk@debian.org>
 
        * fold-const.c (fold): Also handle EXACT_DIV_EXPR when folding
index 5038aa0..bb8659a 100644 (file)
@@ -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.