about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-09-21 13:27:50 -0700
committerRoland McGrath <mcgrathr@chromium.org>2011-09-21 13:27:50 -0700
commite057a1b5930ec538c2b8abbba700a436ef2c81d5 (patch)
tree8792ce79da59c83ffddecbf5a2e4a5fd5ce69c01 /ChangeLog
parentecb1482ffd85fd3279642b1dc045aa867ad4d415 (diff)
downloadglibc-e057a1b5930ec538c2b8abbba700a436ef2c81d5.tar.gz
glibc-e057a1b5930ec538c2b8abbba700a436ef2c81d5.tar.xz
glibc-e057a1b5930ec538c2b8abbba700a436ef2c81d5.zip
Link libresolv.so with ld.so for __stack_chk_guard.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3aa91f5bc3..693745fcf6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
+	    Maxim Kuvyrkov  <maxim@codesourcery.com>
+	    Joseph Myers  <joseph@codesourcery.com>
+
+	* resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
+	if needed for __stack_chk_guard.
+
 2011-09-19  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/posix/spawni.c (script_execute): Always define it.