about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-02-12 23:17:03 +0000
committerUlrich Drepper <drepper@redhat.com>2005-02-12 23:17:03 +0000
commite38c954b3bebd37f7519202d918cf0f1edbdd182 (patch)
tree10448433c1c86e4af4417a5942eb0cb3a5847f6e /ChangeLog
parentf85f3563dbe640fb1cdb2f8a98c1101e424cb5bc (diff)
downloadglibc-e38c954b3bebd37f7519202d918cf0f1edbdd182.tar.gz
glibc-e38c954b3bebd37f7519202d918cf0f1edbdd182.tar.xz
glibc-e38c954b3bebd37f7519202d918cf0f1edbdd182.zip
* debug/chk_fail.c (__chk_fail): Add a while (1) loop around
	__libc_message to kill GCC warning about noreturn function returning.

	* elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
	before relocating ld.so again.

	* elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
	for already prelinked ld.so.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2be28bacb5..78927b47ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-02-11  Jakub Jelinek  <jakub@redhat.com>
+
+	* debug/chk_fail.c (__chk_fail): Add a while (1) loop around
+	__libc_message to kill GCC warning about noreturn function returning.
+
+	* elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
+	before relocating ld.so again.
+
+	* elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
+	for already prelinked ld.so.
+
 2005-02-11  Roland McGrath  <roland@redhat.com>
 
 	[BZ #715]