2003-11-16 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sun, 16 Nov 2003 05:57:09 +0000 (05:57 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 16 Nov 2003 05:57:09 +0000 (05:57 +0000)
* config/mips/linux64.mt: Delete file.
* config/mips/tm-linux64.h: Delete file.
* config/mips/tm-mips64.h: Delete file.
* config/mips/embed64.mt: Delete file.
* config/djgpp/fnchange.lst: Update.
* configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
* config/mips/tm-irix6.h: Update copyright.  Include
"mips/tm-mips.h" instead of "mips/tm-mips64.h".
* mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
"OP_LDGPR".

gdb/ChangeLog
gdb/config/djgpp/fnchange.lst
gdb/config/mips/embed64.mt [deleted file]
gdb/config/mips/linux64.mt [deleted file]
gdb/config/mips/tm-irix6.h
gdb/config/mips/tm-linux64.h [deleted file]
gdb/config/mips/tm-mips64.h [deleted file]
gdb/configure.tgt
gdb/mips-tdep.c

index 08df945..cfb4a6b 100644 (file)
@@ -1,3 +1,17 @@
+2003-11-16  Andrew Cagney  <cagney@redhat.com>
+
+       * config/mips/linux64.mt: Delete file.
+       * config/mips/tm-linux64.h: Delete file.
+       * config/mips/tm-mips64.h: Delete file.
+       * config/mips/embed64.mt: Delete file.
+       * config/djgpp/fnchange.lst: Update.
+       * configure.tgt: Delete explicit patterns for mipsisa64*-*-linux*,
+       mips64*-*-linux*, mips64*-*-*, and mipsisa64*-*-*.
+       * config/mips/tm-irix6.h: Update copyright.  Include
+       "mips/tm-mips.h" instead of "mips/tm-mips64.h".
+       * mips-tdep.c (mips_dump_tdep): Do not print "OP_LDFPR" or
+       "OP_LDGPR".
+
 2003-11-15  Andrew Cagney  <cagney@redhat.com>
 
        * mips-tdep.c (mips_register_type): Simplify.  Eliminate reference
index 2bcb5f9..61d9014 100644 (file)
@@ -88,7 +88,6 @@
 @V@/gdb/config/i386/xm-i386v4.h @V@/gdb/config/i386/xm-v4.h
 @V@/gdb/config/m88k/xm-delta88v4.h @V@/gdb/config/m88k/xm-d88v4.h
 @V@/gdb/config/mips/tm-linux.h @V@/gdb/config/mips/tm-lx.h
-@V@/gdb/config/mips/tm-linux64.h @V@/gdb/config/mips/tm-lx64.h
 @V@/gdb/config/pa/nm-hppah11.h @V@/gdb/config/pa/nm-hppa11.h
 @V@/gdb/config/powerpc/tm-ppcle-sim.h @V@/gdb/config/powerpc/tm-ppcl-sim.h
 @V@/gdb/config/rs6000/nm-rs6000ly.h @V@/gdb/config/rs6000/nm-rs6kly.h
diff --git a/gdb/config/mips/embed64.mt b/gdb/config/mips/embed64.mt
deleted file mode 100644 (file)
index 2944be1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-TDEPFILES= mips-tdep.o remote-mips.o
-TM_FILE= tm-mips64.h
-SIM_OBS = remote-sim.o
-SIM = ../sim/mips/libsim.a
diff --git a/gdb/config/mips/linux64.mt b/gdb/config/mips/linux64.mt
deleted file mode 100644 (file)
index 985d8f5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-# Target: Linux/MIPS w/ support for 64-bit ABIs
-TDEPFILES= mips-tdep.o mips-linux-tdep.o corelow.o \
-       solib.o solib-svr4.o
-TM_FILE= tm-linux64.h
-
-SIM_OBS = remote-sim.o
-SIM = ../sim/mips/libsim.a
index 385923c..037ac81 100644 (file)
@@ -1,6 +1,6 @@
 /* Target machine description for SGI Iris under Irix 6.x, for GDB.
 
-   Copyright 2001, 2002 Free Software Foundation, Inc.
+   Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -19,7 +19,7 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include "mips/tm-mips64.h"
+#include "mips/tm-mips.h"
 #include "solib.h"
 
 /* Redefine register numbers for SGI. */
diff --git a/gdb/config/mips/tm-linux64.h b/gdb/config/mips/tm-linux64.h
deleted file mode 100644 (file)
index 92226d7..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Target-dependent definitions for 64-bit GNU/Linux MIPS.
-
-   Copyright 2002 Free Software Foundation, Inc.
-
-   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_MIPS64LINUX_H
-#define TM_MIPS64LINUX_H
-
-#include "mips/tm-mips64.h"
-#include "mips/tm-linux.h"
-
-#endif /* TM_MIPS64LINUX_H */
diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h
deleted file mode 100644 (file)
index 502a27b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Target machine parameters for MIPS r4000
-   Copyright 1994, 1996, 1997, 1998, 2000 Free Software Foundation, Inc.
-   Contributed by Ian Lance Taylor (ian@cygnus.com)
-
-   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.  */
-
-/* Load double words in CALL_DUMMY.  */
-#define OP_LDFPR 065           /* ldc1 */
-#define OP_LDGPR 067           /* ld */
-
-/* Get the basic MIPS definitions.  */
-#include "mips/tm-mips.h"
index fdaf9ec..abae6e6 100644 (file)
@@ -133,14 +133,8 @@ m68*-*-vxworks*)   gdb_target=vxworks68 ;;
 
 mcore*-*-*)            gdb_target=mcore ;;
 
-# "mipsisa64" targets are 64-bit MIPS, MIPS64 ISA.  They need these
-# special cases because otherwise they (obviously) are not matched by
-# the "mips64" target cases, and would therefore be treated as 32-bit.
-mipsisa64*-*-linux*)   gdb_target=linux64 ;;
-mipsisa64*-*-*)                gdb_target=embed64 ;;
 mips*-*-pe)            gdb_target=wince ;;
 mips*tx39*-elf*)       gdb_target=tx39 ;;
-mips64*-*-linux*)      gdb_target=linux64 ;;
 mips*-sgi-irix5*)      gdb_target=irix5 ;;
 mips*-sgi-irix6*)      gdb_target=irix6 ;;
 mips*-*-linux*)                gdb_target=linux
@@ -149,7 +143,6 @@ mips*-*-linux*)             gdb_target=linux
 mips*-*-netbsd*)       gdb_target=nbsd ;;
 mips*-*-sysv4*)                gdb_target=mipsv4 ;;
 mips*-*-vxworks*)       gdb_target=vxmips ;;
-mips64*-*-*)           gdb_target=embed64 ;;
 mips*-*-*)             gdb_target=embed ;;
 
 mn10300-*-*)           gdb_target=mn10300 ;;
index 962e821..959d9c6 100644 (file)
@@ -6318,10 +6318,6 @@ mips_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
                      "mips_dump_tdep: MIPS_SAVED_REGSIZE = %d\n",
                      MIPS_SAVED_REGSIZE);
   fprintf_unfiltered (file,
-                     "mips_dump_tdep: OP_LDFPR = used?\n");
-  fprintf_unfiltered (file,
-                     "mips_dump_tdep: OP_LDGPR = used?\n");
-  fprintf_unfiltered (file,
                      "mips_dump_tdep: PRID_REGNUM = %d\n",
                      PRID_REGNUM);
   fprintf_unfiltered (file,