include/opcode/

* mips.h: Fix comment typo: "G" is _RS rather than _RD for microMIPS.

gas/
	* config/tc-mips.c (mips_ip): Fix swapped bit numbers in comments.
This commit is contained in:
Richard Sandiford
2013-06-23 20:12:52 +00:00
parent b5627d2ebc
commit 1acdf7f3c7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-06-23 Richard Sandiford <rdsandiford@googlemail.com>
* mips.h: Fix comment typo: "G" is _RS rather than _RD for microMIPS.
2013-06-17 Catherine Moore <clm@codesourcery.com>
Maciej W. Rozycki <macro@codesourcery.com>
Chao-Ying Fu <fu@mips.com>