This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_30-branch] GAS/doc: Correct `.set nomips16e2' directive description syntax


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=9f736de3427d4068cd91852ff92e2dc42d21194d

commit 9f736de3427d4068cd91852ff92e2dc42d21194d
Author: Maciej W. Rozycki <macro@mips.com>
Date:   Mon Jan 22 13:06:35 2018 -0800

    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.
    
    (cherry picked from commit 75c80ee120e7d1bfb78570aa89d8d8fec6812d0f)

Diff:
---
 gas/ChangeLog       | 5 +++++
 gas/doc/c-mips.texi | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 705cb47..18aad7f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
 
 	Backport from mainline
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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]