diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-13 01:54:48 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-16 00:22:53 -0400 |
commit | 52d37d2c916865ff81da4ff923ae5cfcdc16c2c3 (patch) | |
tree | 140357e0ee7825aee19231413cdd858d37dfcaa1 /sim/ChangeLog | |
parent | bcaa61f7c89c2b44e231ee6999cc33b04e7dd202 (diff) | |
download | gdb-52d37d2c916865ff81da4ff923ae5cfcdc16c2c3.zip gdb-52d37d2c916865ff81da4ff923ae5cfcdc16c2c3.tar.gz gdb-52d37d2c916865ff81da4ff923ae5cfcdc16c2c3.tar.bz2 |
sim: drop arch-specific config.h
All of the settings in here are handled by the common top-level
config.h, so drop the individual arch-config.h files entirely.
This will also help guarantee that we don't add any new arch
specific defines that would affect common code which will help
with the effort of unifying them.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 4f2f7da..327a7b8 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2021-06-16 Mike Frysinger <vapier@gentoo.org> + + * m4/sim_ac_common.m4: Delete AC_CONFIG_HEADERS call. + 2021-06-15 Mike Frysinger <vapier@gentoo.org> * m4/sim_ac_option_hardware.m4: Delete AC_DEFINE_UNQUOTED call. |