K 10 svn:author V 4 arun K 8 svn:date V 27 2003-03-19T21:38:27.000000Z K 7 svn:log V 434 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@ END