diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-03-30 00:10:27 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-30 00:10:27 -0400 |
commit | 4b0cc5edf489335509e155b5af0a0e754f4e3df9 (patch) | |
tree | 39a257da3efbfd2f2aaf38ac2b258b4d6c859e10 /sim/cr16/Makefile.in | |
parent | 1e504675bdabc1861f2b2f515b6be3d99189e165 (diff) | |
download | gdb-4b0cc5edf489335509e155b5af0a0e754f4e3df9.zip gdb-4b0cc5edf489335509e155b5af0a0e754f4e3df9.tar.gz gdb-4b0cc5edf489335509e155b5af0a0e754f4e3df9.tar.bz2 |
sim: cr16: delete NEED_UI_LOOP_HOOK handling
This hook is used only when linked into gdb, and cr16 doesn't have a gdb
port anymore. Punt it.
Diffstat (limited to 'sim/cr16/Makefile.in')
-rw-r--r-- | sim/cr16/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in index de85cf8..b5908e7 100644 --- a/sim/cr16/Makefile.in +++ b/sim/cr16/Makefile.in @@ -22,7 +22,7 @@ SIM_RUN_OBJS = run.o SIM_OBJS = interp.o table.o simops.o endian.o sim-load.o SIM_EXTRA_CLEAN = clean-extra -SIM_EXTRA_CFLAGS = -DNEED_UI_LOOP_HOOK -DSIM_USE_DEPRECATED_RUN_FRONTEND +SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND INCLUDE = cr16_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h endian.c \ $(srcroot)/include/gdb/sim-cr16.h |