aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-29 23:20:28 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-29 23:20:28 +0000
commitbe4b5a955552a633de592a04420f4cdf8476339e (patch)
tree9050cb0d763ff0acc5b88c56d60ee02af4816a85 /ChangeLog
parente66d0a4c940c8643299de621a951f2dfa44d998b (diff)
downloadglibc-be4b5a955552a633de592a04420f4cdf8476339e.tar
glibc-be4b5a955552a633de592a04420f4cdf8476339e.tar.gz
glibc-be4b5a955552a633de592a04420f4cdf8476339e.tar.bz2
glibc-be4b5a955552a633de592a04420f4cdf8476339e.zip
Update.
* elf/dl-lookup.c: Only define or handle _dl_num_relocations for the SHARED version. * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f95c953517..9158427ca9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-01-29 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
+ SHARED version.
+ * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
+
* elf/rtld.c (_dl_start): Use __builtin_memset if available.
2002-01-29 Ben Collins <bcollins@debian.org>