diff options
author | Dave Brolley <brolley@redhat.com> | 2005-10-28 19:41:01 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2005-10-28 19:41:01 +0000 |
commit | 16175d96a0fd067a57f340015061292a5d8c3ee3 (patch) | |
tree | 95a6bc1a28e9bcf8a8382c59aa3489d3f392e95e /include/ChangeLog | |
parent | ea5ca089fd456b1459650e476fb28160ae5d617d (diff) | |
download | gdb-16175d96a0fd067a57f340015061292a5d8c3ee3.zip gdb-16175d96a0fd067a57f340015061292a5d8c3ee3.tar.gz gdb-16175d96a0fd067a57f340015061292a5d8c3ee3.tar.bz2 |
2005-10-28 Dave Brolley <brolley@redhat.com>
Contribute the following changes:
2003-09-29 Dave Brolley <brolley@redhat.com>
* dis-asm.h (disassemble_info): insn_sets now (void *) to allow for
more exotic underlying types to be used.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index a958dd2..cb2ca58 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,11 @@ +2005-10-28 Dave Brolley <brolley@redhat.com> + + Contribute the following changes: + 2003-09-29 Dave Brolley <brolley@redhat.com> + + * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for + more exotic underlying types to be used. + 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl> disasm.h: Add declaration for print_insn_z80 |