mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
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.
This commit is contained in:
@ -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>
|
2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
|
||||||
|
|
||||||
PR 22737
|
PR 22737
|
||||||
|
@ -1106,8 +1106,8 @@ from the XPA Extension from that point on in the assembly. The
|
|||||||
@kindex @code{.set nomips16e2}
|
@kindex @code{.set nomips16e2}
|
||||||
The directive @code{.set mips16e2} makes the assembler accept instructions
|
The directive @code{.set mips16e2} makes the assembler accept instructions
|
||||||
from the MIPS16e2 Application Specific Extension from that point on in the
|
from the MIPS16e2 Application Specific Extension from that point on in the
|
||||||
assembly, whenever in MIPS16 mode. The @code{.set nomips16e2} prevents
|
assembly, whenever in MIPS16 mode. The @code{.set nomips16e2} directive
|
||||||
MIPS16e2 instructions from being accepted, in MIPS16 mode. Neither
|
prevents MIPS16e2 instructions from being accepted, in MIPS16 mode. Neither
|
||||||
directive affects the state of MIPS16 mode being active itself which has
|
directive affects the state of MIPS16 mode being active itself which has
|
||||||
separate controls.
|
separate controls.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user