diff options
author | Doug Evans <dje@google.com> | 2009-10-17 17:38:09 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-10-17 17:38:09 +0000 |
commit | d1119f7a8cf9efafeedf47e62b41e267053d9c67 (patch) | |
tree | 84e933c322681429e02f955b7e4d92cad7d3d5b5 /opcodes/ChangeLog | |
parent | 6c293e26a3900d79876d54fca00c21b4d6406d98 (diff) | |
download | gdb-d1119f7a8cf9efafeedf47e62b41e267053d9c67.zip gdb-d1119f7a8cf9efafeedf47e62b41e267053d9c67.tar.gz gdb-d1119f7a8cf9efafeedf47e62b41e267053d9c67.tar.bz2 |
* Makefile.am (CGEN_CPUS): Add iq2000, lm32.
(FR30_DEPS, FRV_DEPS, IQ2000_DEPS): Move so all cgen *_DEPS are
sorted alphabetically.
(stamp-fr30, stamp-frv, stamp-iq2000, stamp-xc16x): Move so all cgen
stamp-* rules are sorted alphabetically.
* Makefile.in: Regenerate.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 2b6cf20..51a2485 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +2009-10-17 Doug Evans <dje@sebabeach.org> + + * Makefile.am (CGEN_CPUS): Add iq2000, lm32. + (FR30_DEPS, FRV_DEPS, IQ2000_DEPS): Move so all cgen *_DEPS are + sorted alphabetically. + (stamp-fr30, stamp-frv, stamp-iq2000, stamp-xc16x): Move so all cgen + stamp-* rules are sorted alphabetically. + * Makefile.in: Regenerate. + 2009-10-16 H.J. Lu <hongjiu.lu@intel.com> * i386-opc.h: Use enum instead of nested macros. |