aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2017-03-01 23:14:26 +0000
committerWilliam Schmidt <wschmidt@gcc.gnu.org>2017-03-01 23:14:26 +0000
commit538d7dba84ff54f8be6632797f4e636d7af0a734 (patch)
tree4255fed037943e3f23422d4f2bae60e590230563 /gcc/doc/invoke.texi
parent2590a109d80889d3a7891fe49f53880e852bf576 (diff)
downloadgcc-538d7dba84ff54f8be6632797f4e636d7af0a734.zip
gcc-538d7dba84ff54f8be6632797f4e636d7af0a734.tar.gz
gcc-538d7dba84ff54f8be6632797f4e636d7af0a734.tar.bz2
invoke.texi: Document default code model for 64-bit Linux.
2017-03-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * doc/invoke.texi: Document default code model for 64-bit Linux. From-SVN: r245821
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 2942556..68174a1 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -21166,7 +21166,8 @@ Generate PowerPC64 code for the small model: The TOC is limited to
@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