diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-14 13:07:50 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2013-07-14 13:07:50 +0000 |
commit | 7a5f87ce9bd0d5facacd10424c26deb0af041630 (patch) | |
tree | d44ee0ef601816444ded5e695238a4bc96dd8a2d /opcodes/ChangeLog | |
parent | 5b581c314777475df0cc607c33861e87c5c3de77 (diff) | |
download | gdb-7a5f87ce9bd0d5facacd10424c26deb0af041630.zip gdb-7a5f87ce9bd0d5facacd10424c26deb0af041630.tar.gz gdb-7a5f87ce9bd0d5facacd10424c26deb0af041630.tar.bz2 |
opcodes/
* mips-opc.c (mips_builtin_opcodes): Use "S,T" rather than "V,T" for
ADDA.S, MULA.S and SUBA.S.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 905b37e..6478052 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2013-07-14 Richard Sandiford <rdsandiford@googlemail.com> + + * mips-opc.c (mips_builtin_opcodes): Use "S,T" rather than "V,T" for + ADDA.S, MULA.S and SUBA.S. + 2013-07-08 H.J. Lu <hongjiu.lu@intel.com> PR gas/13572 |