Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 18 Jun 1998 16:51:12 +0000 (16:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 18 Jun 1998 16:51:12 +0000 (16:51 +0000)
commit5ad49c070734c57f35cfe045572fb22158870c78
treed17a62167c0996bbe744522fcb819446817cdc04
parent2827300fbe8b237b825aa29b95f24026aedd4b20
Update.

1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>

* libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
_dl_mcount, _dl_mcount_wrapper.
* elf/Makefile (routines): Add dl-profstub.
* elf/dl-profstub.c: New file.
* elf/dl-support.c: Don't define _dl_profile_map.
* elf/rtld.c: Likewise.
* elf/dlfcn.h: Define DL_CALL_FCT macro.
* elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
Define _CALL_DL_FCT.
* iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
loaded object.
* iconv/gconv_db.c: Likewise.
* iconv/skeleton.c: Likewise.
* nss/getXXbyYY_r.c: Likewise.
* nss/getXXent_r.c: Likewise.
* nss/nsswitch.c: Likewise.
15 files changed:
ChangeLog
elf/Makefile
elf/dl-open.c
elf/dl-profstub.c [new file with mode: 0644]
elf/dl-support.c
elf/dlfcn.h
elf/ldsodefs.h
elf/rtld.c
iconv/gconv.c
iconv/gconv_db.c
iconv/skeleton.c
libc.map
nss/getXXbyYY_r.c
nss/getXXent_r.c
nss/nsswitch.h