Page MenuHomeFreeBSD

Handle the DT_MIPS_RLD_MAP_REL dynamic tag in RTLD
ClosedPublic

Authored by arichardson on Nov 6 2018, 12:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 27, 11:14 PM
Unknown Object (File)
Thu, Feb 26, 11:08 AM
Unknown Object (File)
Sun, Feb 22, 1:56 PM
Unknown Object (File)
Tue, Feb 17, 2:27 PM
Unknown Object (File)
Mon, Feb 9, 6:09 AM
Unknown Object (File)
Mon, Feb 9, 1:20 AM
Unknown Object (File)
Jan 30 2026, 5:51 AM
Unknown Object (File)
Jan 30 2026, 5:51 AM
Subscribers

Details

Summary

This dynamic tag contains the location of the .rld_map section relative to
the location of the dynamic tag. For PIE MIPS binaries DT_MIPS_RLD_MAP can
not be used since it contains an absolute address. Without this change
GDB can not find the function program counters in other libraries and once
I apply this change I can successfully run info sharedlibraries again.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable