From 1b393626cef48974502e7077b191555b56680ee6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 26 Dec 2015 20:20:23 -0500 Subject: 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 /) 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. --- sim/aarch64/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/aarch64/ChangeLog') diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog index cd0cd41..13e026b 100644 --- a/sim/aarch64/ChangeLog +++ b/sim/aarch64/ChangeLog @@ -1,5 +1,9 @@ 2015-12-26 Mike Frysinger + * config.in, configure: Regenerate. + +2015-12-26 Mike Frysinger + * interp.c (sim_create_inferior): Update comment and argv check. 2015-12-14 Nick Clifton -- cgit v1.1