diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-11-17 00:41:17 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-11-17 00:41:17 +0000 |
commit | 0777dd1d2cf322a07a29c4f1c03c517f9389ab03 (patch) | |
tree | b9103868060029e364bc1e4695e7ced8caf91f82 /gdb/config.in | |
parent | 345ec7e36f1ccc1cc7412579b8210d4c92b277c2 (diff) | |
download | gdb-0777dd1d2cf322a07a29c4f1c03c517f9389ab03.tar.gz |
* configure.ac (hostfile, targetfile): Remove.
(GDB_XM_FILE, GDB_TM_FILE): Do not define.
(xm_h, tm_h): Likewise.
(DEPRECATED_TM_FILE, XM_FILE): Do not substitute into Makefile.
* configure, config.in: Regenerate.
* Makefile.in (xm_h, tm_h): Remove. Update dependencies.
(TAGS): Do not consider DEPRECATED_TM_FILE or XM_FILE.
(clean, local-maintainer-clean): Do not remove xm.h or tm.h.
* defs.h: Do not include "xm.h" or "tm.h".
* gdbarch.sh (verify_gdbarch): Do not dump GDB_XM_FILE or GDB_TM_FILE.
* gdbarch.c: Regenerate.
* config/score/embed.mt: Remove obsolete comment.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config.in b/gdb/config.in index eb82da0aebc..001e40d5845 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -45,12 +45,6 @@ /* Define to the default OS ABI for this configuration. */ #undef GDB_OSABI_DEFAULT -/* targetfile */ -#undef GDB_TM_FILE - -/* hostfile */ -#undef GDB_XM_FILE - /* Define to 1 if you have `alloca', as a function or macro. */ #undef HAVE_ALLOCA |