Bug 63107 - FTBFS on ppc64: symbols marked with 'D' on powerpc64 instead
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 4 Apr 2013 16:06:46 +0000 (12:06 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 4 Apr 2013 16:06:46 +0000 (12:06 -0400)
src/check-symbols.sh

index 4c03c13..73bfc9e 100755 (executable)
@@ -21,7 +21,7 @@ for def in $defs; do
        lib=`echo "$def" | sed 's/[.]def$//;s@.*/@@'`
        so=.libs/lib${lib}.so
 
-       EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' T _fini\>\| T _init\>\| _fdata\>\| _ftext\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>' | cut -d' ' -f3`"
+       EXPORTED_SYMBOLS="`nm "$so" | grep ' [BCDGINRSTVW] ' | grep -v ' _fini\>\| _init\>\| _fdata\>\| _ftext\>\| __bss_start\>\| __bss_start__\>\| __bss_end__\>\| _edata\>\| _end\>\| _bss_end__\>\| __end__\>' | cut -d' ' -f3`"
 
        if test -f "$so"; then