mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-24 12:13:42 +01:00
Change prefix from _U_ia64 to _Uia64.
(Logical change 1.16)
This commit is contained in:
parent
74775e31d9
commit
82248d8a12
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
|
||||||
_U_ia64_glibc_acquire_unwind_info (unw_word_t ip, void *info, void *arg)
|
_Uia64_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 @@ _U_ia64_glibc_acquire_unwind_info (unw_word_t ip, void *info, void *arg)
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
_U_ia64_glibc_release_unwind_info (void *info, void *arg)
|
_Uia64_glibc_release_unwind_info (void *info, void *arg)
|
||||||
{
|
{
|
||||||
/* nothing to do */
|
/* nothing to do */
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue