[Xfce4-commits] <exo:master> Fix ABI check on ppc (bug #7008).

Nick Schermer noreply at xfce.org
Tue Dec 21 21:48:02 CET 2010


Updating branch refs/heads/master
         to a5bfe16356fdf530126608c499ff0e197745b1aa (commit)
       from 248086bec37b2f87f05e7c6060fad4c4b15d0bd5 (commit)

commit a5bfe16356fdf530126608c499ff0e197745b1aa
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Dec 21 21:46:46 2010 +0100

    Fix ABI check on ppc (bug #7008).

 exo/abicheck.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exo/abicheck.sh b/exo/abicheck.sh
index 5200a43..766d17a 100755
--- a/exo/abicheck.sh
+++ b/exo/abicheck.sh
@@ -20,5 +20,5 @@
 #
 
 cpp -P -DINCLUDE_INTERNAL_SYMBOLS -DINCLUDE_VARIABLES -DALL_FILES ${srcdir:-.}/exo.symbols | sed -e '/^$/d' -e 's/ EXO_GNUC.*$//' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE//' | sort > expected-abi
-nm -D .libs/libexo-1.so | grep " T\|R " | cut -d ' ' -f 3 | grep -v '^_.*' | sort > actual-abi
+nm -D .libs/libexo-1.so | grep " T\|R\|G " | cut -d ' ' -f 3 | grep -v '^_.*' | grep -v '^ *$' | sort > actual-abi
 diff -u expected-abi actual-abi && rm expected-abi actual-abi



More information about the Xfce4-commits mailing list