mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-06 15:53:06 +02:00
Make these work on x86_64
svn path=/trunk/; revision=7744
This commit is contained in:
parent
b941139254
commit
be914f6841
@ -1,3 +1,7 @@
|
|||||||
|
2008-12-12 Dan Winship <danw@gnome.org>
|
||||||
|
|
||||||
|
* glib/pltcheck.sh: make this work on x86_64
|
||||||
|
|
||||||
2008-12-12 Ryan Lortie <desrt@desrt.ca>
|
2008-12-12 Ryan Lortie <desrt@desrt.ca>
|
||||||
|
|
||||||
* gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done
|
* gio/gicon.c (g_icon_to_string_tokenized): free the tokens when done
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2008-12-12 Dan Winship <danw@gnome.org>
|
||||||
|
|
||||||
|
* pltcheck.sh: make this work on x86_64
|
||||||
|
|
||||||
2008-12-10 Alexander Larsson <alexl@redhat.com>
|
2008-12-10 Alexander Larsson <alexl@redhat.com>
|
||||||
|
|
||||||
Bug 562452 - Ensure we return G_IO_ERROR_CANCELLED if cancelling
|
Bug 562452 - Ensure we return G_IO_ERROR_CANCELLED if cancelling
|
||||||
|
@ -13,7 +13,7 @@ SKIP='\<g_access\|\<g_array_\|\<g_ascii\|\<g_list_\|\<g_assertion_message\|\<g_w
|
|||||||
|
|
||||||
for so in .libs/lib*.so; do
|
for so in .libs/lib*.so; do
|
||||||
echo Checking $so for local PLT entries
|
echo Checking $so for local PLT entries
|
||||||
readelf -r $so | grep 'JU\?MP_SLOT' | grep '\<g_' | grep -v $SKIP && status=1
|
readelf -r $so | grep 'JU\?MP_SLOT\?' | grep '\<g_' | grep -v $SKIP && status=1
|
||||||
done
|
done
|
||||||
|
|
||||||
exit $status
|
exit $status
|
||||||
|
@ -14,7 +14,7 @@ for so in .libs/lib*.so; do
|
|||||||
# g_string_insert_c is used in g_string_append_c_inline
|
# g_string_insert_c is used in g_string_append_c_inline
|
||||||
# unaliased. Couldn't find a way to fix it.
|
# unaliased. Couldn't find a way to fix it.
|
||||||
# Same for g_once_init_enter
|
# Same for g_once_init_enter
|
||||||
readelf -r $so | grep 'JU\?MP_SLOT' | \
|
readelf -r $so | grep 'JU\?MP_SLOT\?' | \
|
||||||
grep -v '\<g_string_insert_c\>' | \
|
grep -v '\<g_string_insert_c\>' | \
|
||||||
grep -v '\<g_atomic_[a-z]*_[sg]et\>' | \
|
grep -v '\<g_atomic_[a-z]*_[sg]et\>' | \
|
||||||
grep -v '\<g_once_init_enter_impl\>' | \
|
grep -v '\<g_once_init_enter_impl\>' | \
|
||||||
|
@ -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>
|
2008-12-02 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 473150 – g_type_module_use inconsistently increases the use
|
Bug 473150 – g_type_module_use inconsistently increases the use
|
||||||
|
@ -11,7 +11,7 @@ fi
|
|||||||
|
|
||||||
for so in .libs/lib*.so; do
|
for so in .libs/lib*.so; do
|
||||||
echo Checking $so for local PLT entries
|
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
|
done
|
||||||
|
|
||||||
exit $status
|
exit $status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user