aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-mips.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 18:20:00 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 18:20:00 +0000
commit82e34d2ffd628350b4e16b5ddcd1877cf760d434 (patch)
treece0edcfab0a0c8a0c98b2088c29a45adf925f3c8 /gdb/config/mips/tm-mips.h
parent75dec9cf6fc479007d87b7f48bd18aba61a07f77 (diff)
downloadfsf-binutils-gdb-82e34d2ffd628350b4e16b5ddcd1877cf760d434.zip
fsf-binutils-gdb-82e34d2ffd628350b4e16b5ddcd1877cf760d434.tar.gz
fsf-binutils-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-mips.h')
-rw-r--r--gdb/config/mips/tm-mips.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
deleted file mode 100644
index 5919a12..0000000
--- a/gdb/config/mips/tm-mips.h
+++ /dev/null
@@ -1,36 +0,0 @@
-/* Definitions to make GDB run on a mips box under 4.3bsd.
-
- Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1994, 1995, 1996,
- 1997, 1998, 1999, 2000, 2002, 2003 Free Software Foundation, Inc.
-
- Contributed by Per Bothner (bothner@cs.wisc.edu) at U.Wisconsin
- and by Alessandro Forin (af@cs.cmu.edu) at CMU..
-
- This file is part of GDB.
-
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
-
-#ifndef TM_MIPS_H
-#define TM_MIPS_H 1
-
-#include "regcache.h"
-
-struct frame_info;
-struct symbol;
-struct type;
-struct value;
-
-#endif /* TM_MIPS_H */