diff options
author | Nick Clifton <nickc@redhat.com> | 1997-10-10 23:41:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-10-10 23:41:43 +0000 |
commit | 5ff4668dea05ff6ba6eefc022419bcbd46ccc75e (patch) | |
tree | 0b29900a719f1dcbcfec693afe379e8b70488c3d /opcodes | |
parent | 676d3f022c2cd031aea633046fbdd6fb69767227 (diff) | |
download | gdb-5ff4668dea05ff6ba6eefc022419bcbd46ccc75e.zip gdb-5ff4668dea05ff6ba6eefc022419bcbd46ccc75e.tar.gz gdb-5ff4668dea05ff6ba6eefc022419bcbd46ccc75e.tar.bz2 |
Fixed bug extracting displacement from a JR instruction.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index bc7187c..3fc8cde 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 10 16:44:52 1997 Nick Clifton <nickc@cygnus.com> + + * v850-opc.c (extract_d22): Use signed arithmatic. + Tue Oct 7 23:40:43 1997 Gavin Koch <gavin@cygnus.com> * mips-opc.c: Three op mult is not an ISA insn. |