summaryrefslogtreecommitdiff
path: root/tests/check-namespace.sh.in
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-08-02 14:52:25 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-08-20 08:46:47 +0300
commit6f374ccb5a3da0af7c6f39ef9ea06eacfe8542c6 (patch)
tree07860cf4237266964aa2e81a53c431ff4bcebdf1 /tests/check-namespace.sh.in
parenta63c209fed74b161b36b80340aa0f1b9f5114e16 (diff)
downloadlibunwind-6f374ccb5a3da0af7c6f39ef9ea06eacfe8542c6.tar.gz
Ignore _fbss, _fdata, _ftext and _gp symbols on MIPS
Diffstat (limited to 'tests/check-namespace.sh.in')
-rw-r--r--tests/check-namespace.sh.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/check-namespace.sh.in b/tests/check-namespace.sh.in
index 15551c46..e7705d48 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 () {