mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-16 18:21:41 +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
|
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... */
|
((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
|
int
|
||||||
ia64_glibc_release_unwind_info (void *info, void *arg)
|
_U_ia64_glibc_release_unwind_info (void *info, void *arg)
|
||||||
{
|
{
|
||||||
/* nothing to do */
|
/* nothing to do */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue