diff options
author | Nick Clifton <nickc@redhat.com> | 2013-06-21 15:01:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-06-21 15:01:57 +0000 |
commit | 34c911a458060dc30f1745f898f788d547d5f390 (patch) | |
tree | 6d2a80a6f9a15fa877ef3259f5c8807a277d183c /opcodes/ChangeLog | |
parent | 3346cfda88e8a4351e9b11c663e365bcf9721ff2 (diff) | |
download | gdb-34c911a458060dc30f1745f898f788d547d5f390.zip gdb-34c911a458060dc30f1745f898f788d547d5f390.tar.gz gdb-34c911a458060dc30f1745f898f788d547d5f390.tar.bz2 |
* msp430-decode.opc: New.
* msp430-decode.c: New/generated.
* Makefile.am (TARGET_LIBOPCODES_CFILES): Add msp430-decode.c.
(MAINTAINER_CLEANFILES): Likewise.
Add rule to build msp430-decode.c frommsp430decode.opc
using the opc2c program.
* Makefile.in: Regenerate.
* configure.in: Add msp430-decode.lo to msp430 architecture files.
* configure: Regenerate.
* msp430-decode.h: New.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 002bd89..7f437e4 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,15 @@ +2013-06-21 DJ Delorie <dj@redhat.com> + + * msp430-decode.opc: New. + * msp430-decode.c: New/generated. + * Makefile.am (TARGET_LIBOPCODES_CFILES): Add msp430-decode.c. + (MAINTAINER_CLEANFILES): Likewise. + Add rule to build msp430-decode.c frommsp430decode.opc + using the opc2c program. + * Makefile.in: Regenerate. + * configure.in: Add msp430-decode.lo to msp430 architecture files. + * configure: Regenerate. + 2013-06-20 Yufeng Zhang <yufeng.zhang@arm.com> * aarch64-dis.c (EMBEDDED_ENV): Remove the check on it. |