From e335d9cbd89a0a80bd2b0cbdcf60061d3ec75902 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 26 Jun 2013 08:04:00 +0000 Subject: [PATCH] gas/ * doc/c-mips.texi: Use ISA instead of @sc{isa}. --- gas/ChangeLog | 4 ++++ gas/doc/c-mips.texi | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index ac69efe..d6df18b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ 2013-06-26 Richard Sandiford + * doc/c-mips.texi: Use ISA instead of @sc{isa}. + +2013-06-26 Richard Sandiford + * config/tc-mips.c (validate_mips_insn): Use STYPE rather than SHAMT. 2013-06-25 Maciej W. Rozycki diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi index 27d0407..f377ef3 100644 --- a/gas/doc/c-mips.texi +++ b/gas/doc/c-mips.texi @@ -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. -- 2.7.4