diff options
author | Dave Brolley <brolley@redhat.com> | 2005-06-15 16:23:54 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2005-06-15 16:23:54 +0000 |
commit | ac18822241cf8b9a448e3f4d92b3769a7162626a (patch) | |
tree | 5315c3a8faf7bea9ece103840727b0054b143957 /opcodes/ChangeLog | |
parent | b081650bb667b38a2eb10ae152675157f7f0576f (diff) | |
download | gdb-ac18822241cf8b9a448e3f4d92b3769a7162626a.zip gdb-ac18822241cf8b9a448e3f4d92b3769a7162626a.tar.gz gdb-ac18822241cf8b9a448e3f4d92b3769a7162626a.tar.bz2 |
2005-06-15 Dave Brolley <brolley@redhat.com>
Contribute Morpho ms1 on behalf of Red Hat
* ms1-asm.c, ms1-desc.c, ms1-dis.c, ms1-ibld.c, ms1-opc.c,
ms1-opc.h: New files, Morpho ms1 target.
2004-05-14 Stan Cox <scox@redhat.com>
* disassemble.c (ARCH_ms1): Define.
(disassembler): Handle bfd_arch_ms1
2004-05-13 Michael Snyder <msnyder@redhat.com>
* Makefile.am, Makefile.in: Add ms1 target.
* configure.in: Ditto.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 94452d8..0d6209a 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,19 @@ +2005-06-15 Dave Brolley <brolley@redhat.com> + + Contribute Morpho ms1 on behalf of Red Hat + * ms1-asm.c, ms1-desc.c, ms1-dis.c, ms1-ibld.c, ms1-opc.c, + ms1-opc.h: New files, Morpho ms1 target. + + 2004-05-14 Stan Cox <scox@redhat.com> + + * disassemble.c (ARCH_ms1): Define. + (disassembler): Handle bfd_arch_ms1 + + 2004-05-13 Michael Snyder <msnyder@redhat.com> + + * Makefile.am, Makefile.in: Add ms1 target. + * configure.in: Ditto. + 2005-06-08 Zack Weinberg <zack@codesourcery.com> * arm-opc.h: Delete; fold contents into ... |