libunwind-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libunwind-devel] [PATCH 04/27] Add PPC namespace checking


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 04/27] Add PPC namespace checking
Date: Wed, 22 Aug 2012 14:28:30 +0300

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]