MIPS16/opcodes: Add `-M no-aliases' disassembler option help text
authorMaciej W. Rozycki <macro@imgtec.com>
Tue, 25 Apr 2017 10:49:37 +0000 (11:49 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Tue, 25 Apr 2017 10:57:57 +0000 (11:57 +0100)
Complement commit 986e18a5a9fd ("Add a second 'pinfo' member to
mips_opcode to extend number of available bits"),
<https://sourceware.org/ml/binutils/2005-01/msg00261.html>, and add a
help text for the `-M no-aliases' disassembler option.

opcodes/
* mips-dis.c (print_mips_disassembler_options): Add
`no-aliases'.

opcodes/ChangeLog
opcodes/mips-dis.c

index 9bc7a903350f44cea778d31bb7bc3a910cab6663..532f82140d140ce09e2649a92f09e22c9f0e1303 100644 (file)
@@ -1,3 +1,8 @@
+2017-04-25  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_mips_disassembler_options): Add
+       `no-aliases'.
+
 2017-04-25  Maciej W. Rozycki  <macro@imgtec.com>
 
        * mips16-opc.c (AL): New macro.
index bb9912e4626d7bcebbeab329cf1afc32ee5d6e0c..4a08d8a4a0a157e888b494ea2c0495b43baf13ba 100644 (file)
@@ -2433,6 +2433,9 @@ print_mips_disassembler_options (FILE *stream)
 The following MIPS specific disassembler options are supported for use\n\
 with the -M switch (multiple options should be separated by commas):\n"));
 
+  fprintf (stream, _("\n\
+  no-aliases               Use canonical instruction forms.\n"));
+
   fprintf (stream, _("\n\
   msa                      Recognize MSA instructions.\n"));
 
This page took 0.027768 seconds and 4 git commands to generate.