diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-02-11 06:29:08 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-02-11 06:29:08 +0000 |
commit | 5cb53c2102ec11f54dcbc368ad60a2ce5ad5cda4 (patch) | |
tree | bbecf4aa6c2d467ef8924c0c3954ccb31136b433 /gas/doc/c-ia64.texi | |
parent | 57f5cdfb5624f6a02b6fce83f6db953664e8d954 (diff) | |
download | gdb-5cb53c2102ec11f54dcbc368ad60a2ce5ad5cda4.zip gdb-5cb53c2102ec11f54dcbc368ad60a2ce5ad5cda4.tar.gz gdb-5cb53c2102ec11f54dcbc368ad60a2ce5ad5cda4.tar.bz2 |
2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
* doc/all.texi: Add IA64.
* doc/as.texinfo: Likewise.
* doc/c-ia64.texi: Fix typos.
Diffstat (limited to 'gas/doc/c-ia64.texi')
-rw-r--r-- | gas/doc/c-ia64.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi index b62c05e..96c9f88 100644 --- a/gas/doc/c-ia64.texi +++ b/gas/doc/c-ia64.texi @@ -90,7 +90,7 @@ Reference Guide. * IA-64-Chars:: Special Characters * IA-64-Regs:: Register Names * IA-64-Bits:: Bit Names -* IA-64-Relocs:: Relocations +@c * IA-64-Relocs:: Relocations // to be written @end menu @node IA-64-Chars @@ -136,7 +136,7 @@ the end-of-interrupt register (@samp{cr67}). The assembler defines bit masks for each of the bits in the IA-64 processor status register. For example, @samp{psr.ic} corresponds to a value of 0x2000. These masks are primarily intended for use with -the @sample{ssm}/@sample{sum} and @sample{rsm}/@sample{rum} +the @samp{ssm}/@samp{sum} and @samp{rsm}/@samp{rum} instructions, but they can be used anywhere else where an integer constant is expected. |