diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-06-09 23:44:13 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-06-11 10:17:54 -0400 |
commit | a84f8df0e2027400910e339824444dc45ba6e4f4 (patch) | |
tree | f6911f9661b3245d35197aaf03b96caa5a0a2545 /sim/m68hc11/Makefile.in | |
parent | 926b1cd8cffbcd8cf2d37e779463a4e7e696f73b (diff) | |
download | gdb-a84f8df0e2027400910e339824444dc45ba6e4f4.zip gdb-a84f8df0e2027400910e339824444dc45ba6e4f4.tar.gz gdb-a84f8df0e2027400910e339824444dc45ba6e4f4.tar.bz2 |
sim: m68hc11: switch to common sim_resume
This code already matched the common sim reusme logic, so we can simply
drop it and pull in the common code.
Diffstat (limited to 'sim/m68hc11/Makefile.in')
-rw-r--r-- | sim/m68hc11/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index 9b931a1..98b811a 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -25,7 +25,8 @@ SIM_OBJS = $(M68HC11_OBJS) \ sim-load.o \ sim-hload.o \ sim-stop.o \ - sim-reason.o + sim-reason.o \ + sim-resume.o SIM_PROFILE= -DPROFILE=1 -DWITH_PROFILE=-1 # We must use 32-bit addresses to support memory bank switching. |