diff options
author | Tom Tromey <tom@tromey.com> | 2022-03-04 13:35:37 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2022-04-15 09:32:31 -0600 |
commit | d4cd7e84e28243f2c8b340a3d8affed696482cef (patch) | |
tree | e4730d8b6321ac272655023e7acbde0749cff0c0 /gdb/config.in | |
parent | 552a161c8d9305aa1b6017de5bd5d9a4da55ea02 (diff) | |
download | gdb-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/config.in')
-rw-r--r-- | gdb/config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index 0146bc3..a4975c6 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -775,9 +775,6 @@ 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 |