freebsd-dev/libexec/rtld-elf/ia64
Arun Sharma 35522a0aa1 Fix for ia64/48024 - ensure function pointer equality across elf
objects.

Programs such as sshd depend on two pointers to the same function being
equal in a given process. However, the current ia64 implementation
ensures that they're equal when both the pointers are instantiated in
the same ELF object. The attached patch ensures that they're equal
irrespective of where they're instantiated.

Reviewed by marcel@ (mentor) and kan@
2003-03-19 21:38:27 +00:00
..
lockdflt.c Remove the nanosleep calls from the spin loops in the locking code. 2002-07-06 20:25:56 +00:00
Makefile.inc
reloc.c Fix for ia64/48024 - ensure function pointer equality across elf 2003-03-19 21:38:27 +00:00
rtld_machdep.h Fix the handling of high PLT entries (> 32764) on sparc64. This requires 2002-11-18 22:08:50 +00:00
rtld_start.S