about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-09-23 21:31:54 +0000
committerRoland McGrath <roland@gnu.org>2003-09-23 21:31:54 +0000
commit217ed70e1381922db0d0d7fa41e4938114848251 (patch)
tree52288dd85358a37d55662cf72c18f43e66e27f7d /ChangeLog
parent2abf9ff11384a47dc456c138a8faf6b1469aac2b (diff)
downloadglibc-217ed70e1381922db0d0d7fa41e4938114848251.tar.gz
glibc-217ed70e1381922db0d0d7fa41e4938114848251.tar.xz
glibc-217ed70e1381922db0d0d7fa41e4938114848251.zip
* sysdeps/x86_64/dl-machine.h (RTLD_START): Set __libc_stack_end
	before calling _dl_start, using %rip relative access.
	Use %rip relative access to _dl_skip_args, _rtld_local._dl_loaded
	and _dl_fini.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 528df36a49..57bee5451c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-23  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/x86_64/dl-machine.h (RTLD_START): Set __libc_stack_end
+	before calling _dl_start, using %rip relative access.
+	Use %rip relative access to _dl_skip_args, _rtld_local._dl_loaded
+	and _dl_fini.
+
 2003-09-23  Roland McGrath  <roland@redhat.com>
 
 	* sysdeps/i386/dl-machine.h (RTLD_START): Set __libc_stack_end before