glibc/include
Ulrich Drepper e4eb675d0c * elf/dl-close.c (free_mem): Free _dl_scope_free_list.
2007-06-13  Jakub Jelinek  <jakub@redhat.com>

	* include/link.h: Don't include rtld-lowlevel.h.
	(struct link_map): Remove l_scope_lock.
	* sysdeps/generic/ldsodefs.h: Don't include rtld-lowlevel.h.
	(_dl_scope_free_list): New field (variable) in _rtld_global.
	(DL_LOOKUP_SCOPE_LOCK): Remove.
	(_dl_scope_free): New prototype.
	* elf/dl-runtime.c (_dl_fixup): Don't use __rtld_mrlock_*lock.
	Don't pass DL_LOOKUP_SCOPE_LOCK to _dl_lookup_symbol_x.
	(_dl_profile_fixup): Likewise.
	* elf/dl-sym.c (do_sym): Likewise.  Use wrapped _dl_lookup_symbol_x
	whenever !RTLD_SINGLE_THREAD_P, use THREAD_GSCOPE_SET_FLAG and
	THREAD_GSCOPE_RESET_FLAG around it.
	* elf/dl-close.c (_dl_close_worker): Don't use
	__rtld_mrlock_{change,done}.  Call _dl_scope_free on the old
	scope.  Make sure THREAD_GSCOPE_WAIT () happens if any old
	scopes were queued or if l_scope_mem has been abandoned.
	* elf/dl-open.c (_dl_scope_free): New function.
	(dl_open_worker): Use it.  Don't use __rtld_mrlock_{change,done}.
	* elf/dl-support.c (_dl_scope_free_list): New variable.
	* elf/dl-lookup.c (add_dependency): Remove flags argument.
	Remove DL_LOOKUP_SCOPE_LOCK handling.
	(_dl_lookup_symbol_x): Adjust caller.  Remove DL_LOOKUP_SCOPE_LOCK
	handling.
	* elf/dl-object.c (_dl_new_object): Don't use
	__rtld_mrlock_initialize.

2007-06-19  Ulrich Drepper  <drepper@redhat.com>
2007-06-20 03:19:13 +00:00
..
arpa * include/arpa/nameser.h: Declare _ns_flagdata as hidden. 2006-05-12 04:16:08 +00:00
bits * Makerules (sysd-rules): Define PTW for ptw-* files. 2007-05-24 23:55:28 +00:00
gnu
net Update. 2004-06-30 07:43:11 +00:00
netinet * nis/nis_addmember.c (nis_addmember): Avoid unnecessary copying. 2006-05-25 17:16:17 +00:00
protocols
rpc * include/rpc/pmap_prot.h: Mark all functions as hidden. 2006-05-15 20:46:12 +00:00
rpcsvc * nis/nis_domain_of.c (__nis_domain_of): New function. 2007-04-19 14:28:01 +00:00
sys Redefine __nonnull so that test for incorrect parameters in the libc code itself are not omitted. 2007-05-10 20:15:11 +00:00
aio.h typo. 2006-01-04 07:35:13 +00:00
aliases.h
alloca.h 2005-01-05 Mike Frysinger <vapier@gentoo.org> 2006-01-06 09:55:30 +00:00
argp.h
argz.h
assert.h
atomic.h . 2007-07-31 13:33:18 +00:00
byteswap.h
caller.h Header with call site checker definitions. 2004-03-27 02:43:52 +00:00
complex.h
ctype.h Update. 2004-03-16 10:10:13 +00:00
des.h
dirent.h [BZ #2226] 2006-02-12 21:41:44 +00:00
dlfcn.h * elf/dl-open.c (dl_open_worker): Declare l in 2 different 2007-03-17 17:09:13 +00:00
elf.h
endian.h
envz.h
err.h
errno.h . 2007-07-31 13:33:18 +00:00
error.h
execinfo.h * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64. 2005-06-14 15:55:44 +00:00
fcntl.h * Makerules (sysd-rules): Define PTW for ptw-* files. 2007-05-24 23:55:28 +00:00
features.h * version.h (VERSION): Define to 6. 2007-05-15 06:49:29 +00:00
fenv.h * include/fenv.h: Add libm_hidden_proto for fesetround and 2005-07-08 18:54:49 +00:00
fnmatch.h
fpu_control.h
ftw.h
gconv.h
getopt.h Update. 2004-03-09 10:36:53 +00:00
getopt_int.h Update. 2004-03-09 10:36:53 +00:00
glob.h Update. 2004-07-01 17:50:47 +00:00
gmp.h * include/gmp.h: Include/gmp-mparam.h. * stdlib/strtod.c: Include gmp-mparam.h before gmp.h and gmp-impl.h. 2003-03-14 05:48:18 +00:00
gnu-versions.h
grp.h
iconv.h
ifaddrs.h * sysdeps/posix/getaddrinfo.c (rfc3484_sort): Implement rule 4, 2006-09-24 17:14:11 +00:00
langinfo.h
libc-internal.h * include/libc-internal.h: Declare __libc_thread_freeres. 2003-02-22 22:46:40 +00:00
libc-symbols.h . 2007-07-31 13:33:18 +00:00
libgen.h
libintl.h * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64. 2005-06-14 15:55:44 +00:00
libio.h Update. 2002-12-20 09:33:33 +00:00
limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Make sure these are defined for -D_GNU_SOURCE or -D_ISOC99_SOURCE even when not -std=c99. 2005-10-16 15:32:33 +00:00
link.h * elf/dl-close.c (free_mem): Free _dl_scope_free_list. 2007-06-20 03:19:13 +00:00
locale.h (__uselocale): Add libc_hidden_proto. 2007-02-02 15:29:40 +00:00
malloc.h * include/malloc.h: Remove _int_new_arena prototype. 2005-10-12 20:49:06 +00:00
math.h
mcheck.h
memory.h
mntent.h
monetary.h Update. 2004-03-14 21:12:06 +00:00
mqueue.h Update. 2004-04-13 02:15:43 +00:00
netdb.h Update. 2004-10-24 09:06:50 +00:00
netgroup.h
nl_types.h
nss.h
nsswitch.h
obstack.h
poll.h
printf.h
pthread.h
pty.h Update. 2004-10-24 21:29:41 +00:00
pwd.h
regex.h * posix/regex_internal.h (re_sub_match_top_t): Remove unused member 2005-09-06 21:15:13 +00:00
resolv.h * resolv/res_init.c (res_setoptions): Recognize edns0 option. 2007-02-09 23:46:29 +00:00
sched.h * include/sys/stat.h: Add libc_hidden_proto for __fxstatat64. 2006-01-11 17:57:46 +00:00
search.h
set-hooks.h Update. 2003-06-11 21:57:23 +00:00
setjmp.h Update. 2003-08-31 18:10:47 +00:00
sgtty.h
shadow.h
shlib-compat.h . 2007-07-31 13:33:18 +00:00
signal.h * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: File removed. 2006-07-31 05:58:51 +00:00
spawn.h
stab.h
stdio.h * Makerules (sysd-rules): Define PTW for ptw-* files. 2007-05-24 23:55:28 +00:00
stdio_ext.h
stdlib.h * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
string.h * include/string.h: Only redefine strndupa if this is really for 2007-01-13 21:31:45 +00:00
strings.h
stub-tag.h [BZ #715] 2005-02-11 10:17:19 +00:00
stubs-biarch.h [BZ #715] 2005-02-11 10:17:19 +00:00
stubs-prologue.h
syscall.h
sysexits.h
syslog.h
tar.h
termios.h
tgmath.h
time.h 2006-07-30 Roland McGrath <roland@redhat.com> 2006-07-31 05:57:52 +00:00
tls.h . 2007-07-31 13:33:18 +00:00
ttyent.h
ucontext.h
ulimit.h
unistd.h 2006-07-30 Roland McGrath <roland@redhat.com> 2006-07-31 05:57:52 +00:00
utime.h
utmp.h Update. 2004-10-24 21:29:41 +00:00
values.h
wchar.h * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New 2006-01-14 12:10:44 +00:00
wctype.h Update. 2004-03-16 10:10:13 +00:00
wordexp.h
xlocale.h