diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 09:44:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-25 09:44:37 +0000 |
commit | b65d9522d44268c81adcd750bcaa574210668edc (patch) | |
tree | 806f8ffd9b757c9fdf847e72ae58eea40547d940 /ChangeLog | |
parent | 9df89390022a1144afffc1a0092f2b45367b17e2 (diff) | |
download | glibc-b65d9522d44268c81adcd750bcaa574210668edc.tar.gz glibc-b65d9522d44268c81adcd750bcaa574210668edc.tar.xz glibc-b65d9522d44268c81adcd750bcaa574210668edc.zip |
Update.
* sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static inline to avoid defining it in every file which includes this header.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e35cf64d9d..592f5252b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-08-25 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static + inline to avoid defining it in every file which includes this header. + * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before defining DONT_USE_BOOTSTRAP_MAP. |