2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 11 Feb 2005 06:29:08 +0000 (06:29 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 11 Feb 2005 06:29:08 +0000 (06:29 +0000)
* doc/all.texi: Add IA64.
* doc/as.texinfo: Likewise.

* doc/c-ia64.texi: Fix typos.

gas/ChangeLog
gas/doc/all.texi
gas/doc/as.texinfo
gas/doc/c-ia64.texi

index 538fd2f077d1bcf459052860152baa291a99fd3d..ec0b9cbe3b6ddc9ad94ed44d30346b7802f71af3 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2005-02-10  Julian Brown  <julian@codesourcery.com>
 
        * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
index 4e302cea1f6cce36cac80fdb9a4b031e32a94d5e..ce034e77ec9c0946016d2dae1f1428ab1d57804b 100644 (file)
@@ -40,6 +40,7 @@
 @set I80386
 @set I860
 @set I960
+@set IA64
 @set IP2K
 @set M32R
 @set M68HC11
index b550aa93c0abc9415584a9e68b8da5ee2f7196c4..529c351ceeb1bc92a13506710c9ca2a0779ee744 100644 (file)
@@ -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
index b62c05eb88d0dbf3151f39484c22c29c8233987f..96c9f889ae88c0fee291b02a5915f89230f20ff8 100644 (file)
@@ -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.
 
This page took 0.039437 seconds and 4 git commands to generate.