diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-06-27 11:15:51 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@codesourcery.com> | 2013-06-27 11:49:44 +0100 |
commit | fe114d206479a36369d732ea260e81a686fdbb0b (patch) | |
tree | b073a6e619dd39a7215e042cc76116ba96ca9a23 /ports/ChangeLog.mips | |
parent | cbe7d24bb48d5f572d714d893a27a8858870b1d2 (diff) | |
download | glibc-fe114d206479a36369d732ea260e81a686fdbb0b.zip glibc-fe114d206479a36369d732ea260e81a686fdbb0b.tar.gz glibc-fe114d206479a36369d732ea260e81a686fdbb0b.tar.bz2 |
_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.mips | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/ChangeLog.mips b/ports/ChangeLog.mips index bdb9e5c..00542f5 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: |