diff options
Diffstat (limited to 'gdb/config/sh')
-rw-r--r-- | gdb/config/sh/linux.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/tm-linux.h | 28 |
2 files changed, 1 insertions, 29 deletions
diff --git a/gdb/config/sh/linux.mt b/gdb/config/sh/linux.mt index 4f6e926..8de3d14 100644 --- a/gdb/config/sh/linux.mt +++ b/gdb/config/sh/linux.mt @@ -2,7 +2,7 @@ TDEPFILES= sh-tdep.o sh64-tdep.o sh-linux-tdep.o \ monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o \ solib.o solib-svr4.o symfile-mem.o -DEPRECATED_TM_FILE= tm-linux.h +DEPRECATED_TM_FILE= tm-sh.h SIM_OBS = remote-sim.o SIM = ../sim/sh/libsim.a diff --git a/gdb/config/sh/tm-linux.h b/gdb/config/sh/tm-linux.h deleted file mode 100644 index 797041d..0000000 --- a/gdb/config/sh/tm-linux.h +++ /dev/null @@ -1,28 +0,0 @@ -/* Target-specific definitions for GNU/Linux running on a Renesas - Super-H. - - Copyright 2000, 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. */ - -/* Pull in GNU/Linux generic defs. */ -#include "config/tm-linux.h" - -/* Pull in sh-target defs */ -#include "sh/tm-sh.h" - |