aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-03-04 13:35:37 -0700
committerTom Tromey <tom@tromey.com>2022-04-15 09:32:31 -0600
commitd4cd7e84e28243f2c8b340a3d8affed696482cef (patch)
treee4730d8b6321ac272655023e7acbde0749cff0c0 /gdb/configure
parent552a161c8d9305aa1b6017de5bd5d9a4da55ea02 (diff)
downloadgdb-d4cd7e84e28243f2c8b340a3d8affed696482cef.zip
gdb-d4cd7e84e28243f2c8b340a3d8affed696482cef.tar.gz
gdb-d4cd7e84e28243f2c8b340a3d8affed696482cef.tar.bz2
Remove WITH_SIM define
Since score-tdep.c was removed, the WITH_SIM define is not used in gdb. This patch removes it. Note that re-running autoheader shows a separate change that was missed. I've kept it in this patch to avoid extra work.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure
index 7225c7f..1008cbe 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -18673,9 +18673,6 @@ if test "${ignore_sim}" = "false"; then
SIM="${gdb_sim}"
SIM_OBS="remote-sim.o"
-$as_echo "#define WITH_SIM 1" >>confdefs.h
-
-
# Some tdep code should only be compiled in when the ppc sim is
# built. PR sim/13418.
case $target in