* config/mips/tm-nbsd.h: Delete file.
authorUlrich Weigand <uweigand@de.ibm.com>
Wed, 28 Feb 2007 01:34:01 +0000 (01:34 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Wed, 28 Feb 2007 01:34:01 +0000 (01:34 +0000)
* config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
* config/sh/tm-nbsd.h: Delete file.
* config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.

gdb/ChangeLog
gdb/config/mips/nbsd.mt
gdb/config/mips/tm-nbsd.h [deleted file]
gdb/config/sh/nbsd.mt
gdb/config/sh/tm-nbsd.h [deleted file]

index b70a44d53f144db94f9b4de42b6bed0cce81a6c5..1cf9a347bb46c8c84d607ab68788b93758b3c3af 100644 (file)
@@ -1,3 +1,10 @@
+2007-02-28  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * config/mips/tm-nbsd.h: Delete file.
+       * config/mips/nbsd.mt (DEPRECATED_TM_FILE): Remove.
+       * config/sh/tm-nbsd.h: Delete file.
+       * config/sh/nbsd.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
+
 2007-02-28  Joel Brobecker  <brobecker@adacore.com>
 
        * mi/mi-cmd-var.c (varobj_update_one): Remove reference to
index 119a7f0a92a6996360e3e4bdae528d396bafed6f..04dbc7c084b4c4b7d07c26573838d9fbb5197eef 100644 (file)
@@ -1,7 +1,6 @@
 # Target: MIPS running NetBSD
 TDEPFILES= mips-tdep.o mipsnbsd-tdep.o corelow.o solib.o solib-svr4.o \
        nbsd-tdep.o
-DEPRECATED_TM_FILE= tm-nbsd.h
 
 SIM_OBS = remote-sim.o
 SIM = ../sim/mips/libsim.a
diff --git a/gdb/config/mips/tm-nbsd.h b/gdb/config/mips/tm-nbsd.h
deleted file mode 100644 (file)
index 8d28bf1..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/* Target-dependent definitions for NetBSD/mips.
-   Copyright 2002, 2007 Free Software Foundation, Inc.
-   Contributed by Wasabi Systems, 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_NBSD_H
-#define TM_NBSD_H
-
-#undef SKIP_TRAMPOLINE_CODE
-#undef DEPRECATED_IGNORE_HELPER_CALL
-
-#endif /* TM_NBSD_H */
index 5c74d577d9d766e97a27d1effc8e619b4a30453a..fee04d53ed4ca43dc4e5cb5037819cc40b07226a 100644 (file)
@@ -1,6 +1,6 @@
 # Target: SuperH running NetBSD
 TDEPFILES= sh-tdep.o shnbsd-tdep.o corelow.o nbsd-tdep.o solib.o solib-svr4.o
-DEPRECATED_TM_FILE= tm-nbsd.h
+DEPRECATED_TM_FILE= tm-sh.h
 
 SIM_OBS = remote-sim.o
 SIM = ../sim/sh/libsim.a
diff --git a/gdb/config/sh/tm-nbsd.h b/gdb/config/sh/tm-nbsd.h
deleted file mode 100644 (file)
index c22c16c..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-/* Target-dependent definitions for SuperH running NetBSD, for GDB.
-   Copyright 2002, 2007 Free Software Foundation, Inc.
-   Contributed by Wasabi Systems, 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_NBSD_H
-#define TM_NBSD_H
-
-#include "sh/tm-sh.h"
-
-#endif /* TM_NBSD_H */
This page took 0.026594 seconds and 4 git commands to generate.