similar symbols.
Rev: src/nettle/testsuite/symbols-test:1.6
srcdir=`pwd`
fi
-# nm on aix seems to generate bogus outbut including random binary data.
-# Using -g is a workaround to get rid of that. Hope nm -g is portable enough.
-nm -g ../libnettle.a | grep ' [DRT] ' | egrep -v '( |^)\.?_?(_?nettle_|memxor)' \
+# * nm on aix seems to generate bogus outbut including random binary
+# data. Using -g is a workaround to get rid of that. Hope nm -g is
+# portable enough.
+
+# * gcc on x86 generates functions like __i686.get_pc_thunk.bx in pic
+# code.
+
+nm -g ../libnettle.a | grep ' [DRT] ' | egrep -v '( |^)\.?_?(_?nettle_|memxor)|get_pc_thunk' \
| sort -k3 > test1.out
if [ -s test1.out ] ; then