mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 04:52:53 +01:00
(check_generic_unw_abi): Check for _U${plat}_get_kernel_table() on
linux only. (Logical change 1.227)
This commit is contained in:
parent
0c8baa7a79
commit
74b22fed4c
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue