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

[commits] r13000 - in /trunk/libc: ChangeLog.eglibc elf/dl-lookup.c



Author: maxim
Date: Mon Feb 28 04:20:57 2011
New Revision: 13000

Log:
	* elf/dl-lookup.c (GLRO_dl_debug_mask): Apply the forgotten one.

Modified:
    trunk/libc/ChangeLog.eglibc
    trunk/libc/elf/dl-lookup.c

Modified: trunk/libc/ChangeLog.eglibc
==============================================================================
--- trunk/libc/ChangeLog.eglibc (original)
+++ trunk/libc/ChangeLog.eglibc Mon Feb 28 04:20:57 2011
@@ -1,3 +1,7 @@
+2011-02-28  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.

Modified: trunk/libc/elf/dl-lookup.c
==============================================================================
--- trunk/libc/elf/dl-lookup.c (original)
+++ trunk/libc/elf/dl-lookup.c Mon Feb 28 04:20:57 2011
@@ -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;
 		    }