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

[patches] Add one missed GLRO_dl_debug_mask change



Index: ChangeLog.eglibc
===================================================================
--- ChangeLog.eglibc    (revision 12949)
+++ ChangeLog.eglibc    (working copy)
@@ -1,3 +1,7 @@
+2011-02-23  Denis Zaitceff  <zaitceff@xxxxxxxxx>
+
+       * elf/dl-lookup.c (GLRO_dl_debug_mask): Apply the forgotten one.
+
 2010-12-19  Gordon Schumacher  <whiplash@xxxxxxxxx>
 
        * locale/xlocale.x (DEFINE_CATEGORY): Fix merge issue.
Index: elf/dl-lookup.c
===================================================================
--- elf/dl-lookup.c     (revision 12949)
+++ elf/dl-lookup.c     (working copy)
@@ -423,7 +423,7 @@
                     hash table.  */
                  if (__builtin_expect (tab->size, 0))
                    {
-                     assert (GLRO(dl_debug_mask) & DL_DEBUG_PRELINK);
+                     assert (GLRO_dl_debug_mask & DL_DEBUG_PRELINK);
                      __rtld_lock_unlock_recursive (tab->lock);
                      goto success;
                    }