aboutsummaryrefslogtreecommitdiff
path: root/gdb/ia64-linux-tdep.c
AgeCommit message (Collapse)AuthorFilesLines
2004-02-172004-02-17 David Mosberger <davidm@hpl.hp.com>Andrew Cagney1-2/+3
Committed by Andrew Cagney. * Makefile.in (ia64_tdep_h): New macro. (ia64-linux-tdep.o): Mention $(ia64_tdep_h). (ia64-tdep.o): Likewise. * ia64-tdep.h: New file. * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h". (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h. (ia64_aix_sigcontext_register_address): Likewise. (ia64_linux_getunwind_table): Delete declaration. * ia64-linux-tdep.c: Likewise.
2004-01-082004-01-08 David Mosberger <davidm@hpl.hp.com>Jeff Johnston1-2/+2
* ia64-linux-tdep.c: Update GATE_AREA_END value to reflect reality.
2003-10-152003-10-15 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-14/+22
* ia64-linux-tdep.c: Include gdbcore.h. (IA64_LINUX_SIGCONTEXT_OFFSET): Magic constant removed. (ia64_linux_sigcontext_register_addr): Find the address of the sigcontext area stored in the sigframe instead of using a magic offset constant.
2001-06-01 * ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise toKevin Buettner1-1/+1
match the location at which the kernel is placing the sigcontext struct.
2000-04-26Add arch-utils.h to IA-64 *-tdep.c files.Kevin Buettner1-0/+1
2000-04-25Handle signal handler frames and call dummy frames.Kevin Buettner1-0/+86