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'.
This commit is contained in:
Ulrich Drepper 2003-08-18 17:18:58 +00:00
parent 333b24d321
commit 3f3aaac16f

View File

@ -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>