---
 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


_______________________________________________
Libunwind-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/libunwind-devel

Reply via email to