diff options
author | DJ Delorie <dj@redhat.com> | 2005-07-20 19:36:54 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-07-20 19:36:54 +0000 |
commit | 760c0f6a1adca1236c856d879d48f77096a35ac9 (patch) | |
tree | 28c1d98bddbf402493e3832874d621982d1c8881 /opcodes/ChangeLog | |
parent | fe773494031c0e3f146307642f9591fc78e55f7c (diff) | |
download | gdb-760c0f6a1adca1236c856d879d48f77096a35ac9.zip gdb-760c0f6a1adca1236c856d879d48f77096a35ac9.tar.gz gdb-760c0f6a1adca1236c856d879d48f77096a35ac9.tar.bz2 |
* disassemble.c (disassemble_init_for_target): M32C ISAs are
enums, so convert them to bit masks, which attributes are.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 547dc33..2a5d475 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2005-07-20 DJ Delorie <dj@redhat.com> + + * disassemble.c (disassemble_init_for_target): M32C ISAs are + enums, so convert them to bit masks, which attributes are. + 2005-07-18 Nick Clifton <nickc@redhat.com> * configure.in: Restore alpha ordering to list of arches. |