diff options
Diffstat (limited to 'sim/msp430/ChangeLog')
-rw-r--r-- | sim/msp430/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index 7d52dca..d351d64 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,5 +1,15 @@ 2015-03-14 Mike Frysinger <vapier@gentoo.org> + * aclocal.m4, configure: Regenerate. + * configure.ac: Call the common inline & warning macros. + * msp430-sim.c: Include unistd.h & trace.h. + * trace.c: Include trace.h. + (load_file_and_line): Move FILE* decl to top of scope. + * trace.h (msp430_get_current_source_location): Adjust prototype to + match the function definition. + +2015-03-14 Mike Frysinger <vapier@gentoo.org> + * Makefile.in (SIM_RUN_OBJS): Delete. 2015-02-24 Nick Clifton <nickc@redhat.com> |