diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-20 21:12:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-20 21:12:26 +0000 |
commit | a0e3f6f49caeaba666842f2999b57502437a1111 (patch) | |
tree | 782e8d3d8053dfd6c29dab0eb2ea6208a996e713 /ChangeLog | |
parent | 7796221a03774b61f979e8bb137d40509fd8a1c3 (diff) | |
download | glibc-a0e3f6f49caeaba666842f2999b57502437a1111.tar glibc-a0e3f6f49caeaba666842f2999b57502437a1111.tar.gz glibc-a0e3f6f49caeaba666842f2999b57502437a1111.tar.bz2 glibc-a0e3f6f49caeaba666842f2999b57502437a1111.zip |
Update.
* elf/Makefile (distribute): Add do-lookup.h.
* elf/do-lookup.h: New file. Split out from dl-lookup.c.
* elf/dl-lookup.c: Move do_lookup function in separate file and
include the file twice, for handling versioning and without it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 1999-02-20 Ulrich Drepper <drepper@cygnus.com> + * elf/Makefile (distribute): Add do-lookup.h. + * elf/do-lookup.h: New file. Split out from dl-lookup.c. + * elf/dl-lookup.c: Move do_lookup function in separate file and + include the file twice, for handling versioning and without it. + * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): DT_PLTGOT entry is already relocated. * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise. |