2004-10-31 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Sun, 31 Oct 2004 18:20:00 +0000 (18:20 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 31 Oct 2004 18:20:00 +0000 (18:20 +0000)
* 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.

gdb/ChangeLog
gdb/config/mips/embed.mt
gdb/config/mips/irix5.mt
gdb/config/mips/irix6.mt
gdb/config/mips/tm-linux.h
gdb/config/mips/tm-mips.h [deleted file]
gdb/config/mips/tm-nbsd.h
gdb/config/mips/tm-vxmips.h
gdb/config/mips/tm-wince.h
gdb/remote-mips.c

index c88947d46caddb6c4f79662933972943c25faf3a..d2ee3ae19caa92133c142da5f895171a43ad828c 100644 (file)
@@ -1,5 +1,15 @@
 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.
+
        * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
        * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
        * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
index 9918aa2d15cdff46195f70ade0c2dc5c8345e143..ee04cef92e872352b15c91f51244118ff60f251c 100644 (file)
@@ -1,4 +1,3 @@
 TDEPFILES= mips-tdep.o remote-mips.o mips-mdebug-tdep.o
-DEPRECATED_TM_FILE= tm-mips.h
 SIM_OBS = remote-sim.o
 SIM = ../sim/mips/libsim.a
index 5699589664805fec054318a2de522da45d0bf7ed..8dd37ea680e563d2949a9a9f14ce5c5b5e371fe5 100644 (file)
@@ -1,3 +1,2 @@
 # Target: MIPS SGI running Irix 5
 TDEPFILES= mips-tdep.o mips-irix-tdep.o solib.o solib-irix.o
-DEPRECATED_TM_FILE= tm-mips.h
index dde6a0775ad0c5ac215c5d172d03e76c790ae23d..1448ec011f7934426c83a1261f39147a129394a3 100644 (file)
@@ -1,3 +1,2 @@
 # Target: MIPS SGI running Irix 6.x
 TDEPFILES= mips-tdep.o mips-irix-tdep.o solib.o solib-irix.o
-DEPRECATED_TM_FILE= tm-mips.h
index 8ef4ce533482aa3671565b2c75d5ba94a786c159..8dc6c76ba642dda5c3feb89d04370b25bea5b576 100644 (file)
 #ifndef TM_MIPSLINUX_H
 #define TM_MIPSLINUX_H
 
-#include "mips/tm-mips.h"
-
-/* We don't want to inherit tm-mips.h's shared library trampoline code.  */
-
-#undef IGNORE_HELPER_CALL
-
 /* GNU/Linux MIPS has __SIGRTMAX == 127.  */
 
 #ifndef REALTIME_LO
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
deleted file mode 100644 (file)
index 5919a12..0000000
+++ /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 */
index 90909dda0eea7ea73f1a75122565125f51ac0323..f79c01f79b4a1c717bfaed8b78026c2317dac7ca 100644 (file)
 #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
index 5eb10438303a0e5038cd7fa1e1fce02017183900..16e1b2acb1e6d484c0ad4b09f63485d7f0b45215 100644 (file)
@@ -19,5 +19,4 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include "mips/tm-mips.h"
 #include "config/tm-vxworks.h"
index 3ea179b56e67c81d229761c350d171d4ff5ec6ff..0e817a316825be9f62d43db7a1cf0eeec73e1bda 100644 (file)
@@ -22,8 +22,6 @@
 #ifndef TM_WINCE_H
 #define TM_WINCE_H 1
 
-#include "mips/tm-mips.h"
-
 #undef SOFTWARE_SINGLE_STEP_P
 #define SOFTWARE_SINGLE_STEP_P() 1
 #define SOFTWARE_SINGLE_STEP(sig, bp_p) wince_software_single_step (sig, bp_p)
index 2b400667f073aee4f1bb40ec3be129e2e498b754..971da6d5dda639e3a4741a66976b57ff62162fb2 100644 (file)
@@ -1860,8 +1860,7 @@ mips_wait (ptid_t ptid, struct target_waitstatus *status)
 }
 
 /* We have to map between the register numbers used by gdb and the
-   register numbers used by the debugging protocol.  This function
-   assumes that we are using tm-mips.h.  */
+   register numbers used by the debugging protocol.  */
 
 #define REGNO_OFFSET 96