diff options
author | Anthony Green <green@redhat.com> | 2009-06-11 11:27:58 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2009-06-11 11:27:58 +0000 |
commit | f865a31d1ed571ccb8d17653b150e3a30f22b30d (patch) | |
tree | 53213b9fa3500e9762839a2a15d4447b6e7c04cc /opcodes/ChangeLog | |
parent | 1372b818548793632310cb702930171c849f62db (diff) | |
download | gdb-f865a31d1ed571ccb8d17653b150e3a30f22b30d.zip gdb-f865a31d1ed571ccb8d17653b150e3a30f22b30d.tar.gz gdb-f865a31d1ed571ccb8d17653b150e3a30f22b30d.tar.bz2 |
Add PC-relative branch instructions to moxie port.
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 8333e32..1bb84a9 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2009-06-11 Anthony Green <green@moxielogic.com> + + * moxie-opc.c (moxie_form1_opc_info): Remove branch instructions. + (moxie_form3_opc_info): Add branch instructions. + * moxie-dis.c (print_insn_moxie): Disassemble MOXIE_F3_PCREL + encoded instructions. + 2009-06-06 Anthony Green <green@moxielogic.com> * moxie-opc.c: Recode some MOXIE_F1_4 opcodes as MOXIE_F1_M. |