mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
(ia64_get_cached_proc_info): Drop duplicate "ia64_" prefix.
(ia64_cache_proc_info): New function/macro. (Logical change 1.290)
This commit is contained in:
parent
23405d02ec
commit
f6b74c9cbe
1 changed files with 3 additions and 1 deletions
|
@ -76,8 +76,10 @@ struct ia64_script_cache
|
||||||
struct ia64_script buckets[IA64_UNW_CACHE_SIZE];
|
struct ia64_script buckets[IA64_UNW_CACHE_SIZE];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define ia64_get_cached_proc_info UNW_OBJ(ia64_get_cached_proc_info)
|
#define ia64_cache_proc_info UNW_OBJ(cache_proc_info)
|
||||||
|
#define ia64_get_cached_proc_info UNW_OBJ(get_cached_proc_info)
|
||||||
|
|
||||||
struct cursor; /* forward declaration */
|
struct cursor; /* forward declaration */
|
||||||
|
|
||||||
|
extern int ia64_cache_proc_info (struct cursor *c);
|
||||||
extern int ia64_get_cached_proc_info (struct cursor *c);
|
extern int ia64_get_cached_proc_info (struct cursor *c);
|
||||||
|
|
Loading…
Reference in a new issue