aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2013-09-29 20:59:52 +0200
committerUros Bizjak <uros@gcc.gnu.org>2013-09-29 20:59:52 +0200
commit7a5911d36f6a8f9e17320201d23505a05258badb (patch)
tree93a6c138c3ce2bf4e98b9a884c1fddb8ccf07814 /gcc/doc
parent3f67a73d5caeefc406ab35e5760dfda60d060031 (diff)
downloadgcc-7a5911d36f6a8f9e17320201d23505a05258badb.zip
gcc-7a5911d36f6a8f9e17320201d23505a05258badb.tar.gz
gcc-7a5911d36f6a8f9e17320201d23505a05258badb.tar.bz2
invoke.texi: Fix usage of @tie{} command.
* doc/invoke.texi: Fix usage of @tie{} command. From-SVN: r203015
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index d301278..6036f92 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -12047,7 +12047,7 @@ generic or @code{__flash} is used, then @code{RAMPZ} is set
as needed before the operation.
@item
-If the device supports RAM larger than 64@tie{KiB} and the compiler
+If the device supports RAM larger than 64@tie{}KiB and the compiler
needs to change @code{RAMPZ} to accomplish an operation, @code{RAMPZ}
is reset to zero after the operation.
@@ -12057,7 +12057,7 @@ prologue/epilogue saves/restores that SFR and initializes it with
zero in case the ISR code might (implicitly) use it.
@item
-RAM larger than 64@tie{KiB} is not supported by GCC for AVR targets.
+RAM larger than 64@tie{}KiB is not supported by GCC for AVR targets.
If you use inline assembler to read from locations outside the
16-bit address range and change one of the @code{RAMP} registers,
you must reset it to zero after the access.