diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2006-11-28 21:41:03 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2006-11-28 21:41:03 +0000 |
commit | 982e9687bfb7385a0d9e445900954cd2b6902a72 (patch) | |
tree | 7fee7e971133123ed6a37baf77dea7d17474b363 /gdb/config/sh | |
parent | 0b75775590156c3315ee61078f8da440bcc78153 (diff) | |
download | gdb-982e9687bfb7385a0d9e445900954cd2b6902a72.zip gdb-982e9687bfb7385a0d9e445900954cd2b6902a72.tar.gz gdb-982e9687bfb7385a0d9e445900954cd2b6902a72.tar.bz2 |
* config/tm-linux.h: Delete file.
* config/alpha/alpha-linux.mt (DEPRECATED_TM_FILE): Set to tm-alpha.h.
* config/alpha/tm-alphalinux.h: Delete file.
* config/arm/linux.mt (DEPRECATED_TM_FILE): Set to tm-arm.h
* config/arm/tm-linux.h: Delete file.
* config/i386/tm-linux.h: Do not include "config/tm-linux.h".
* config/ia64/tm-linux.h: Do not include "config/tm-linux.h".
* config/m32r/linux.mt (DEPRECATED_TM_FILE): Remove.
* config/mips/tm-linux.h: Do not include "config/tm-linux.h".
* config/pa/linux.mt (DEPRECATED_TM_FILE): Set to tm-hppa.h.
* config/pa/tm-linux.h: Delete file.
* config/powerpc/tm-linux.h: Do not include "config/tm-linux.h".
* config/s390/linux.mt (DEPRECATED_TM_FILE): Remove.
* config/sh/linux.mt (DEPRECATED_TM_FILE): Set to tm-sh.h.
* config/sh/tm-linux.h: Delete file.
* alpha-linux-tdep.c: Include "symtab.h".
(alpha_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* i386-linux-tdep.c: Include "symtab.h".
(i386_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* ia64-linux-tdep.c: Include "symtab.h".
(ia64_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* m32r-linux-tdep.c: Include "symtab.h".
(m32r_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* mips-linux-tdep.c: Include "symtab.h".
(mips_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* sh-linux-tdep.c: Include "symtab.h".
(sh_linux_init_abi): Call set_gdbarch_skip_trampoline_code.
* s390-tdep.c (s390_gdbarch_init): Call
set_gdbarch_skip_trampoline_code.
* s390-nat.c: Do not include "tm.h".
* Makefile.in (alpha-linux-tdep.o): Add dependency on $(symtab_h).
(i386-linux-tdep.o): Likewise.
(ia64-linux-tdep.o): Likewise.
(m32r-linux-tdep.o): Likewise.
(mips-linux-tdep.o): Likewise.
(sh-linux-tdep.o): Likewise.
(s390-nat.o): Remove dependency on $(tm_h).
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" - |