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:
Jozef Lawrynowicz 2020-09-02 16:34:43 +01:00
parent 2f983fa690
commit 0edc2c1a24

View file

@ -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