PPC is the only architecture that has the get_func_addr() symbol
exported, so add specific checks for this architecture.
---
tests/check-namespace.sh.in | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/tests/check-namespace.sh.in b/tests/check-namespace.sh.in
index f80448a..15551c4 100644
--- a/tests/check-namespace.sh.in
+++ b/tests/check-namespace.sh.in
@@ -144,6 +144,13 @@ check_local_unw_abi () {
match _UL${plat}_dwarf_find_unwind_table
match _U${plat}_setcontext
;;
+ ppc*)
+ match _U${plat}_get_func_addr
+ match _U${plat}_get_elf_image
+ match _U${plat}_is_fpreg
+ match _UL${plat}_dwarf_search_unwind_table
+ match _UL${plat}_dwarf_find_unwind_table
+ ;;
*)
match _U${plat}_is_fpreg
match _UL${plat}_dwarf_search_unwind_table
@@ -218,6 +225,13 @@ check_generic_unw_abi () {
match _U${plat}_dwarf_search_unwind_table
match _U${plat}_dwarf_find_unwind_table
;;
+ ppc*)
+ match _U${plat}_get_elf_image
+ match _U${plat}_get_func_addr
+ match _U${plat}_is_fpreg
+ match _U${plat}_dwarf_search_unwind_table
+ match _U${plat}_dwarf_find_unwind_table
+ ;;
*)
match _U${plat}_is_fpreg
match _U${plat}_dwarf_search_unwind_table
--
1.7.9.5
_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel