aboutsummaryrefslogtreecommitdiff
path: root/sim/sh/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-08 20:23:37 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-09 03:52:30 -0500
commit936df7568a0e47547285a0dd57b81643264fef38 (patch)
treeeb6e56f3f05e89ae94cd1df26cbcba439a5245d6 /sim/sh/ChangeLog
parent80f3f9eecf3aec5903a1a52a7963e9029ef9d15f (diff)
downloadfsf-binutils-gdb-936df7568a0e47547285a0dd57b81643264fef38.zip
fsf-binutils-gdb-936df7568a0e47547285a0dd57b81643264fef38.tar.gz
fsf-binutils-gdb-936df7568a0e47547285a0dd57b81643264fef38.tar.bz2
sim: drop common/cconfig.h in favor of a single config.h
The common subdir sets up a cconfig.h file to hold checks for the common code. In practice, most files still end up using config.h instead which just leads to confusion. Merge all the configure checks that went into cconfig.h into SIM_AC_COMMON so we can drop the cconfig.h file altogether. Now there is only a single config.h file like normal.
Diffstat (limited to 'sim/sh/ChangeLog')
-rw-r--r--sim/sh/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index 4d5ba4f..f7a57bc 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-09 Mike Frysinger <vapier@gentoo.org>
+
+ * config.in, configure: Regenerate.
+
2016-01-06 Mike Frysinger <vapier@gentoo.org>
* interp.c (sim_open): Mark argv const.