mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-27 09:37:38 +01:00
(ia64_script_cache_init): Delete.
(Logical change 1.124)
This commit is contained in:
parent
d61f300b7b
commit
6ed5d0264f
1 changed files with 0 additions and 2 deletions
|
@ -370,7 +370,6 @@ struct ia64_labeled_state
|
|||
#define ia64_free_state_record UNW_OBJ(free_state_record)
|
||||
#define ia64_find_save_locs UNW_OBJ(find_save_locs)
|
||||
#define ia64_per_thread_cache UNW_OBJ(per_thread_cache)
|
||||
#define ia64_script_cache_init UNW_OBJ(script_cache_init)
|
||||
#define ia64_access_reg UNW_OBJ(access_reg)
|
||||
#define ia64_access_fpreg UNW_OBJ(access_fpreg)
|
||||
#define ia64_scratch_loc UNW_OBJ(scratch_loc)
|
||||
|
@ -392,7 +391,6 @@ extern int ia64_create_state_record (struct cursor *c,
|
|||
struct ia64_state_record *sr);
|
||||
extern int ia64_free_state_record (struct ia64_state_record *sr);
|
||||
extern int ia64_find_save_locs (struct cursor *c);
|
||||
extern void ia64_script_cache_init (struct ia64_script_cache *cache);
|
||||
extern void ia64_local_addr_space_init (void);
|
||||
extern void ia64_init (void);
|
||||
extern int ia64_access_reg (struct cursor *c, unw_regnum_t reg,
|
||||
|
|
Loading…
Reference in a new issue