gas/
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 26 Jun 2013 08:04:00 +0000 (08:04 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Wed, 26 Jun 2013 08:04:00 +0000 (08:04 +0000)
* doc/c-mips.texi: Use ISA instead of @sc{isa}.

gas/ChangeLog
gas/doc/c-mips.texi

index ac69efe..d6df18b 100644 (file)
@@ -1,5 +1,9 @@
 2013-06-26  Richard Sandiford  <rdsandiford@googlemail.com>
 
+       * doc/c-mips.texi: Use ISA instead of @sc{isa}.
+
+2013-06-26  Richard Sandiford  <rdsandiford@googlemail.com>
+
        * config/tc-mips.c (validate_mips_insn): Use STYPE rather than SHAMT.
 
 2013-06-25  Maciej W. Rozycki  <macro@codesourcery.com>
index 27d0407..f377ef3 100644 (file)
@@ -631,10 +631,10 @@ the MIPS Instruction Set Architecture level on the fly: @code{.set
 mips@var{n}}.  @var{n} should be a number from 0 to 5, or 32, 32r2, 64
 or 64r2.
 The values other than 0 make the assembler accept instructions
-for the corresponding @sc{isa} level, from that point on in the
+for the corresponding ISA level, from that point on in the
 assembly.  @code{.set mips@var{n}} affects not only which instructions
 are permitted, but also how certain macros are expanded.  @code{.set
-mips0} restores the @sc{isa} level to its original level: either the
+mips0} restores the ISA level to its original level: either the
 level you selected with command line options, or the default for your
 configuration.  You can use this feature to permit specific @sc{mips3}
 instructions while assembling in 32 bit mode.  Use this directive with
@@ -759,7 +759,7 @@ instructions from being accepted.
 @kindex @code{.set nosmartmips}
 The directive @code{.set smartmips} makes the assembler accept
 instructions from the SmartMIPS Application Specific Extension to the
-MIPS32 @sc{isa} from that point on in the assembly.  The
+MIPS32 ISA from that point on in the assembly.  The
 @code{.set nosmartmips} directive prevents SmartMIPS instructions from
 being accepted.