aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/alpha/alpha-osf1.mh
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1993-06-17 22:16:07 +0000
committerSteve Chamberlain <sac@cygnus>1993-06-17 22:16:07 +0000
commit7ccb1e4401c7746a72294725c4e738ea2526009e (patch)
tree9e96f39257205aa99f3c713aeaeac1c25b64f7dd /gdb/config/alpha/alpha-osf1.mh
parent219cf232835824f679751b269a4905da7d74881a (diff)
downloadgdb-7ccb1e4401c7746a72294725c4e738ea2526009e.zip
gdb-7ccb1e4401c7746a72294725c4e738ea2526009e.tar.gz
gdb-7ccb1e4401c7746a72294725c4e738ea2526009e.tar.bz2
* configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
host. * sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard wired (and wrong) constant. * values.c (unpack_long): Add case to unpack when target object is sizeof(int). * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the simulator defines.
Diffstat (limited to 'gdb/config/alpha/alpha-osf1.mh')
-rw-r--r--gdb/config/alpha/alpha-osf1.mh13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/config/alpha/alpha-osf1.mh b/gdb/config/alpha/alpha-osf1.mh
new file mode 100644
index 0000000..345779c
--- /dev/null
+++ b/gdb/config/alpha/alpha-osf1.mh
@@ -0,0 +1,13 @@
+# Host: Little-endian Alpha
+XDEPFILES=
+XM_FILE= xm-alpha.h
+NAT_FILE= nm-alpha.h
+NATDEPFILES= infptrace.o inftarg.o corelow.o alpha-nat.o fork-child.o
+
+MMALLOC_LIB =
+MMALLOC_DISABLE = -DNO_MMALLOC
+MH_CFLAGS = -non_shared -DHOST_64_BIT="long"
+MUNCH_DEFINE=-B
+
+
+