diff options
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gdb/defs.h b/gdb/defs.h index deaa52806cd..1b8cd2a1e0b 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -795,14 +795,6 @@ typedef struct ptid ptid_t; -/* Optional host machine definition. Pure autoconf targets will not - need a "xm.h" file. This will be a symlink to one of the xm-*.h - files, built by the `configure' script. */ - -#ifdef GDB_XM_FILE -#include "xm.h" -#endif - /* Optional native machine support. Non-native (and possibly pure multi-arch) targets do not need a "nm.h" file. This will be a symlink to one of the nm-*.h files, built by the `configure' @@ -812,14 +804,6 @@ typedef struct ptid ptid_t; #include "nm.h" #endif -/* Optional target machine definition. Pure multi-arch configurations - do not need a "tm.h" file. This will be a symlink to one of the - tm-*.h files, built by the `configure' script. */ - -#ifdef GDB_TM_FILE -#include "tm.h" -#endif - /* Assume that fopen accepts the letter "b" in the mode string. It is demanded by ISO C9X, and should be supported on all platforms that claim to have a standard-conforming C library. On |