mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-18 11:01:41 +01:00
(check_local_unw_abi): Check for _U${plat}_strerror().
(check_generic_unw_abi): Likewise. (Logical change 1.245)
This commit is contained in:
parent
42a90f14d5
commit
511d542828
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,7 @@ function check_local_unw_abi {
|
||||||
match _U${plat}_get_accessors
|
match _U${plat}_get_accessors
|
||||||
match _U${plat}_getcontext
|
match _U${plat}_getcontext
|
||||||
match _U${plat}_regname
|
match _U${plat}_regname
|
||||||
|
match _U${plat}_strerror
|
||||||
|
|
||||||
match _U_dyn_cancel
|
match _U_dyn_cancel
|
||||||
match _U_dyn_info_list_addr
|
match _U_dyn_info_list_addr
|
||||||
|
@ -139,6 +140,7 @@ function check_generic_unw_abi {
|
||||||
match _U${plat}_set_fpreg
|
match _U${plat}_set_fpreg
|
||||||
match _U${plat}_set_reg
|
match _U${plat}_set_reg
|
||||||
match _U${plat}_step
|
match _U${plat}_step
|
||||||
|
match _U${plat}_strerror
|
||||||
|
|
||||||
case ${plat} in
|
case ${plat} in
|
||||||
ia64)
|
ia64)
|
||||||
|
|
Loading…
Add table
Reference in a new issue