1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-02 01:12:37 +02:00
Commit graph

3024 commits

Author SHA1 Message Date
mostang.com!davidm 4d37950b2c (rotate_gr): If the register is outside the current stacked frame, return -1.
(Logical change 1.18)
2002-04-25 06:47:29 +00:00
mostang.com!davidm 053cda26f2 (noinst_PROGRAMS_arch): New macro to get "sig" built when the target is ia64.
(noinst_PROGRAMS): Mention $(noinst_PROGRAMS_arch).
(LDADD): Link against architecture-specific name, because symlinks don't exist yet
	when this directory gets built.

(Logical change 1.18)
2002-04-25 06:47:29 +00:00
mostang.com!davidm 2294fb8aa2 (ia64_create_state_record) [IA_UNW_DEBUG]: Display state record for default
frame state as well.

(Logical change 1.18)
2002-04-25 06:47:29 +00:00
mostang.com!davidm c845317889 (getunwind): Define only if HAVE_GETUNWIND is not defined.
(_Uia64_glibc_acquire_unwind_info): Correct typo: dl_iterate_phdr() is successful
	only if it returns a positive value.

(Logical change 1.18)
2002-04-25 06:47:29 +00:00
mostang.com!davidm c56126ea7b (common_init): Initialize c->sigcontext_loc to zero.
(Logical change 1.18)
2002-04-25 06:47:29 +00:00
mostang.com!davidm a6d51ee1a6 (SOVERSION): New macro.
(install-exec-hook): Use this hook to create symlinks from architecture-specific
	library name to default name (libunwind.a/libunwind.so).
(libunwind_la_SOURCES_ia64): Mention unw_is_signal_frame.c and Lunw_is_signal_frame.c.
(libunwind_la_SOURCES): Drop.
(libunwind_ia64_la_LDFLAGS): New macro.
(libunwind_ia32_la_LDFLAGS): New macro.
(libunwind_la_LDFLAGS): Drop.

(Logical change 1.18)
2002-04-25 06:47:29 +00:00
mostang.com!davidm c528adf7c7 Fix typo which caused register names to be off by 7.
(Logical change 1.17)
2002-04-19 05:35:46 +00:00
mostang.com!davidm 21c000c080 Fix typo in unw_regname(). Fix libunwind installation.
BKrev: 3cbfacb2IfwMFqgjDA8Kwewh48wPCg
2002-04-19 05:35:46 +00:00
mostang.com!davidm 00abcc6dc3 Always install library as libunwind-$(ARCH).a. Need to find a way to create
an alias, though.

(Logical change 1.17)
2002-04-19 05:35:46 +00:00
mostang.com!davidm 52b352dcc9 Sync up ia64 implementation with new naming scheme. Make unw_regname() and official
API routine.

BKrev: 3cb66a70N-NqhfYmHK4cszu1aDrZgQ
2002-04-12 05:02:40 +00:00
mostang.com!davidm 5a6e6f89d8 SP is now read via UNW_IA64_GR + 12.
Change prefix from _U_ia64 to _Uia64.
Rename _U_ia64_regname() to unw_regname().

(Logical change 1.16)
2002-04-12 05:02:40 +00:00
mostang.com!davidm e5a2726686 Rename shared.c to unw_regname.c.
(Logical change 1.16)
2002-04-12 05:02:40 +00:00
mostang.com!davidm 50b1a123c0 (regname): Update with current register names.
(unw_regname): First register number now starts with zero.

2002/04/11 21:43:00-07:00 mostang.com!davidm
Rename: src/ia64/shared.c -> src/ia64/unw_regname.c

(Logical change 1.16)
2002-04-12 05:02:40 +00:00
mostang.com!davidm 27cb8c2844 Initial revision 2002-04-12 05:02:40 +00:00
mostang.com!davidm 82248d8a12 Change prefix from _U_ia64 to _Uia64.
(Logical change 1.16)
2002-04-12 05:02:40 +00:00
mostang.com!davidm 74775e31d9 (unw_tdep_getcontext): Make it an expression returning zero (no error).
(Logical change 1.16)
2002-04-12 05:02:40 +00:00
mostang.com!davidm 58142c0a21 (unw_regname): New routine to obtain canonical name of a register.
(Logical change 1.16)
2002-04-12 05:02:40 +00:00
mostang.com!davidm 9d5e392426 (regname): Update with current register names.
(unw_regname): First register number now starts with zero.

}(Logical change 1.16)
2002-04-12 05:02:40 +00:00
mostang.com!davidm bd228fb16a (_U_ia64_regname): Delete declaration.
Change prefix from _U_ia64 to _Uia64.
Drop extraneous ia64_ prefix from ia64-specific routines.

(Logical change 1.16)
2002-04-12 05:02:40 +00:00
mostang.com!davidm e252752f91 Delete old Makefile.
BKrev: 3cb6610cywJj12ckSg1g3JsRQU3lIw
2002-04-12 04:22:36 +00:00
hp.com!davidm 9d2502ff14 Add missing include file (src/ia64/regs.h).
BKrev: 3cb660bfxkIuOL-ulEsqMBEdYlpfyQ
2002-04-12 04:21:19 +00:00
hp.com!davidm 73645af561 (libunwind_la_SOURCES_ia64): Mention ia64/regs.h.
(Logical change 1.14)
2002-04-12 04:21:19 +00:00
hp.com!davidm dfca3c7e7e configure.in:
Change version to 0.2-pre1.

BKrev: 3cb6554apY9wrsIW0IbvbOXQ-wDmdQ
2002-04-12 03:32:26 +00:00
hp.com!davidm 6b2b140e92 Change version to 0.2-pre1.
(Logical change 1.13)
2002-04-12 03:32:26 +00:00
hp.com!davidm cc5ee5947a Update.
(Logical change 1.12)
2002-04-05 23:37:55 +00:00
hp.com!davidm 41659aa324 Multi-architecture support. Rename ARCH_x86 to ARCH_IA32.
(Logical change 1.12)
2002-04-05 23:37:55 +00:00
hp.com!davidm 6432d81f05 Multi-architecture support.
(Logical change 1.12)
2002-04-05 23:37:55 +00:00
hp.com!davidm a2d64d9efb Modify for multi-architecture support.
(Logical change 1.12)
2002-04-05 23:37:55 +00:00
hp.com!davidm 76166fb955 (UNW_PREFIX): Include the target name in the prefix.
2002/04/05 14:33:32-08:00 hp.com!davidm
Rename: include/libunwind.h -> include/libunwind-common.h

(Logical change 1.12)
2002-04-05 23:37:55 +00:00
hp.com!davidm 5a0a6457b1 Initial revision 2002-04-05 23:37:55 +00:00
hp.com!davidm 1f20cef057 Include libunwind-ia64.h instead of libunwind.h.
(Logical change 1.12)
2002-04-05 23:37:55 +00:00
hp.com!davidm 4b00b1f7b5 Describe multi-architecture support.
(Logical change 1.12)
2002-04-05 23:37:55 +00:00
hp.com!davidm 1f3b87ad50 Add multi-architecture support: include libunwind-common.h instead
of having a libunwind.h include the target-specific header.

(Logical change 1.12)
2002-04-05 23:37:55 +00:00
hp.com!davidm 4830286a5c Add multi-architecture support.
BKrev: 3cae35534--aiPnHez4HVaSqtngryQ
2002-04-05 23:37:55 +00:00
hp.com!davidm 2a8477a76a (UNW_PREFIX): Include the target name in the prefix.
}(Logical change 1.12)
2002-04-05 23:37:55 +00:00
mostang.com!davidm f8cdbb6ef0 Update.
(Logical change 1.11)
2002-04-04 19:04:09 +00:00
mostang.com!davidm fb9b517d0c Read stack pointer from r12.
(Logical change 1.11)
2002-04-04 19:04:09 +00:00
mostang.com!davidm 551e17933d New routine unw_is_fpreg() to check whether a register is a
floating-point register.

BKrev: 3caca3a9U2TwWX884qBzLr1DkdjAuw
2002-04-04 19:04:09 +00:00
mostang.com!davidm 0e9e557a6b Added src/ia64/unw_get_fpreg.c~ src/ia64/unw_get_save_loc.c~ src/ia64/unw_set_fpreg.c~ to the ignore list
(Logical change 1.11)
2002-04-04 19:04:09 +00:00
mostang.com!davidm 5c6360b856 (unw_tdep_is_fpreg): New macro.
(Logical change 1.11)
2002-04-04 19:04:09 +00:00
mostang.com!davidm 4208867819 (unw_is_fpreg): New macro.
(Logical change 1.11)
2002-04-04 19:04:09 +00:00
hp.com!davidm 56ca4f04ae Logging to logging@openlogging.org accepted
(Logical change 1.10)
2002-04-03 06:51:34 +00:00
hp.com!davidm b682349b33 (Logical change 1.10) 2002-04-03 06:51:34 +00:00
hp.com!davidm 3b315369bc Initial revision 2002-04-03 06:51:34 +00:00
hp.com!davidm 4e41f21f65 Fix typo in comment.
(Logical change 1.10)
2002-04-03 06:51:34 +00:00
hp.com!davidm 6bcb1d54c6 First draft-implementation of unw_get_save_loc().
BKrev: 3caaa676Ngbdu2c-fzGSHsnuVS8xAw
2002-04-03 06:51:34 +00:00
hp.com!davidm aae78f02e0 Added src/ia64/regs.h~ to the ignore list
(Logical change 1.10)
2002-04-03 06:51:34 +00:00
hp.com!davidm f1d10c0fb3 (unw_tdep_save_loc_t): New type.
(Logical change 1.10)
2002-04-03 06:51:34 +00:00
hp.com!davidm 48da72afd7 (unw_save_loc_t): New member "extra" to hold arch-specific save-location info.
(unw_get_save_loc): Define.

(Logical change 1.10)
2002-04-03 06:51:34 +00:00
hp.com!davidm fb94137d04 (unw_get_save_loc): First draft-implementation. Should be reasonably close to something
useful.

(Logical change 1.10)
2002-04-03 06:51:34 +00:00