diff options
author | Jim Blandy <jimb@codesourcery.com> | 2005-07-16 18:43:55 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2005-07-16 18:43:55 +0000 |
commit | aa2608541f408a36e7298410dd29b7cbfd072a5e (patch) | |
tree | 2eb56c3e032918ce166e59aa71e5e161c46b3d04 /cpu/ChangeLog | |
parent | Fix typo in the date. (diff) | |
download | binutils-gdb-aa2608541f408a36e7298410dd29b7cbfd072a5e.tar.gz binutils-gdb-aa2608541f408a36e7298410dd29b7cbfd072a5e.tar.bz2 binutils-gdb-aa2608541f408a36e7298410dd29b7cbfd072a5e.zip |
* m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET,
to represent isa sets.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index ec5f52b74fb..4d2860f043d 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,8 @@ +2005-07-16 Jim Blandy <jimb@redhat.com> + + * m32c.opc (m32c_cgen_insn_supported): Use int, not CGEN_BITSET, + to represent isa sets. + 2005-07-15 Jim Blandy <jimb@redhat.com> * m32c.cpu, m32c.opc: Fix copyright. |