1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-02 08:09:27 +01:00
libunwind-eh_elf/include
mostang.com!davidm ed67c3edb7 (ia64_pregnum): Rename IA64_REG_RP to IA64_REG_IP.
(ia64_loc_t): New type.  For UNW_LOCAL_ONLY, it's a single word, as before.
	For the generic case, it's a 2-word structure.  This provides enough
	space to encode all necessary info both for 32-bit targets (which require
	only 4-byte aligned addresses) and for targets which are limited to
	accessing ucontext_t values via uc_access(3).
(ABI_MARKER_LINUX_SIGTRAMP): New macro.
(ABI_MARKER_HP_UX_SIGTRAMP): New macro.
(struct cursor): Consolidate bsp_loc, bspstore_loc, pfs_loc, rnat_loc, ip_loc,
	pri_unat_loc, unat_loc, pr_loc, lc_loc, fpsr_loc, r4-r7_loc,
	b1-b5_loc, f2-f7_loc, and fr_loc[] into loc[] array.  Note that
	there is now a separate PSP-loc (loc[IA64_REG_PSP]) in addition
	to the cached psp value.
	Rename sigcontext_loc to sigcontext_addr.
	Remove is_signal_frame memeber and add abi_marker member instead.
	Change type of rbs_area[].rnat_loc to ia64_loc_t.
(struct ia64_global_unwind_state): Remove preg_index[] array.

(Logical change 1.84)
2003-04-23 05:56:59 +00:00
..
ia64 Delete spurious copyright message. 2003-03-06 06:14:36 +00:00
config.h.in Regenerate. 2003-04-03 07:59:15 +00:00
internal.h Move endian-related defs from tdep-ia64.h to here. 2003-04-03 07:59:15 +00:00
libunwind-common.h (unw_regname): Correct type of "regnum" from "int" to "unw_regnum_t". 2003-03-13 02:15:01 +00:00
libunwind-dynamic.h (_U_dyn_region_info_size): Define it in a more straight-forward manner. 2003-02-27 09:58:57 +00:00
libunwind-hppa.h Add C++ wrapper. 2003-03-28 07:43:22 +00:00
libunwind-ia64.h On HP-UX, unset UNW_LOCAL_ONLY and defined UNW_GENERIC_ONLY, since it makes no 2003-04-03 07:59:15 +00:00
libunwind-x86.h (_U_TDEP_QP_TRUE): New macro. 2003-04-21 23:14:14 +00:00
mempool.h Include "internal.h". 2003-03-06 06:14:36 +00:00
stamp-h.in Initial revision 2002-02-23 20:27:03 +00:00
tdep-hppa.h (struct addr_space): Add "dyn_info_list_addr" member. 2003-03-11 01:11:18 +00:00
tdep-ia64.h (ia64_pregnum): Rename IA64_REG_RP to IA64_REG_IP. 2003-04-23 05:56:59 +00:00
tdep-x86.h (tdep_get_elf_image): Declare. 2003-03-29 07:32:50 +00:00