From ffa1f5b9c37e9a64289e1badaaf1e3633d43ad8e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 3 Feb 1998 01:20:27 +0000 Subject: * 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. --- gdb/config/alpha/tm-alphalinux.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/config/alpha') 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 */ -- cgit v1.1