1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 23:47:39 +01:00

(struct unw_addr_space.shared_object_removals) [!UNW_REMOTE_ONLY]: New member.

(Logical change 1.153)
This commit is contained in:
hp.com!davidm 2004-01-20 01:51:17 +00:00
parent 641b12427d
commit a2301f6f57

View file

@ -100,6 +100,9 @@ struct unw_addr_space
#endif
unw_word_t dyn_generation;
unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
#ifndef UNW_REMOTE_ONLY
int shared_object_removals;
#endif
struct ia64_script_cache global_cache;
};