diff options
author | Stan Shebs <shebs@codesourcery.com> | 1997-10-06 22:55:34 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1997-10-06 22:55:34 +0000 |
commit | e5d6b49ad9b21a9edd35f5336b308e936ef45e32 (patch) | |
tree | ea736f50906fe2d563253c01e535c6a246299815 /gdb/config/mips/tm-irix5.h | |
parent | a9da34ae13489d15fdfb70fd9783149ea016a41d (diff) | |
download | gdb-e5d6b49ad9b21a9edd35f5336b308e936ef45e32.zip gdb-e5d6b49ad9b21a9edd35f5336b308e936ef45e32.tar.gz gdb-e5d6b49ad9b21a9edd35f5336b308e936ef45e32.tar.bz2 |
Remove sanitized-out Magic Cap support, will never be released
Diffstat (limited to 'gdb/config/mips/tm-irix5.h')
-rw-r--r-- | gdb/config/mips/tm-irix5.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/config/mips/tm-irix5.h b/gdb/config/mips/tm-irix5.h index c8c6a49..d70afd5 100644 --- a/gdb/config/mips/tm-irix5.h +++ b/gdb/config/mips/tm-irix5.h @@ -42,9 +42,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #undef SIGFRAME_FPREGSAVE_OFF #define SIGFRAME_FPREGSAVE_OFF (SIGFRAME_BASE + 2 * 4 + 8 + 32 * 8 + 4) #define SIGFRAME_REG_SIZE 8 - -/* start-sanitize-gm */ -#ifdef GENERAL_MAGIC -#include "tm-magic.h" -#endif /* GENERAL_MAGIC */ -/* end-sanitize-gm */ |