aboutsummaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2005-10-28 19:41:01 +0000
committerDave Brolley <brolley@redhat.com>2005-10-28 19:41:01 +0000
commit16175d96a0fd067a57f340015061292a5d8c3ee3 (patch)
tree95a6bc1a28e9bcf8a8382c59aa3489d3f392e95e /include/opcode
parentea5ca089fd456b1459650e476fb28160ae5d617d (diff)
downloadgdb-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/opcode')
-rw-r--r--include/opcode/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index da503b6..a282a62 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -7,6 +7,28 @@
cgen_isa_mask_* to cgen_bitset_*.
* cgen.h: Likewise.
+ 2003-10-21 Richard Sandiford <rsandifo@redhat.com>
+
+ * cgen.h (CGEN_BITSET_ATTR_VALUE): Fix definition.
+ (CGEN_ATTR_ENTRY): Change "value" to type "unsigned".
+ (CGEN_CPU_TABLE): Make isas a ponter.
+
+ 2003-09-29 Dave Brolley <brolley@redhat.com>
+
+ * cgen.h (CGEN_ATTR_VALUE_BITSET_TYPE): New typedef.
+ (CGEN_ATTR_VALUE_ENUM_TYPE): Ditto.
+ (CGEN_ATTR_VALUE_TYPE): Use these new typedefs.
+
+ 2002-12-13 Dave Brolley <brolley@redhat.com>
+
+ * cgen.h (symcat.h): #include it.
+ (cgen-bitset.h): #include it.
+ (CGEN_ATTR_VALUE_TYPE): Now a union.
+ (CGEN_ATTR_VALUE): Reference macros generated in opcodes/<arch>-desc.h.
+ (CGEN_ATTR_ENTRY): 'value' now unsigned.
+ (cgen_cpu_desc): 'isas' now (CGEN_ISA_MASK*).
+ * cgen-bitset.h: New file.
+
2005-09-30 Catherine Moore <clm@cm00re.com>
* bfin.h: New file.