GAS/doc: Correct `.set nomips16e2' directive description syntax
authorMaciej W. Rozycki <macro@mips.com>
Mon, 22 Jan 2018 21:06:35 +0000 (13:06 -0800)
committerMaciej W. Rozycki <macro@mips.com>
Mon, 22 Jan 2018 21:09:50 +0000 (21:09 +0000)
gas/
* doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
Correct syntax of the `.set nomips16e2' directive description.

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

index 7e81c3eaebe5ce625add3a1819246642320fecb5..079e126e109464094f2efc0c4ba17014f3c011e9 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-22  Maciej W. Rozycki  <macro@mips.com>
+
+       * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
+       Correct syntax of the `.set nomips16e2' directive description.
+
 2018-01-22  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR 22737
index 083b24d70bc2158d8276325eb2dce31174e40417..650d8868d9bbd582f2a59a55606f14d53c126f39 100644 (file)
@@ -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.
 
This page took 0.028239 seconds and 4 git commands to generate.