diff options
author | Nick Clifton <nickc@redhat.com> | 1998-09-30 17:18:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1998-09-30 17:18:36 +0000 |
commit | 40dac6318f7f78d8a1713b3499412aa87111a01d (patch) | |
tree | 8fc2f7059c5ffa034df1b81e764190812af05f45 | |
parent | 1ee490ca0b3e908322c6864b378f3752bee043c1 (diff) | |
download | gdb-40dac6318f7f78d8a1713b3499412aa87111a01d.zip gdb-40dac6318f7f78d8a1713b3499412aa87111a01d.tar.gz gdb-40dac6318f7f78d8a1713b3499412aa87111a01d.tar.bz2 |
Fix PR 17469 - treat TRAP as another in the set of branch type instructions.
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5e87ff0..da77b61 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Wed Sep 30 10:17:50 1998 Nick Clifton <nickc@cygnus.com> + + * d10v-opc.c: Treat TRAP as if it were a branch type instruction. + +Mon Sep 28 14:35:43 1998 Martin M. Hunt <hunt@cygnus.com> + + * d10v-dis.c (print_operand): If num is nonzero, then + add OPERAND_ACC1, not OPERAND_ACC0. + Thu Sep 24 09:20:03 1998 Nick Clifton <nickc@cygnus.com> * d30v-opc.c: Add FLAG_JSR attribute to DBT, REIT, RTD, and TRAP |