aboutsummaryrefslogtreecommitdiff
path: root/sim/common
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1997-04-03 02:36:59 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1997-04-03 02:36:59 +0000
commit00d74d3ea10224b732d818b5eb14a04a51e75443 (patch)
tree69d3b807aeebd70e7667fe08498de784d7a2a66d /sim/common
parent1414a2e5cb13337b014224012e46cdafce3c40c1 (diff)
downloadgdb-00d74d3ea10224b732d818b5eb14a04a51e75443.zip
gdb-00d74d3ea10224b732d818b5eb14a04a51e75443.tar.gz
gdb-00d74d3ea10224b732d818b5eb14a04a51e75443.tar.bz2
* Make-common.in (SIM_EXTRA_DEPS): New config var.
(sim_main_headers): Define. (sim-*.o): Depend on $(SIM_EXTRA_DEPS). (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in. (clean): Use it. (sim-utils.o): Add rule for. * sim-utils.o: New file. * sim-basics.h: #include sim-base.h. (zalloc): Make argument unsigned long. * sim-base.h: New file. * sim-inline.h (SIM_IO support): Delete. * sim-io.h: Delete inline support. * sim-io.c: Likewise. sim-state.h renamed to sim-main.h. * sim-config.c: sim-state.h renamed to sim-main.h. * sim-core.c: Likewise. * sim-events.c: Likewise.
Diffstat (limited to 'sim/common')
-rw-r--r--sim/common/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 3d79b56..f1f888f 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,5 +1,22 @@
Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
+ * Make-common.in (SIM_EXTRA_DEPS): New config var.
+ (sim_main_headers): Define.
+ (sim-*.o): Depend on $(SIM_EXTRA_DEPS).
+ (BUILT_SRC_FROM_COMMON): Move here from ../d30v/Makefile.in.
+ (clean): Use it.
+ (sim-utils.o): Add rule for.
+ * sim-utils.o: New file.
+ * sim-basics.h: #include sim-base.h.
+ (zalloc): Make argument unsigned long.
+ * sim-base.h: New file.
+ * sim-inline.h (SIM_IO support): Delete.
+ * sim-io.h: Delete inline support.
+ * sim-io.c: Likewise. sim-state.h renamed to sim-main.h.
+ * sim-config.c: sim-state.h renamed to sim-main.h.
+ * sim-core.c: Likewise.
+ * sim-events.c: Likewise.
+
* run.c (main): Pass SIM_OPEN_STANDALONE to sim_open.
* aclocal.m4: Check for stdlib.h, string.h, strings.h, unistd.h.