diff options
author | Jozef Lawrynowicz <jozef.l@mittosystems.com> | 2020-09-02 16:34:43 +0100 |
---|---|---|
committer | Jozef Lawrynowicz <jozef.l@mittosystems.com> | 2020-09-02 16:50:59 +0100 |
commit | 0edc2c1a2445dffc7b839d833263c78f7cab01dc (patch) | |
tree | a566575929538630b50645c1f0c563185e14dbf1 /gcc/doc | |
parent | 2f983fa69005b603ea1758a013b4134d5b0f24a8 (diff) | |
download | gcc-0edc2c1a2445dffc7b839d833263c78f7cab01dc.zip gcc-0edc2c1a2445dffc7b839d833263c78f7cab01dc.tar.gz gcc-0edc2c1a2445dffc7b839d833263c78f7cab01dc.tar.bz2 |
MSP430: Fix -mlarge documentation to indicate size_t is a 20-bit type
gcc/ChangeLog:
* doc/invoke.texi (MSP430 options): Fix -mlarge description to
indicate size_t is a 20-bit type.
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5d29a7f..bca8c85 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -24777,7 +24777,7 @@ any scripts that would be selected by the @option{-mmcu=} option. @item -mlarge @opindex mlarge -Use large-model addressing (20-bit pointers, 32-bit @code{size_t}). +Use large-model addressing (20-bit pointers, 20-bit @code{size_t}). @item -msmall @opindex msmall |