MIPS/GAS: Add missing `-mmips16e2'/`-mno-mips16e2' help text
authorMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 14:51:22 +0000 (14:51 +0000)
committerMaciej W. Rozycki <macro@mips.com>
Tue, 23 Jan 2018 14:51:22 +0000 (14:51 +0000)
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.

gas/ChangeLog
gas/config/tc-mips.c

index 079e126e109464094f2efc0c4ba17014f3c011e9..c3f32b2f8c0ece599307fd05d0591db0841576ba 100644 (file)
@@ -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>
 
        * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
index 97c9109c4fb5ecb90946f215097779cd8006def6..8653e88dbb573ed050e9b34ebc7fcbc958e7884f 100644 (file)
@@ -19958,6 +19958,9 @@ MIPS options:\n\
 -mips16                        generate mips16 instructions\n\
 -no-mips16             do not generate mips16 instructions\n"));
   fprintf (stream, _("\
+-mmips16e2             generate MIPS16e2 instructions\n\
+-mno-mips16e2          do not generate MIPS16e2 instructions\n"));
+  fprintf (stream, _("\
 -mmicromips            generate microMIPS instructions\n\
 -mno-micromips         do not generate microMIPS instructions\n"));
   fprintf (stream, _("\
This page took 0.033667 seconds and 4 git commands to generate.