diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-10-26 18:12:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-10-26 18:12:03 +0000 |
commit | 6049379740a033d6c617a5e26420f7c108584e5f (patch) | |
tree | 3594e526b7eb8ab24542a3afeb0544b3af53b00b /gas/doc/c-xtensa.texi | |
parent | 3e685d417e81036a35a6009aead698f0b2c8d67e (diff) | |
download | gdb-6049379740a033d6c617a5e26420f7c108584e5f.zip gdb-6049379740a033d6c617a5e26420f7c108584e5f.tar.gz gdb-6049379740a033d6c617a5e26420f7c108584e5f.tar.bz2 |
* doc/c-alpha.texi: Fix typos.
* doc/c-ia64.texi: Likewise.
* doc/c-mmix.texi: Likewise.
* doc/c-sh64.texi: Likewise.
* doc/c-xtensa.texi: Likewise.
* doc/internals.texi: Likewise.
Diffstat (limited to 'gas/doc/c-xtensa.texi')
-rw-r--r-- | gas/doc/c-xtensa.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-xtensa.texi b/gas/doc/c-xtensa.texi index 69a3d81..5e5f13a 100644 --- a/gas/doc/c-xtensa.texi +++ b/gas/doc/c-xtensa.texi @@ -213,7 +213,7 @@ opcodes (@pxref{Xtensa Opcodes, ,Opcode Names}), by using the Line Options}), or by using the @code{no-density} directive (@pxref{Density Directive, ,density}). -It is a good idea @emph{not} to use the density instuctions directly. +It is a good idea @emph{not} to use the density instructions directly. The assembler will automatically select dense instructions where possible. If you later need to avoid using the code density option, you can disable it in the assembler without having to modify the code. @@ -351,7 +351,7 @@ range, function call relaxation can be enabled using the @cindex relaxation of @code{MOVI} instructions The @code{MOVI} machine instruction can only materialize values in the range from -2048 to 2047. Values outside this range are best -materalized with @code{L32R} instructions. Thus: +materialized with @code{L32R} instructions. Thus: @smallexample movi a0, 100000 |