[binutils-gdb] MIPS/opcodes: Fix a typo in `-M ginv' option description
Maciej W.Rozycki
macro@sourceware.org
Thu Jun 21 21:46:00 GMT 2018
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=385e4d0f27945ef38e19a8fd3ec4cd76ff3b87a5
commit 385e4d0f27945ef38e19a8fd3ec4cd76ff3b87a5
Author: Maciej W. Rozycki <macro@mips.com>
Date: Thu Jun 21 22:45:47 2018 +0100
MIPS/opcodes: Fix a typo in `-M ginv' option description
opcodes/
* mips-dis.c (print_mips_disassembler_options): Fix a typo in
`-M ginv' option description.
Diff:
---
opcodes/ChangeLog | 5 +++++
opcodes/mips-dis.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index c5ef6a3..d455a38 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-21 Maciej W. Rozycki <macro@mips.com>
+
+ * mips-dis.c (print_mips_disassembler_options): Fix a typo in
+ `-M ginv' option description.
+
2018-06-20 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR gas/23305
diff --git a/opcodes/mips-dis.c b/opcodes/mips-dis.c
index aeb8d7e..4938f90 100644
--- a/opcodes/mips-dis.c
+++ b/opcodes/mips-dis.c
@@ -2575,7 +2575,7 @@ with the -M switch (multiple options should be separated by commas):\n"));
ASE instructions.\n"));
fprintf (stream, _("\n\
- ginv Recognize the Global INValidate (GINV) ASe\n\
+ ginv Recognize the Global INValidate (GINV) ASE\n\
instructions.\n"));
fprintf (stream, _("\n\
More information about the Binutils-cvs
mailing list