libunwind-devel
[Top][All Lists]
Advanced

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

[Libunwind-devel] [PATCH 05/27] Ignore _fbss, _fdata, _ftext and _gp sym


From: Tommi Rantala
Subject: [Libunwind-devel] [PATCH 05/27] Ignore _fbss, _fdata, _ftext and _gp symbols on MIPS
Date: Wed, 22 Aug 2012 14:28:31 +0300

---
 tests/check-namespace.sh.in |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/check-namespace.sh.in b/tests/check-namespace.sh.in
index 15551c4..e7705d4 100644
--- a/tests/check-namespace.sh.in
+++ b/tests/check-namespace.sh.in
@@ -78,6 +78,13 @@ filter_misc () {
        ignore __end__
        ignore _bss_end__
     fi
+
+    if [ ${plat} = "mips" ]; then
+       ignore _fbss
+       ignore _fdata
+       ignore _ftext
+       ignore _gp
+    fi
 }
 
 check_local_unw_abi () {
-- 
1.7.9.5




reply via email to

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