From: Ulrich Drepper Date: Mon, 18 Aug 2003 17:18:58 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~353 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f3aaac16fb431899b26c30d54daa68cccba4ead;p=thirdparty%2Fglibc.git Update. 2003-08-18 Ulrich Drepper * 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'. --- diff --git a/ChangeLog b/ChangeLog index 7659bad9eb8..5ce6bc31f76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-08-18 Ulrich Drepper + + * 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 Andreas Jaeger