Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 24 Jan 2004 20:12:10 +0000 (20:12 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 24 Jan 2004 20:12:10 +0000 (20:12 +0000)
commitbed12f78fab86b2349cab6e7f4c0e46bde5e9711
tree5e98ba1f47f60b6e5cd4461c3fba7d01cd8add51
parente8648a5a87fd0c472cb6002df8111b9a8ec3fba6
Update.

2004-01-23  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/generic/ldsodefs.h (struct rtld_global): Add members
_dl_load_adds and _dl_load_subs.
* elf/dl-support.c (_dl_load_adds): New variable.
(_dl_load_subs): Likewise.
* elf/dl-object.c (_dl_new_object): Increment dl_load_adds.
* elf/dl-close.c (_dl_close): Increment dl_load_subs.
* elf/link.h (struct dl_phdr_info): Add members dlpi_adds and
dlpi_subs.
* include/link.h: Likewise.
* elf/dl-iteratephdr.c (__dl_iterate_phdr): Initialize dlpi_adds
and dlpi_subs members.
(dl_iterate_phdr): Likewise.
* elf/tst-dlmodcount.c: New file.
* elf/Makefile (distribute): Mention tst-dlmodcount.c.
(tests): If build-shared, mention tst-dlmodcount.
($(objpfx)tst-dlmodcount): If build-shared, build and
run tst-dlmodcount.
ChangeLog
elf/Makefile
elf/dl-close.c
elf/dl-iteratephdr.c
elf/dl-object.c
elf/dl-support.c
elf/link.h
elf/tst-dlmodcount.c [new file with mode: 0644]
include/link.h
sysdeps/generic/ldsodefs.h