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
F157181045: D17867.id50122.diff
Tue, May 19, 2:12 AM
Unknown Object (File)
Mon, Apr 20, 12:30 PM
Unknown Object (File)
Apr 19 2026, 3:42 PM
Unknown Object (File)
Apr 19 2026, 11:34 AM
Unknown Object (File)
Apr 16 2026, 9:16 PM
Unknown Object (File)
Apr 16 2026, 9:12 PM
Unknown Object (File)
Apr 15 2026, 7:51 AM
Unknown Object (File)
Apr 1 2026, 5:30 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20657
Build 20072: arc lint + arc unit