Date: Fri, 26 Apr 2002 19:48:29 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/rtld-elf rtld.c Message-ID: <200204270248.g3R2mTq07139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2002/04/26 19:48:29 PDT Modified files: libexec/rtld-elf rtld.c Log: Don't do symbol lookups for local symbols. The symbol index in the relocation identifies the symbol to which we need to bind. This solves a problem seen on ia64 where the symbol hash table does not contain local symbols and thus resulted in unresolved symbols. Tested on: alpha, i386, ia64 Revision Changes Path 1.64 +14 -7 src/libexec/rtld-elf/rtld.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204270248.g3R2mTq07139>