aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sparc/sp64.mt
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1993-07-30 18:40:05 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1993-07-30 18:40:05 +0000
commit3b22d69a5f6d2e170b46b5e4dc13500e11a87bfd (patch)
treeb3bfee4c373672ad4d10af4c70b37ae82b6eff82 /gdb/config/sparc/sp64.mt
parentf751f474f45fdc636f466c876d6a62be27073d05 (diff)
downloadgdb-3b22d69a5f6d2e170b46b5e4dc13500e11a87bfd.zip
gdb-3b22d69a5f6d2e170b46b5e4dc13500e11a87bfd.tar.gz
gdb-3b22d69a5f6d2e170b46b5e4dc13500e11a87bfd.tar.bz2
sp64.mt: New file.
tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted. (PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook.
Diffstat (limited to 'gdb/config/sparc/sp64.mt')
-rw-r--r--gdb/config/sparc/sp64.mt17
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/config/sparc/sp64.mt b/gdb/config/sparc/sp64.mt
new file mode 100644
index 0000000..278efed
--- /dev/null
+++ b/gdb/config/sparc/sp64.mt
@@ -0,0 +1,17 @@
+# Target: SPARC64 (with simulator)
+# FIXME: May not always want the simulator.
+
+# Need gcc for long long support.
+CC = gcc
+
+# Regular "have long long" detection is disabled for now.
+MH_CFLAGS = -DFORCE_LONG_LONG -I${srcdir}/../sim/sp64
+SIMFILES = remote-sp64sim.o ../sim/sp64/libsim.a
+
+# solib.o and procfs.o taken out for now. We don't have shared libraries yet,
+# and the elf version requires procfs.o but the a.out version doesn't.
+# Then again, having procfs.o in a target makefile fragment seems wrong.
+TDEPFILES = exec.o sparc-pinsn.o sparc-tdep.o sp64-tdep.o $(SIMFILES)
+
+# configure.in requires "TM_FILE= ".
+TM_FILE= tm-sp64.h