Hi,

The PowerPC documentation doesn't currently identify the default code model.
This is rather complicated due to all the various subtargets, but it is
valuable to at least document the common case for 64-bit Linux.

Verified on powerpc64le-unknown-linux-gnu.  Ok for trunk?

Thanks,
Bill


2017-03-01  Bill Schmidt  <wschm...@linux.vnet.ibm.com>

        * doc/invoke.texi: Document default code model for 64-bit Linux.

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi (revision 245811)
+++ gcc/doc/invoke.texi (working copy)
@@ -21166,7 +21166,8 @@ Generate PowerPC64 code for the small model: The T
 @item -mcmodel=medium
 @opindex mcmodel=medium
 Generate PowerPC64 code for the medium model: The TOC and other static
-data may be up to a total of 4G in size.
+data may be up to a total of 4G in size.  This is the default for 64-bit
+Linux.
 
 @item -mcmodel=large
 @opindex mcmodel=large

Reply via email to