MIPS/opcodes: Reformat `-M' disassembler option's help text
authorMaciej W. Rozycki <macro@imgtec.com>
Wed, 7 Dec 2016 02:35:33 +0000 (02:35 +0000)
committerMaciej W. Rozycki <macro@imgtec.com>
Wed, 7 Dec 2016 12:28:22 +0000 (12:28 +0000)
Align output produced consistently and fix other formatting issues.

opcodes/
* mips-dis.c (print_mips_disassembler_options): Reformat output.

opcodes/ChangeLog
opcodes/mips-dis.c

index d878d71786d272792c23200e1f20578fa597b470..208197c0cdfffa2d48b5021f94073141d21e90dc 100644 (file)
@@ -1,3 +1,7 @@
+2016-12-07  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-dis.c (print_mips_disassembler_options): Reformat output.
+
 2016-12-05  Szabolcs Nagy  <szabolcs.nagy@arm.com>
 
        * arm-dis.c (coprocessor_opcodes): Add vcmla and vcadd.
index 3f874e72f5e3443b7b88eb3da79d321bdef359bc..ec3b57b85281868bbff4a12abb42ba1f1a612f50 100644 (file)
@@ -2384,16 +2384,17 @@ 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\
-  msa             Recognize MSA instructions.\n"));
+  msa                      Recognize MSA instructions.\n"));
 
   fprintf (stream, _("\n\
-  virt            Recognize the virtualization ASE instructions.\n"));
+  virt                     Recognize the virtualization ASE instructions.\n"));
 
   fprintf (stream, _("\n\
-  xpa            Recognize the eXtended Physical Address (XPA) ASE instructions.\n"));
+  xpa                      Recognize the eXtended Physical Address (XPA)\n\
+                           ASE instructions.\n"));
 
   fprintf (stream, _("\n\
-  gpr-names=ABI            Print GPR names according to  specified ABI.\n\
+  gpr-names=ABI            Print GPR names according to specified ABI.\n\
                            Default: based on binary being disassembled.\n"));
 
   fprintf (stream, _("\n\
@@ -2407,7 +2408,7 @@ with the -M switch (multiple options should be separated by commas):\n"));
 
   fprintf (stream, _("\n\
   hwr-names=ARCH           Print HWR names according to specified \n\
-                          architecture.\n\
+                           architecture.\n\
                            Default: based on binary being disassembled.\n"));
 
   fprintf (stream, _("\n\
This page took 0.032489 seconds and 4 git commands to generate.