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
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
rtld_start.S