diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-02-28 01:34:01 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-02-28 01:34:01 +0000 |
commit | 1344afe0bbea45e18d52f2399aae2c9b5ebcf5d8 (patch) | |
tree | a8fd44920df9e74fb12fbcef8bdc02c199391593 /gdb/config/mips | |
parent | 37dc280a2e4a4ae9c190123b75c52dfe9194b788 (diff) | |
download | gdb-1344afe0bbea45e18d52f2399aae2c9b5ebcf5d8.zip gdb-1344afe0bbea45e18d52f2399aae2c9b5ebcf5d8.tar.gz gdb-1344afe0bbea45e18d52f2399aae2c9b5ebcf5d8.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/nbsd.mt | 1 | ||||
-rw-r--r-- | gdb/config/mips/tm-nbsd.h | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/gdb/config/mips/nbsd.mt b/gdb/config/mips/nbsd.mt index 119a7f0..04dbc7c 100644 --- a/gdb/config/mips/nbsd.mt +++ b/gdb/config/mips/nbsd.mt @@ -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 index 8d28bf1..0000000 --- a/gdb/config/mips/tm-nbsd.h +++ /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 */ |