Remove WITH_SIM define
authorTom Tromey <tom@tromey.com>
Fri, 4 Mar 2022 20:35:37 +0000 (13:35 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 15 Apr 2022 15:32:31 +0000 (09:32 -0600)
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.

gdb/config.in
gdb/configure
gdb/configure.ac

index 0146bc38cff6e60eeccc6675d0cc7435712f22c1..a4975c68aad11507838ba2a1fda3b840bcdf5923 100644 (file)
    python-config.py --exec-prefix. */
 #undef WITH_PYTHON_PATH
 
-/* Define if the simulator is being linked in. */
-#undef WITH_SIM
-
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */
 #if defined AC_APPLE_UNIVERSAL_BUILD
index 7225c7fc60dea25314db2d0df954a69e2a2cfbc3..1008cbef28bf29dc28e04554bca481ef4d6eb49c 100755 (executable)
@@ -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
index 310c76557ae9dd640ea5f29796e22ef56a4e507a..e3c19bc8859dfe580f039ef61e8761a4cf985bc2 100644 (file)
@@ -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.