forked from AuroraMiddleware/gtk
Check all symbols.
Wed Aug 11 22:56:55 2004 Matthias Clasen <maclas@gmx.de> * abicheck.sh: Check all symbols.
This commit is contained in:
parent
af35cab932
commit
84fb311f3d
@ -1,3 +1,7 @@
|
||||
Wed Aug 11 22:56:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* abicheck.sh: Check all symbols.
|
||||
|
||||
2004-08-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* pixops/pixops.c: Make scaling and compositing functions handle
|
||||
|
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
cpp -P -DINCLUDE_INTERNAL_SYMBOLS gdk-pixbuf.symbols | sed -e '/^$/d' | sort > expected-abi
|
||||
nm -D .libs/libgdk_pixbuf-2.0.so | grep " T " | cut -c12- | grep "^\(gdk\|pixops\)_" | sort > actual-abi
|
||||
nm -D .libs/libgdk_pixbuf-2.0.so | grep " T " | cut -c12- | sort > actual-abi
|
||||
diff -u expected-abi actual-abi
|
||||
|
Loading…
Reference in New Issue
Block a user