Andreas Schwab
b33e851483
* ia64-tdep.c: Include "osabi.h".
...
(native_find_global_pointer): Delete.
(ia64_find_global_pointer): Renamed from
generic_elf_find_global_pointer.
(FIND_GLOBAL_POINTER): Delete. Change all users to call
ia64_find_global_pointer instead.
(ia64_gdbarch_init): Call gdbarch_init_osabi. Remove references
to ia64_linux_sigcontext_register_address and
ia64_linux_write_pc. Don't set tdep->find_global_pointer.
(_initialize_ia64_tdep): Call gdbarch_register instead of
deprecated register_gdbarch_init.
(struct gdbarch_tdep): Remove find_global_pointer field and move
to ...
* ia64-tdep.h (struct gdbarch_tdep): ... here.
(ia64_linux_sigcontext_register_address): Remove declaration.
(ia64_linux_getunwind_table): Likewise.
(ia64_linux_write_pc): Likewise.
* ia64-linux-tdep.c: Include "osabi.h".
(ia64_linux_sigcontext_register_address): Make static.
(ia64_linux_write_pc): Likewise.
(ia64_linux_init_abi): New.
(_initialize_ia64_linux_tdep): New.
* Makefile.in (ia64-tdep.o, ia64-linux-tdep.o): Depend on
$(osabi_h).
2005-01-05 22:51:47 +00:00
Kevin Buettner
54a5c8d8da
2004-02-23 David Mosberger <davidm@hpl.hp.com>
...
Committed by Kevin Buettner <kevinb@redhat.com>.
* ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
* ia64-tdep.c (ia64_write_pc): Make it a global function.
(ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
instead of ia64_write_pc().
* ia64-linux-tdep.c (regcache.h): Include.
(ia64_linux_write_pc): New function.
2004-02-24 22:35:01 +00:00
Andrew Cagney
9fc9f5e2ec
2004-02-17 David Mosberger <davidm@hpl.hp.com>
...
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-02-17 16:23:23 +00:00
Jeff Johnston
bfec0b41c9
2004-01-08 David Mosberger <davidm@hpl.hp.com>
...
* ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
reality.
2004-01-08 16:46:27 +00:00
Jeff Johnston
51931cbbf6
2003-10-15 Jeff Johnston <jjohnstn@redhat.com>
...
* 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.
2003-10-15 22:55:32 +00:00
Kevin Buettner
d469a809fa
* ia64-linux-tdep.c (IA64_LINUX_SIGCONTEXT_OFFSET): Revise to
...
match the location at which the kernel is placing the sigcontext
struct.
2001-06-01 02:22:01 +00:00
Kevin Buettner
8064c6ae87
Add arch-utils.h to IA-64 *-tdep.c files.
2000-04-26 07:16:15 +00:00
Kevin Buettner
244bc1085b
Handle signal handler frames and call dummy frames.
2000-04-25 06:36:52 +00:00