aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-25 07:22:45 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-25 07:22:45 +0000
commit5a47e7f2a85ecc103175095c0f4104065fd4d8db (patch)
tree34005c5173e4e43e2e62ab82a8eec354e5375e83 /ChangeLog
parente2084ba07167ab49c5fadae4c34aa014b694317e (diff)
downloadglibc-5a47e7f2a85ecc103175095c0f4104065fd4d8db.tar
glibc-5a47e7f2a85ecc103175095c0f4104065fd4d8db.tar.gz
glibc-5a47e7f2a85ecc103175095c0f4104065fd4d8db.tar.bz2
glibc-5a47e7f2a85ecc103175095c0f4104065fd4d8db.zip
Update.
2002-08-25 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/elf/configure.in: Unconditionally define PI_STATIC_AND_HIDDEN. * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if PI_STATIC_AND_HIDDEN is defined as well. * config.h.in: Add PI_STATIC_AND_HIDDEN entry. * elf/rtld.c (dl_main): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 06ac25d389..7b21893b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-25 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/i386/elf/configure.in: Unconditionally define
+ PI_STATIC_AND_HIDDEN.
+ * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
+ PI_STATIC_AND_HIDDEN is defined as well.
+ * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
+
2002-08-24 Ulrich Drepper <drepper@redhat.com>
* sysdeps/ia64/bzero.S: Define __bzero as well.
@@ -37,6 +45,7 @@
* elf/dl-load.c: Likewise.
* iconv/iconvconfig.c: Likewise.
* iconv/iconv_prog.c (process_block): Likewise.
+ * elf/rtld.c (dl_main): Likewise.
* sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
macro to calm down the compiler.