1
0
Fork 0
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:
hp.com!davidm 2005-05-03 09:13:17 +00:00
parent 23405d02ec
commit f6b74c9cbe

View file

@ -76,8 +76,10 @@ struct ia64_script_cache
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 */
extern int ia64_cache_proc_info (struct cursor *c);
extern int ia64_get_cached_proc_info (struct cursor *c);