aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
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.ac
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.ac')
-rw-r--r--gdb/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 310c765..e3c19bc 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -2044,7 +2044,6 @@ if test "${ignore_sim}" = "false"; then
if test x"${gdb_sim}" != x ; then
SIM="${gdb_sim}"
SIM_OBS="remote-sim.o"
- AC_DEFINE(WITH_SIM, 1, [Define if the simulator is being linked in.])
# Some tdep code should only be compiled in when the ppc sim is
# built. PR sim/13418.