diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-01 21:38:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-01 21:38:03 +0000 |
commit | 03d363a1457cd1aed97903af8880a6c158226665 (patch) | |
tree | 37da3e3b4329d2985714bd79cc1de0da93ccd2d1 /gdb/config/sh | |
parent | 8241eaa6e5630d9196210b14365428814f06821c (diff) | |
download | gdb-03d363a1457cd1aed97903af8880a6c158226665.zip gdb-03d363a1457cd1aed97903af8880a6c158226665.tar.gz gdb-03d363a1457cd1aed97903af8880a6c158226665.tar.bz2 |
2004-08-01 Andrew Cagney <cagney@gnu.org>
* sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
* config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
* config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
* config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
Diffstat (limited to 'gdb/config/sh')
-rw-r--r-- | gdb/config/sh/embed.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/linux.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/nbsd.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/wince.mt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gdb/config/sh/embed.mt b/gdb/config/sh/embed.mt index 807aa11..b2fcc18 100644 --- a/gdb/config/sh/embed.mt +++ b/gdb/config/sh/embed.mt @@ -1,5 +1,5 @@ # Target: Embedded Renesas Super-H with ICE and simulator -TDEPFILES= sh-tdep.o sh64-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o +TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o TM_FILE= tm-sh.h SIM_OBS = remote-sim.o diff --git a/gdb/config/sh/linux.mt b/gdb/config/sh/linux.mt index 83ada46..a18900b 100644 --- a/gdb/config/sh/linux.mt +++ b/gdb/config/sh/linux.mt @@ -1,5 +1,5 @@ # Target: Renesas Super-H running GNU/Linux -TDEPFILES= sh-tdep.o sh64-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o solib.o solib-svr4.o solib-legacy.o +TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o solib.o solib-svr4.o solib-legacy.o TM_FILE= tm-linux.h SIM_OBS = remote-sim.o diff --git a/gdb/config/sh/nbsd.mt b/gdb/config/sh/nbsd.mt index 85d9bb0..62d0c5c 100644 --- a/gdb/config/sh/nbsd.mt +++ b/gdb/config/sh/nbsd.mt @@ -1,5 +1,5 @@ # Target: SuperH running NetBSD -TDEPFILES= sh-tdep.o sh64-tdep.o shnbsd-tdep.o corelow.o nbsd-tdep.o solib.o solib-svr4.o +TDEPFILES= sh-tdep.o shnbsd-tdep.o corelow.o nbsd-tdep.o solib.o solib-svr4.o TM_FILE= tm-nbsd.h SIM_OBS = remote-sim.o diff --git a/gdb/config/sh/wince.mt b/gdb/config/sh/wince.mt index 89a5a89..4ff5d6b 100644 --- a/gdb/config/sh/wince.mt +++ b/gdb/config/sh/wince.mt @@ -1,5 +1,5 @@ # Target: Renesas Super-H running on Windows CE -TDEPFILES= sh-tdep.o sh64-tdep.o wince.o +TDEPFILES= sh-tdep.o wince.o TM_FILE= tm-wince.h MT_CFLAGS=-DSHx -U_X86_ -U_M_IX86 -U__i386__ -U__i486__ -U__i586__ -U__i686__ -DUNICODE -D_WIN32_WCE -DWINCE_STUB='"${target_alias}-stub.exe"' TM_CLIBS=-lrapi |