about summary refs log tree commit diff
path: root/ports/ChangeLog.mips
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2013-06-27 11:15:51 +0100
committerMaciej W. Rozycki <macro@codesourcery.com>2013-06-27 11:49:44 +0100
commitfe114d206479a36369d732ea260e81a686fdbb0b (patch)
treeb073a6e619dd39a7215e042cc76116ba96ca9a23 /ports/ChangeLog.mips
parentcbe7d24bb48d5f572d714d893a27a8858870b1d2 (diff)
downloadglibc-fe114d206479a36369d732ea260e81a686fdbb0b.tar.gz
glibc-fe114d206479a36369d732ea260e81a686fdbb0b.tar.xz
glibc-fe114d206479a36369d732ea260e81a686fdbb0b.zip
_dl_static_init: Remove nested locking.
This function is now called from dl_open_worker with the GL(dl_load_lock)
lock held and no longer needs local protection.  GL(dl_load_lock) also
correctly protects _dl_lookup_symbol_x called here that relies on the
caller to have serialized access to the data structures it uses.
Diffstat (limited to 'ports/ChangeLog.mips')
-rw-r--r--ports/ChangeLog.mips7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips
index bdb9e5ce48..00542f59e2 100644
--- a/ports/ChangeLog.mips
+++ b/ports/ChangeLog.mips
@@ -1,3 +1,10 @@
+2013-06-27  Maciej W. Rozycki  <macro@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/mips/dl-static.c: Do not include
+	<bits/libc-lock.h>.
+	(_dl_static_lock): Remove variable.
+	(_dl_static_init): Remove _dl_static_lock locking.
+
 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: