diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-06-26 08:04:00 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-06-26 08:04:00 +0000 |
commit | e335d9cbd89a0a80bd2b0cbdcf60061d3ec75902 (patch) | |
tree | 7c66beb423fe0fe909b8602f397d9ce5c89add85 /gas/doc | |
parent | 28a93511837e1a3c26732fef8687fe5fe48735ec (diff) | |
download | gdb-e335d9cbd89a0a80bd2b0cbdcf60061d3ec75902.zip gdb-e335d9cbd89a0a80bd2b0cbdcf60061d3ec75902.tar.gz gdb-e335d9cbd89a0a80bd2b0cbdcf60061d3ec75902.tar.bz2 |
gas/
* doc/c-mips.texi: Use ISA instead of @sc{isa}.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-mips.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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. |