diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 20:20:23 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 20:38:31 -0500 |
commit | 1b393626cef48974502e7077b191555b56680ee6 (patch) | |
tree | 90319a4085b670ee672d0bf335352b45789a07e9 /sim/common/ChangeLog | |
parent | 466b619e95908dc073b78413f0d0d0b1cb97e4b5 (diff) | |
download | binutils-1b393626cef48974502e7077b191555b56680ee6.zip binutils-1b393626cef48974502e7077b191555b56680ee6.tar.gz binutils-1b393626cef48974502e7077b191555b56680ee6.tar.bz2 |
sim: punt WITH_DEVICES & tconfig.h support
No arch is using this anymore, and we want all new ports using the
hardware framework instead. Punt WITH_DEVICES and the two callbacks
device_io_{read,write}_buffer.
We can also punt the tconfig.h file as no port is using it anymore.
This fixes in-tree builds that get confused by picking up the wrong
one (common/ vs <port>/) caused by commit ae7d0cac8ce971f7108d270c.
Any port that needs to set up a global define can use their own
sim-main.h file that they must provide regardless.
Diffstat (limited to 'sim/common/ChangeLog')
-rw-r--r-- | sim/common/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 05cdda8..9d15f64 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,24 @@ 2015-12-26 Mike Frysinger <vapier@gentoo.org> + * acinclude.m4 (AH_BOTTOM): Delete tconfig.h appending. + * config.in, configure: Regenerate. + * Make-common.in (sim-basics_h): Delete tconfig.h. + (distclean): Likewise. + * sim-core.c (device_io_read_buffer, device_io_write_buffer): Delete. + (new_sim_core_mapping): Delete WITH_HW and device *device. + (sim_core_map_attach, sim_core_attach): Likewise. + (sim_core_read_buffer): Delete WITH_DEVICES logic. + (sim_core_write_buffer): Likewise. + * sim-core.h (struct _sim_core_mapping): Delete WITH_HW and device + *device. + (sim_core_attach): Likewise. + (device_io_read_buffer, device_io_write_buffer): Delete. + * sim-n-core.h (sim_core_read_aligned_N): Delete WITH_DEVICES logic. + (sim_core_write_aligned_N): Likewise. + * tconfig.h: Delete file. + +2015-12-26 Mike Frysinger <vapier@gentoo.org> + * sim-core.c (sim_core_read_buffer): Move cia decl to top of func. Call sim_cpu_hw_io_read_buffer if cpu is valid. (sim_core_write_buffer): Move cia decl to top of func. Call |