diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-08 20:23:37 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-09 03:52:30 -0500 |
commit | 936df7568a0e47547285a0dd57b81643264fef38 (patch) | |
tree | eb6e56f3f05e89ae94cd1df26cbcba439a5245d6 /sim/cris/ChangeLog | |
parent | 80f3f9eecf3aec5903a1a52a7963e9029ef9d15f (diff) | |
download | binutils-gdb-936df7568a0e47547285a0dd57b81643264fef38.tar.gz |
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/cris/ChangeLog')
-rw-r--r-- | sim/cris/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index 66231ce3c86..592b20e84ac 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,3 +1,8 @@ +2016-01-09 Mike Frysinger <vapier@gentoo.org> + + * config.in, configure: Regenerate. + * rvdummy.c: Change cconfig.h to config.h. + 2016-01-06 Mike Frysinger <vapier@gentoo.org> * sim-if.c (sim_open): Mark argv const. |