ld.so: Disable DT_MIPS_RLD_MAP_REL
authorvisa <visa@openbsd.org>
Sun, 4 Dec 2022 15:55:26 +0000 (15:55 +0000)
committervisa <visa@openbsd.org>
Sun, 4 Dec 2022 15:55:26 +0000 (15:55 +0000)
commit9034200fc383d51770feb9f8473307fc91a23c72
treea2f3d0592f217494263433c3af7435b8bb18435f
parent9ba2c65f00ed07a3f3367ffa7061b2f43f010a11
ld.so: Disable DT_MIPS_RLD_MAP_REL

The linker produces incorrect values for DT_MIPS_RLD_MAP_REL tags.
Disable the handling of the tag in the dynamic loader. The linker
will be fixed in a later commit when snapshots have the updated ld.so.

Discussed with and OK kettenis@ deraadt@
libexec/ld.so/loader.c