aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/alpha
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1998-02-03 01:20:27 +0000
committerRichard Henderson <rth@redhat.com>1998-02-03 01:20:27 +0000
commitffa1f5b9c37e9a64289e1badaaf1e3633d43ad8e (patch)
tree98c97badeb0515c98f25ab3d8fb7b09121276534 /gdb/config/alpha
parent1eaf1cef93f67143cf3859e037c3630b77eb8129 (diff)
downloadfsf-binutils-gdb-ffa1f5b9c37e9a64289e1badaaf1e3633d43ad8e.zip
fsf-binutils-gdb-ffa1f5b9c37e9a64289e1badaaf1e3633d43ad8e.tar.gz
fsf-binutils-gdb-ffa1f5b9c37e9a64289e1badaaf1e3633d43ad8e.tar.bz2
* alpha-nat.c (fetch_aout_core_registers): Rename from
fetch_core_registers. (fetch_elf_core_registers): New function. (supply_gregset): Use ALPHA_REGSET_BASE. (supply_fpregset): Likewise. (fill_fpregset): Likewise. (alpha_aout_core_fns): Rename from alpha_core_fns. (alpha_elf_core_fns): New. * config/alpha/alpha-linux.mh (NATDEPFILES): solib.o not osfsolib.o. Disable MMALLOC. * config/alpha/nm-linux.h (SVR4_SHARED_LIBS): Define if ELF. (TARGET_ELF64): Likewise. (ALPHA_REGSET_BASE): New. * config/alpha/nm-osf.h (ALPHA_REGSET_BASE): New. * config/alpha/tm-alphalinux.h: Include tm-sysv4.h. * solib.c (elf_locate_base): Add TARGET_ELF64 support. (info_sharedlibary_command): Likewise. * configure.host: Match alpha*. * configure.tgt: Likewise.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r--gdb/config/alpha/tm-alphalinux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/config/alpha/tm-alphalinux.h b/gdb/config/alpha/tm-alphalinux.h
index 682aca6..d836a70 100644
--- a/gdb/config/alpha/tm-alphalinux.h
+++ b/gdb/config/alpha/tm-alphalinux.h
@@ -74,4 +74,7 @@ extern long alpha_linux_sigtramp_offset PARAMS ((CORE_ADDR));
#undef FRAME_PAST_SIGTRAMP_FRAME
#define FRAME_PAST_SIGTRAMP_FRAME(frame, pc) (0)
+/* We need this for the SOLIB_TRAMPOLINE stuff. */
+#include "tm-sysv4.h"
+
#endif /* TM_LINUXALPHA_H */