projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f983fa
)
MSP430: Fix -mlarge documentation to indicate size_t is a 20-bit type
author
Jozef Lawrynowicz
<jozef.l@mittosystems.com>
Wed, 2 Sep 2020 15:34:43 +0000
(16:34 +0100)
committer
Jozef Lawrynowicz
<jozef.l@mittosystems.com>
Wed, 2 Sep 2020 15:50:59 +0000
(16:50 +0100)
gcc/ChangeLog:
* doc/invoke.texi (MSP430 options): Fix -mlarge description to
indicate size_t is a 20-bit type.
gcc/doc/invoke.texi
patch
|
blob
|
history
diff --git
a/gcc/doc/invoke.texi
b/gcc/doc/invoke.texi
index 5d29a7fa23c07250a664a0dfd4ac56b8dca68df1..bca8c856dc82487fcafe6049280a3e1b7bc0906a 100644
(file)
--- 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