Commit 068d4f38 by Ben Elliston Committed by Ben Elliston

invoke.texi (Code Gen Options): Add PowerPC to the list of targets for which…

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
parent 832ef1ce
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
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment