diff options
author | 2015-02-19 03:46:01 -0500 | |
---|---|---|
committer | 2015-03-14 07:02:58 -0400 | |
commit | 465fb143c87076b6416a8d0d5dd79bb016060fe3 (patch) | |
tree | d630acdd9e0001b0e6e988d34b72c827c26cc28e /sim/h8300/ChangeLog | |
parent | S/390: Disable relocation sort against code sections. (diff) | |
download | binutils-gdb-465fb143c87076b6416a8d0d5dd79bb016060fe3.tar.gz binutils-gdb-465fb143c87076b6416a8d0d5dd79bb016060fe3.tar.bz2 binutils-gdb-465fb143c87076b6416a8d0d5dd79bb016060fe3.zip |
sim: make nrun the default run program
We want people to stop using the run.c frontend, but it's hard to notice
when it's still set as the default. Lets flip things so nrun.c is the
default, and users of run.c will get an error by default. We turn that
error into a warning for existing sims so we don't break them -- this is
mostly meant for people starting new ports.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r-- | sim/h8300/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index ef84be80bc1..ec21cbfb77d 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,5 +1,9 @@ 2015-03-14 Mike Frysinger <vapier@gentoo.org> + * Makefile.in (SIM_RUN_OBJS): Delete. + +2015-03-14 Mike Frysinger <vapier@gentoo.org> + * configure.ac (AC_CHECK_HEADERS): Delete stdlib.h & time.h. * aclocal.m4, configure: Regenerate. |