aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@mips.com>2018-01-22 13:06:35 -0800
committerMaciej W. Rozycki <macro@mips.com>2018-01-22 21:09:50 +0000
commit75c80ee120e7d1bfb78570aa89d8d8fec6812d0f (patch)
tree5cc69d5982002312daf4c8699774fefddcc7b75d /gas/doc
parent1ea332d6931ea097d0128578a578528262df8445 (diff)
downloadgdb-75c80ee120e7d1bfb78570aa89d8d8fec6812d0f.zip
gdb-75c80ee120e7d1bfb78570aa89d8d8fec6812d0f.tar.gz
gdb-75c80ee120e7d1bfb78570aa89d8d8fec6812d0f.tar.bz2
GAS/doc: Correct `.set nomips16e2' directive description syntax
gas/ * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides): Correct syntax of the `.set nomips16e2' directive description.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/c-mips.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-mips.texi b/gas/doc/c-mips.texi
index 083b24d..650d886 100644
--- a/gas/doc/c-mips.texi
+++ b/gas/doc/c-mips.texi
@@ -1106,8 +1106,8 @@ from the XPA Extension from that point on in the assembly. The
@kindex @code{.set nomips16e2}
The directive @code{.set mips16e2} makes the assembler accept instructions
from the MIPS16e2 Application Specific Extension from that point on in the
-assembly, whenever in MIPS16 mode. The @code{.set nomips16e2} prevents
-MIPS16e2 instructions from being accepted, in MIPS16 mode. Neither
+assembly, whenever in MIPS16 mode. The @code{.set nomips16e2} directive
+prevents MIPS16e2 instructions from being accepted, in MIPS16 mode. Neither
directive affects the state of MIPS16 mode being active itself which has
separate controls.