summaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-02-11 06:29:08 +0000
committerH.J. Lu <hjl@lucon.org>2005-02-11 06:29:08 +0000
commitc075312e405d31a42bbfb7011ce1781a8888745b (patch)
treeb8e3d9f9e5aad4876a1fc30f98b7cd15eb144cc4 /gas/doc
parentf3f8ff4f9623b1ed2fae5f1b022f630f97723c9e (diff)
downloadbinutils-redhat-c075312e405d31a42bbfb7011ce1781a8888745b.tar.gz
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')
-rw-r--r--gas/doc/all.texi1
-rw-r--r--gas/doc/as.texinfo3
-rw-r--r--gas/doc/c-ia64.texi4
3 files changed, 6 insertions, 2 deletions
diff --git a/gas/doc/all.texi b/gas/doc/all.texi
index 4e302cea1f..ce034e77ec 100644
--- a/gas/doc/all.texi
+++ b/gas/doc/all.texi
@@ -40,6 +40,7 @@
@set I80386
@set I860
@set I960
+@set IA64
@set IP2K
@set M32R
@set M68HC11
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index b550aa93c0..529c351cee 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -6039,6 +6039,9 @@ subject, see the hardware manufacturer's manual.
@ifset I960
* i960-Dependent:: Intel 80960 Dependent Features
@end ifset
+@ifset IA64
+* IA-64-Dependent:: Intel IA-64 Dependent Features
+@end ifset
@ifset IP2K
* IP2K-Dependent:: IP2K Dependent Features
@end ifset
diff --git a/gas/doc/c-ia64.texi b/gas/doc/c-ia64.texi
index b62c05eb88..96c9f889ae 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.