[cairo-commit] src/check-plt.sh

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Sep 6 13:39:25 PDT 2006


 src/check-plt.sh |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree b5a64138bb9be97b96e6bf248c559e8d3c6d4ac1 (from e25add77df1cc6c89ded371f7f63b36073cb1389)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Sep 6 16:39:18 2006 -0400

    [x86-64] check-plt.sh: match on JU?MP_SLO as on x86-64 "SLOT" is truncated

diff --git a/src/check-plt.sh b/src/check-plt.sh
index 1dd9005..a441b7b 100755
--- a/src/check-plt.sh
+++ b/src/check-plt.sh
@@ -11,7 +11,7 @@ fi
 
 for so in .libs/lib*.so; do
 	echo Checking $so for local PLT entries
-	readelf -r $so | grep 'JU\?MP_SLOT' | grep 'cairo\|pixman' && status=1
+	readelf -r $so | grep 'JU\?MP_SLO' | grep 'cairo\|pixman' && status=1
 done
 
 exit $status


More information about the cairo-commit mailing list