aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorgjl <>2012-01-24 12:38:52 +0000
committergjl <>2012-01-24 12:38:52 +0000
commit94926351a295b2960ab1bf570e8c74b4d9bf0e8b (patch)
tree5ba53142f8058b38661189947d5f1d5ca6fa1ae9 /gcc/doc/invoke.texi
parent04af949c67b2fa63090c6be45c9b85fec71d4dcf (diff)
PR target/49868
* doc/extend.texi (AVR Named Address Spaces): Move sample code up. Remove note on size/offset limitation. (AVR Variable Attributes): Add example how to read data located with progmem. Refer to named address spaces. * doc/invoke.texi (AVR Options): Fix typo.
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 3b36c37ffbe..e3d3789818a 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -10973,11 +10973,11 @@ before calling a function and popped afterwards.
Popping the arguments after the function call can be expensive on
AVR so that accumulating the stack space might lead to smaller
-executables because areguments need not to be removed from the
+executables because arguments need not to be removed from the
stack after such a function call.
-This option can lead to reduced code size for functions that get
-their arguments on the stack like functions that perform several
+This option can lead to reduced code size for functions that perform
+several calls to functions which get their arguments on the stack like
calls to printf-like functions.
@item -mbranch-cost=@var{cost}