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.
This commit is contained in:
parent
cea6ffbd06
commit
385e4d0f27
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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\
|
||||
|
|
Loading…
Add table
Reference in a new issue