1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-24 10:31:44 +02:00

(check_generic_unw_abi): Check for _U${plat}_get_kernel_table() on

linux only.

(Logical change 1.227)
This commit is contained in:
mostang.com!davidm 2004-05-05 05:03:20 +00:00
parent 0c8baa7a79
commit 74b22fed4c

View file

@ -139,8 +139,12 @@ function check_generic_unw_abi {
ia64)
match _U${plat}_search_unwind_table
match _U${plat}_find_dyn_list
match _U${plat}_get_kernel_table
match _U${plat}_get_elf_image
case $os in
linux*)
match _U${plat}_get_kernel_table
;;
esac
;;
*)
match _U${plat}_is_fpreg