mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
Make this file sharable by using exported names that do not depend on UNW_LOCAL_ONLY.
(Logical change 1.8)
This commit is contained in:
parent
3083f40842
commit
0c897ad858
1 changed files with 2 additions and 2 deletions
|
@ -183,7 +183,7 @@ callback (struct dl_phdr_info *info, size_t size, void *ptr)
|
|||
}
|
||||
|
||||
int
|
||||
ia64_glibc_acquire_unwind_info (unw_word_t ip, void *info, void *arg)
|
||||
_U_ia64_glibc_acquire_unwind_info (unw_word_t ip, void *info, void *arg)
|
||||
{
|
||||
((unw_ia64_table_t *) info)->segbase = ip; /* this is cheap... */
|
||||
|
||||
|
@ -194,7 +194,7 @@ ia64_glibc_acquire_unwind_info (unw_word_t ip, void *info, void *arg)
|
|||
}
|
||||
|
||||
int
|
||||
ia64_glibc_release_unwind_info (void *info, void *arg)
|
||||
_U_ia64_glibc_release_unwind_info (void *info, void *arg)
|
||||
{
|
||||
/* nothing to do */
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue