1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00
libunwind-eh_elf/src/ia64
mostang.com!davidm c008232bae (unw_decode_r1): "inline" it.
(unw_decode_r2): Likewise.
(unw_decode_r3): Likewise.
(unw_decode_p1): Likewise.
(unw_decode_p2_p5): Likewise.
(unw_decode_p6): Likewise.
(unw_decode_p7_p10): Likewise.
(unw_decode_b1): Likewise.
(unw_decode_b3_x4): Likewise.
(unw_decode_table): Remove.
(unw_decode): Do the first-level of decoding inline, rather than
	through the unw_decode_table.

(Logical change 1.148)
2003-12-21 07:21:28 +00:00
..
flush_cache-ia64.c Minor whitespace fixes. 2003-12-20 11:20:42 +00:00
Gcreate_addr_space-ia64.c (unw_create_addr_space): Drop call to ia64_script_cache_init(). It's 2003-11-24 23:53:25 +00:00
Gdestroy_addr_space-ia64.c Replace #ifdef UNW_DEBUG with #if UNW_DEBUG. 2003-11-27 06:52:54 +00:00
get_accessors-ia64.c (unw_get_accessors): Let ia64_init() clear unw.needs_initialization. 2003-11-19 03:11:25 +00:00
Gget_fpreg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_proc_info-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_proc_name-ia64.c (unw_get_proc_name): Drop "is_local" argument in call to unwi_get_proc_name). 2003-02-22 08:19:43 +00:00
Gget_reg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_save_loc-ia64.c (unw_get_save_loc): Delete extra "break". 2003-11-27 06:52:54 +00:00
Ginit-ia64.c Replace #ifdef UNW_DEBUG with #if UNW_DEBUG. 2003-11-27 06:52:54 +00:00
Ginit_local-ia64.c (unw_init_local): Let ia64_init() clear unw.needs_initialization. 2003-11-19 03:11:25 +00:00
Ginit_remote-ia64.c (unw_init_remote): Let ia64_init() clear unw.needs_initialization. 2003-11-19 03:11:25 +00:00
Ginstall_cursor.S Initial revision 2003-04-23 19:22:42 +00:00
Gis_signal_frame-ia64.c (unw_is_signal_frame): Call ia64_fetch_proc_info() before creating 2003-09-18 06:09:22 +00:00
global-asm-ia64.S Delete extraneous .previous directive (reported by 2003-11-27 06:52:54 +00:00
global-ia64.c (unw): Mark it as HIDDEN. 2003-12-21 07:21:28 +00:00
Gparser-ia64.c Minor whitespace fixes. 2003-12-20 11:20:42 +00:00
Grbs-ia64.c Replace #ifdef UNW_DEBUG with #if UNW_DEBUG. 2003-11-27 06:52:54 +00:00
Gregs-ia64.c (linux_scratch_loc): Delete unnecessary variable "ret". 2003-11-27 06:52:54 +00:00
Gresume-ia64.c (local_resume): Clear IA64_SC_FLAG_IN_SYSCALL before resuming via 2003-09-25 05:08:18 +00:00
Gscript-ia64.c (run_script): Drop left-over __builtin_expect() call. 2003-12-05 06:42:28 +00:00
Gset_fpreg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gset_reg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gstep-ia64.c (update_frame_state): Delete unnecessary "pr" variable. 2003-11-27 06:52:54 +00:00
init.h (common_init): Clear c->last_abi_marker. 2003-04-25 07:44:23 +00:00
Lcreate_addr_space-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Ldestroy_addr_space-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_accessors-ia64.c Rename: src/ia64/Lget_accessors.c -> src/ia64/Lget_accessors-ia64.c 2002-12-19 07:16:50 +00:00
Lget_fpreg-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_proc_info-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_proc_name-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_reg-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_save_loc-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linit-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linit_local-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linit_remote-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linstall_cursor.S Initial revision 2003-04-23 19:22:42 +00:00
Lis_signal_frame-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lparser-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lrbs-ia64.c Initial revision 2003-04-23 05:56:59 +00:00
Lregs-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lregs.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
Lresume-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lscript-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lscript.c~ Initial revision 2002-02-28 16:24:48 +00:00
Lset_fpreg-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lset_reg-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lstep-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lunw_get_reg.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
mk_Gcursor_i-ia64.c (tab): Declare as "static". 2003-11-27 06:52:54 +00:00
mk_Lcursor_i-ia64.c Initial revision 2003-04-24 20:45:07 +00:00
NOTES Clarify comment about proc_info. 2002-02-15 23:51:28 +00:00
offsets.h (LINUX_SC_AR_SSD_OFF): Rename from LINUX_SC_AR_26_OFF. 2003-07-08 22:29:34 +00:00
regname-ia64.c (regname): Delete. 2003-12-21 07:21:28 +00:00
regs.h (rotate_gr): Fix off-by-1 bug and simplify the function. 2003-08-20 18:02:30 +00:00
rse.h Don't include "config.h" here. 2003-12-04 07:38:25 +00:00
set_caching_policy-ia64.c (unw_set_caching_policy): If caching-policy didn't change, return 2003-11-22 06:21:26 +00:00
setjmp-ia64.S (Logical change 1.45) 2003-02-08 10:10:59 +00:00
siglongjmp-ia64.S (sigprocmask): Declare as "global" (Intel assembler insists on this). 2003-03-27 04:29:07 +00:00
sigsetjmp-ia64.S (sigprocmask): Declare as global (Intel assembler insists on this). 2003-03-27 04:29:07 +00:00
tables-ia64.c Update copyright header. 2003-12-20 11:20:42 +00:00
ucontext_i.h Switch to MIT license. 2002-11-16 03:25:36 +00:00
unwind_decoder.h (unw_decode_r1): "inline" it. 2003-12-21 07:21:28 +00:00
unwind_i.h Don't include "config.h" here. 2003-12-04 07:38:25 +00:00