diff options
author | Adam Nemet <anemet@caviumnetworks.com> | 2008-04-28 17:03:58 +0000 |
---|---|---|
committer | Adam Nemet <anemet@caviumnetworks.com> | 2008-04-28 17:03:58 +0000 |
commit | 39c5c16818bedead39379bb4558775905c7e60d7 (patch) | |
tree | dae9b03992067e38fa13aff1d7dd0e54463137ea /opcodes/ChangeLog | |
parent | d0799671812de22077ddeb9f0e35aca33a264dd8 (diff) | |
download | gdb-39c5c16818bedead39379bb4558775905c7e60d7.zip gdb-39c5c16818bedead39379bb4558775905c7e60d7.tar.gz gdb-39c5c16818bedead39379bb4558775905c7e60d7.tar.bz2 |
* mips-opc.c (mips_builtin_opcodes): Mark prefx and c1
instructions FP_S. Mark l.s, li.s, lwc1, swc1, s.s, trunc.w.s and
cop1 macros INSN2_M_FP_S. Mark l.d, li.d, ldc1 and sdc1 macros
INSN2_M_FP_D. Mark trunc.w.d macro INSN2_M_FP_S and INSN2_M_FP_D.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ce809d8..6f55be2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2008-04-28 Adam Nemet <anemet@caviumnetworks.com> + + * mips-opc.c (mips_builtin_opcodes): Mark prefx and c1 + instructions FP_S. Mark l.s, li.s, lwc1, swc1, s.s, trunc.w.s and + cop1 macros INSN2_M_FP_S. Mark l.d, li.d, ldc1 and sdc1 macros + INSN2_M_FP_D. Mark trunc.w.d macro INSN2_M_FP_S and INSN2_M_FP_D. + 2008-04-25 David S. Miller <davem@davemloft.net> * sparc-dis.c: Emit %stick instead of %sys_tick, and %stick_cmpr |