From f866b262e8ffaa4339dac8698932e097756a8880 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Tue, 23 Jan 2018 14:51:22 +0000 Subject: [PATCH] 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. --- gas/ChangeLog | 5 +++++ gas/config/tc-mips.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 079e126e10..c3f32b2f8c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2018-01-23 Maciej W. Rozycki + + * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and + `-mno-mips16e2' options. + 2018-01-22 Maciej W. Rozycki * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides): diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 97c9109c4f..8653e88dbb 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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, _("\ -- 2.34.1