diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2017-04-25 11:49:37 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2017-04-25 11:57:57 +0100 |
commit | 0348fd79d4c32243d91e8a55f20f408a9b4ec20d (patch) | |
tree | 661f74c30fd02758e47a97cca244cd7331cdb43e /opcodes/mips-dis.c | |
parent | 6e3d1f0728d980a384c5aa63ce7f2ff3919c5024 (diff) | |
download | gdb-0348fd79d4c32243d91e8a55f20f408a9b4ec20d.zip gdb-0348fd79d4c32243d91e8a55f20f408a9b4ec20d.tar.gz gdb-0348fd79d4c32243d91e8a55f20f408a9b4ec20d.tar.bz2 |
MIPS16/opcodes: Add `-M no-aliases' disassembler option help text
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'.
Diffstat (limited to 'opcodes/mips-dis.c')
-rw-r--r-- | opcodes/mips-dis.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c index bb9912e..4a08d8a 100644 --- a/opcodes/mips-dis.c +++ b/opcodes/mips-dis.c @@ -2434,6 +2434,9 @@ 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")); fprintf (stream, _("\n\ |