diff options
author | Nick Clifton <nickc@redhat.com> | 2013-06-21 10:59:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-06-21 10:59:14 +0000 |
commit | 3346cfda88e8a4351e9b11c663e365bcf9721ff2 (patch) | |
tree | 9d928f44a2929ace3c34bf83a7efc9b3f172d894 /sim/ChangeLog | |
parent | 87f0aee73d487014b8e265b0ccb50bf6d7b668f6 (diff) | |
download | binutils-3346cfda88e8a4351e9b11c663e365bcf9721ff2.zip binutils-3346cfda88e8a4351e9b11c663e365bcf9721ff2.tar.gz binutils-3346cfda88e8a4351e9b11c663e365bcf9721ff2.tar.bz2 |
* msp430: New Directory.
* configure.tgt: Add it.
* configure: Regenerate.
* gennltvals.sh: Add msp430 support.
* nltvals.def: Regenerate.
* Makefile.in: New.
* aclocal.m4: Generate.
* config.in: Generate.
* configure.ac: New.
* configure: Generate.
* msp430-sim.c: New.
* msp430-sim.h: New.
* sim-main.h: New.
* trace.c: New.
* trace.h: New.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index bc3c894..0060f81 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,9 @@ +2013-06-21 Nick Clifton <nickc@redhat.com> + + * msp430: New Directory. + * configure.tgt: Add it. + * configure: Regenerate. + 2013-03-15 Steve Ellcey <sellcey@mips.com> * arm/wrapper.c (sim_complete_command): Make char arguments const. |