1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-24 10:31:44 +02: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:
hp.com!davidm 2004-05-07 00:30:27 +00:00
parent 13c1735173
commit 72a03113c8

View file

@ -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