mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +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)
|
ia64)
|
||||||
match _U${plat}_search_unwind_table
|
match _U${plat}_search_unwind_table
|
||||||
match _U${plat}_find_dyn_list
|
match _U${plat}_find_dyn_list
|
||||||
match _U${plat}_get_elf_image
|
if [ $plat = $build_plat ]; then
|
||||||
case $os in
|
match _U${plat}_get_elf_image
|
||||||
linux*)
|
case $os in
|
||||||
match _U${plat}_get_kernel_table
|
linux*)
|
||||||
;;
|
match _U${plat}_get_kernel_table
|
||||||
esac
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
x86)
|
x86)
|
||||||
match _U${plat}_get_elf_image
|
match _U${plat}_get_elf_image
|
||||||
|
|
Loading…
Reference in a new issue