about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-08-18 17:18:58 +0000
committerUlrich Drepper <drepper@redhat.com>2003-08-18 17:18:58 +0000
commit3f3aaac16fb431899b26c30d54daa68cccba4ead (patch)
tree325a0af31c211b41c081eb692c2497bedec65f08 /ChangeLog
parent333b24d3219afed944f2c9d38c8c33076c700b23 (diff)
downloadglibc-3f3aaac16fb431899b26c30d54daa68cccba4ead.tar.gz
glibc-3f3aaac16fb431899b26c30d54daa68cccba4ead.tar.xz
glibc-3f3aaac16fb431899b26c30d54daa68cccba4ead.zip
Update.
2003-08-18  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/ia64/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Support
	loading big binaries where @gprel(sym) cannot be handled in 'add'
	but instead has to be used with 'movl'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7659bad9eb..5ce6bc31f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-08-18  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/ia64/dl-fptr.h (ELF_MACHINE_LOAD_ADDRESS): Support
+	loading big binaries where @gprel(sym) cannot be handled in 'add'
+	but instead has to be used with 'movl'.
+
 2003-08-17  Juergen Kreileder <jk@blackdown.de>
 	    Andreas Jaeger  <aj@suse.de>