diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 18:20:00 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 18:20:00 +0000 |
commit | 82e34d2ffd628350b4e16b5ddcd1877cf760d434 (patch) | |
tree | ce0edcfab0a0c8a0c98b2088c29a45adf925f3c8 /gdb/config/mips/tm-nbsd.h | |
parent | 75dec9cf6fc479007d87b7f48bd18aba61a07f77 (diff) | |
download | gdb-82e34d2ffd628350b4e16b5ddcd1877cf760d434.zip gdb-82e34d2ffd628350b4e16b5ddcd1877cf760d434.tar.gz gdb-82e34d2ffd628350b4e16b5ddcd1877cf760d434.tar.bz2 |
2004-10-31 Andrew Cagney <cagney@gnu.org>
* config/mips/tm-mips.h: Delete file.
* remote-mips.c: Delete tm-mips.h from comment.
* config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
* config/mips/tm-nbsd.h: Don't include tm-mips.h.
* config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
* config/mips/tm-linux.h: Don't include tm-mips.h.
* config/mips/tm-vxmips.h: Don't include tm-mips.h.
* config/mips/irix5.mt (DEPRECATED_TM_FILE):
* config/mips/tm-wince.h: Don't include.
Diffstat (limited to 'gdb/config/mips/tm-nbsd.h')
-rw-r--r-- | gdb/config/mips/tm-nbsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/mips/tm-nbsd.h b/gdb/config/mips/tm-nbsd.h index 90909dd..f79c01f 100644 --- a/gdb/config/mips/tm-nbsd.h +++ b/gdb/config/mips/tm-nbsd.h @@ -22,10 +22,8 @@ #ifndef TM_NBSD_H #define TM_NBSD_H -#include "mips/tm-mips.h" #include "solib.h" -/* We don't want to inherit tm-mips.h's shared library trampoline code. */ #undef IN_SOLIB_CALL_TRAMPOLINE #undef SKIP_TRAMPOLINE_CODE #undef DEPRECATED_IGNORE_HELPER_CALL |