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.
This commit is contained in:
parent
2f983fa690
commit
0edc2c1a24
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue