GNU Binutils with patches for OS216
Révision | f866b262e8ffaa4339dac8698932e097756a8880 (tree) |
---|---|
l'heure | 2018-01-23 23:51:22 |
Auteur | Maciej W. Rozycki <macro@mips...> |
Commiter | Maciej W. Rozycki |
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.
@@ -1,3 +1,8 @@ | ||
1 | +2018-01-23 Maciej W. Rozycki <macro@mips.com> | |
2 | + | |
3 | + * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and | |
4 | + `-mno-mips16e2' options. | |
5 | + | |
1 | 6 | 2018-01-22 Maciej W. Rozycki <macro@mips.com> |
2 | 7 | |
3 | 8 | * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides): |
@@ -19958,6 +19958,9 @@ MIPS options:\n\ | ||
19958 | 19958 | -mips16 generate mips16 instructions\n\ |
19959 | 19959 | -no-mips16 do not generate mips16 instructions\n")); |
19960 | 19960 | fprintf (stream, _("\ |
19961 | +-mmips16e2 generate MIPS16e2 instructions\n\ | |
19962 | +-mno-mips16e2 do not generate MIPS16e2 instructions\n")); | |
19963 | + fprintf (stream, _("\ | |
19961 | 19964 | -mmicromips generate microMIPS instructions\n\ |
19962 | 19965 | -mno-micromips do not generate microMIPS instructions\n")); |
19963 | 19966 | fprintf (stream, _("\ |