[glib] check-abis.sh: allow _ftext as that's leaked on mips



commit ad12142943e0f20ed9583c9d6bf50f6262110c74
Author: Emilio Pozuelo Monfort <pochu27 gmail com>
Date:   Sat Apr 13 12:02:24 2013 +0200

    check-abis.sh: allow _ftext as that's leaked on mips
    
    https://bugzilla.gnome.org/show_bug.cgi?id=697942

 check-abis.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/check-abis.sh b/check-abis.sh
index 037cca6..a18103b 100755
--- a/check-abis.sh
+++ b/check-abis.sh
@@ -12,9 +12,9 @@ check_symbols () {
        fi
 }
 
-allowed="^_init$|^_fini$|^g_"
+allowed="^_init$|^_fini$|^_ftext$|^g_"
 allowed_in_libglib="${allowed}|^glib__private__$|^glib_gettext$|^glib_pgettext$|^glib_check_version$"
-allowed_in_libgthread='^_init$|^_fini$|^g_thread_init$|^g_thread_init_with_errorcheck_mutexes$'
+allowed_in_libgthread='^_init$|^_fini$|^_ftext$|^g_thread_init$|^g_thread_init_with_errorcheck_mutexes$'
 
 check_symbols glib/.libs/libglib-2.0.so "$allowed_in_libglib"
 check_symbols gthread/.libs/libgthread-2.0.so "$allowed_in_libgthread"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]