diff options
author | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-22 12:33:58 +0000 |
---|---|---|
committer | Stephane Carrez <stcarrez@nerim.fr> | 2001-07-22 12:33:58 +0000 |
commit | 00d0c012efb0162f90f653473a54f6324cf81d06 (patch) | |
tree | 21b093c5bfac98b86a42f218d4227038c84da513 /sim/m68hc11/Makefile.in | |
parent | 308a7829db1295a841e4db5d903155de48b01fcf (diff) | |
download | gdb-00d0c012efb0162f90f653473a54f6324cf81d06.zip gdb-00d0c012efb0162f90f653473a54f6324cf81d06.tar.gz gdb-00d0c012efb0162f90f653473a54f6324cf81d06.tar.bz2 |
* Makefile.in (SIM_OBJS): Remove sim-resume.o
* interp.c (sim_resume): New function from sim-resume.c, install
the stepping event after having processed the pending ticks.
(has_stepped): Likewise.
(sim_info): Produce an output only if verbose or STATE_VERBOSE_P.
Diffstat (limited to 'sim/m68hc11/Makefile.in')
-rw-r--r-- | sim/m68hc11/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index f2a384d..51e873b 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -30,7 +30,6 @@ SIM_OBJS = $(M68HC11_OBJS) \ sim-hload.o \ sim-engine.o \ sim-stop.o \ - sim-resume.o \ sim-hrw.o \ sim-reason.o \ $(SIM_EXTRA_OBJS) |