mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
ia64: For remote-only-case, don't expect to find _Uia64_get_elf_image9) or
_Uia64_get_kernel_table(). (Logical change 1.234)
This commit is contained in:
parent
13c1735173
commit
72a03113c8
1 changed files with 8 additions and 6 deletions
|
@ -144,12 +144,14 @@ function check_generic_unw_abi {
|
|||
ia64)
|
||||
match _U${plat}_search_unwind_table
|
||||
match _U${plat}_find_dyn_list
|
||||
match _U${plat}_get_elf_image
|
||||
case $os in
|
||||
linux*)
|
||||
match _U${plat}_get_kernel_table
|
||||
;;
|
||||
esac
|
||||
if [ $plat = $build_plat ]; then
|
||||
match _U${plat}_get_elf_image
|
||||
case $os in
|
||||
linux*)
|
||||
match _U${plat}_get_kernel_table
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
x86)
|
||||
match _U${plat}_get_elf_image
|
||||
|
|
Loading…
Reference in a new issue