about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-20 21:12:26 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-20 21:12:26 +0000
commita0e3f6f49caeaba666842f2999b57502437a1111 (patch)
tree782e8d3d8053dfd6c29dab0eb2ea6208a996e713 /ChangeLog
parent7796221a03774b61f979e8bb137d40509fd8a1c3 (diff)
downloadglibc-a0e3f6f49caeaba666842f2999b57502437a1111.tar.gz
glibc-a0e3f6f49caeaba666842f2999b57502437a1111.tar.xz
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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3a242a34f..52e78ae399 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.