• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Révisionf866b262e8ffaa4339dac8698932e097756a8880 (tree)
l'heure2018-01-23 23:51:22
AuteurMaciej W. Rozycki <macro@mips...>
CommiterMaciej W. Rozycki

Message de Log

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.

Change Summary

Modification

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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+
16 2018-01-22 Maciej W. Rozycki <macro@mips.com>
27
38 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
--- a/gas/config/tc-mips.c
+++ b/gas/config/tc-mips.c
@@ -19958,6 +19958,9 @@ MIPS options:\n\
1995819958 -mips16 generate mips16 instructions\n\
1995919959 -no-mips16 do not generate mips16 instructions\n"));
1996019960 fprintf (stream, _("\
19961+-mmips16e2 generate MIPS16e2 instructions\n\
19962+-mno-mips16e2 do not generate MIPS16e2 instructions\n"));
19963+ fprintf (stream, _("\
1996119964 -mmicromips generate microMIPS instructions\n\
1996219965 -mno-micromips do not generate microMIPS instructions\n"));
1996319966 fprintf (stream, _("\