Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 18 Aug 2003 17:18:58 +0000 (17:18 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 18 Aug 2003 17:18:58 +0000 (17:18 +0000)
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'.

ChangeLog

index 7659bad..5ce6bc3 100644 (file)
--- 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>