Unlike other archs, mips64 needs ld.so to know about symbol visibility and
authorguenther <guenther@openbsd.org>
Thu, 18 Jan 2018 08:17:39 +0000 (08:17 +0000)
committerguenther <guenther@openbsd.org>
Thu, 18 Jan 2018 08:17:39 +0000 (08:17 +0000)
commit04885a94308a89146f0865352110fc75e320d212
tree001670a0a59f63eab27f57ece5c337fbde3e9f27
parentf938d770792eaca188016bb910a6a7598ebf4503
Unlike other archs, mips64 needs ld.so to know about symbol visibility and
skip symbol lookup on protected symbols.  Add visibility #defines to
<sys/exec_elf.h> to support that.

ok kettenis@ visa@
libexec/ld.so/mips64/rtld_machine.c
sys/sys/exec_elf.h