mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Fix some glitches
svn path=/trunk/; revision=5658
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2007-07-31 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/pltcheck.sh: Fix some glitches
|
||||
|
||||
* glib/gregex.c: Remove debug spew
|
||||
|
||||
2007-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
@@ -14,7 +14,7 @@ for so in .libs/lib*.so; do
|
||||
# g_string_insert_c is used in g_string_append_c_inline
|
||||
# unaliased. Couldn't find a way to fix it.
|
||||
# Same for g_once_init_enter
|
||||
readelf -r $so | grep 'JU\?MP_SLOT' | grep -v '\<g_string_insert_c\>' | grep -v '\<g_atomic_[a-z]*_[sg]et\>' | grep -v '\<g_once_init_enter\>' grep '\<g_' && status=1
|
||||
readelf -r $so | grep 'JU\?MP_SLOT' | grep -v '\<g_string_insert_c\>' | grep -v '\<g_atomic_[a-z]*_[sg]et\>' | grep -v '\<g_once_init_enter_impl\>' | grep '\<g_' && status=1
|
||||
done
|
||||
|
||||
exit $status
|
||||
|
Reference in New Issue
Block a user