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
F84326961: D17867.id50068.diff
Wed, May 22, 9:53 AM
F84315266: D17867.id.diff
Wed, May 22, 5:56 AM
Unknown Object (File)
Wed, May 15, 2:37 AM
Unknown Object (File)
Wed, May 1, 4:35 PM
Unknown Object (File)
Apr 12 2024, 3:31 PM
Unknown Object (File)
Apr 10 2024, 6:18 PM
Unknown Object (File)
Jan 1 2024, 8:25 AM
Unknown Object (File)
Dec 23 2023, 12:20 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