mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 22:07:58 +08:00
MIPS/GAS: Add missing -mmips16e2'/
-mno-mips16e2' help text
Correct a commit 25499ac7ee92 ("MIPS16e2: Add MIPS16e2 ASE support") GAS bug and add missing help text for the `-mmips16e2' and `-mno-mips16e2' options added with said commit. gas/ * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and `-mno-mips16e2' options.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2018-01-23 Maciej W. Rozycki <macro@mips.com>
|
||||||
|
|
||||||
|
* config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
|
||||||
|
`-mno-mips16e2' options.
|
||||||
|
|
||||||
2018-01-22 Maciej W. Rozycki <macro@mips.com>
|
2018-01-22 Maciej W. Rozycki <macro@mips.com>
|
||||||
|
|
||||||
* doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
|
* doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
|
||||||
|
@ -19958,6 +19958,9 @@ MIPS options:\n\
|
|||||||
-mips16 generate mips16 instructions\n\
|
-mips16 generate mips16 instructions\n\
|
||||||
-no-mips16 do not generate mips16 instructions\n"));
|
-no-mips16 do not generate mips16 instructions\n"));
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
|
-mmips16e2 generate MIPS16e2 instructions\n\
|
||||||
|
-mno-mips16e2 do not generate MIPS16e2 instructions\n"));
|
||||||
|
fprintf (stream, _("\
|
||||||
-mmicromips generate microMIPS instructions\n\
|
-mmicromips generate microMIPS instructions\n\
|
||||||
-mno-micromips do not generate microMIPS instructions\n"));
|
-mno-micromips do not generate microMIPS instructions\n"));
|
||||||
fprintf (stream, _("\
|
fprintf (stream, _("\
|
||||||
|
Reference in New Issue
Block a user