[committed] GAS/doc: Correct `.set nomips16e2' directive description syntax
Maciej W. Rozycki
macro@mips.com
Mon Jan 22 21:36:00 GMT 2018
More information about the Binutils mailing list
Mon Jan 22 21:36:00 GMT 2018
- Previous message (by thread): [committed] binutils/doc: Fix a "using" typo in `objcopy --rename-section' description
- Next message (by thread): [committed] MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help text
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
gas/
* doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
Correct syntax of the `.set nomips16e2' directive description.
---
Hi,
Committed to master and backported to 2.30.
Maciej
---
gas/doc/c-mips.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
binutils-mips16e2-gas-doc-set.diff
Index: binutils/gas/doc/c-mips.texi
===================================================================
--- binutils.orig/gas/doc/c-mips.texi 2017-12-07 23:01:42.000000000 +0000
+++ binutils/gas/doc/c-mips.texi 2017-12-07 23:03:20.469232423 +0000
@@ -1106,8 +1106,8 @@ from the XPA Extension from that point o
@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.
- Previous message (by thread): [committed] binutils/doc: Fix a "using" typo in `objcopy --rename-section' description
- Next message (by thread): [committed] MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help text
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list