1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 15:47:37 +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:
bea.com!thallgre 2004-08-18 15:16:46 +00:00
parent 42a90f14d5
commit 511d542828

View file

@ -94,6 +94,7 @@ function check_local_unw_abi {
match _U${plat}_get_accessors
match _U${plat}_getcontext
match _U${plat}_regname
match _U${plat}_strerror
match _U_dyn_cancel
match _U_dyn_info_list_addr
@ -139,6 +140,7 @@ function check_generic_unw_abi {
match _U${plat}_set_fpreg
match _U${plat}_set_reg
match _U${plat}_step
match _U${plat}_strerror
case ${plat} in
ia64)