From 0c7fead1e6d08663916d1d92a679c6ec38985fde Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 6 Feb 2008 17:35:25 +0000 Subject: [PATCH] Skip g_bit_*(). Inline functions may end up with a local plt if the 2008-02-06 Behdad Esfahbod * glib/pltcheck.sh: Skip g_bit_*(). Inline functions may end up with a local plt if the compiler doesn't support what we want. Bug #514702 svn path=/trunk/; revision=6468 --- ChangeLog | 5 +++++ glib/pltcheck.sh | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f40c2d5f7..c8a1c219b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-06 Behdad Esfahbod + + * glib/pltcheck.sh: Skip g_bit_*(). Inline functions may end up with + a local plt if the compiler doesn't support what we want. Bug #514702 + 2008-02-06 Murray Cumming * glib/gconvert.c: diff --git a/glib/pltcheck.sh b/glib/pltcheck.sh index 0be5fa26b..b5e7d9a5b 100755 --- a/glib/pltcheck.sh +++ b/glib/pltcheck.sh @@ -14,7 +14,12 @@ 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 '\' | grep -v '\' | grep -v '\' | grep '\' | \ + grep -v '\' | \ + grep -v '\' | \ + grep -v '\