mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-23 09:28:54 +02:00
Make these work on x86_64
svn path=/trunk/; revision=7744
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2008-12-12 Dan Winship <danw@gnome.org>
|
||||
|
||||
* pltcheck.sh: make this work on x86_64
|
||||
|
||||
2008-12-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 473150 – g_type_module_use inconsistently increases the use
|
||||
|
@@ -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 '\<g_type_\|\<g_boxed_\|\<g_value_\|\<g_cclosure_\|\<g_closure_\|\<g_signal\|\<g_enum_\|\<g_flags_\|\<g_io_\|\<g_object_\|\<g_param_' && status=1
|
||||
readelf -r $so | grep 'JU\?MP_SLOT\?' | grep '\<g_type_\|\<g_boxed_\|\<g_value_\|\<g_cclosure_\|\<g_closure_\|\<g_signal\|\<g_enum_\|\<g_flags_\|\<g_io_\|\<g_object_\|\<g_param_' && status=1
|
||||
done
|
||||
|
||||
exit $status
|
||||
|
Reference in New Issue
Block a user