Page MenuHomeFreeBSD

loader: Ignore the .interp section on RISC-V
ClosedPublic

Authored by jrtc27 on Dec 13 2020, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 5, 8:47 AM
Unknown Object (File)
Mar 3 2025, 10:44 AM
Unknown Object (File)
Mar 3 2025, 9:06 AM
Unknown Object (File)
Feb 28 2025, 6:11 AM
Unknown Object (File)
Feb 27 2025, 12:55 AM
Unknown Object (File)
Feb 24 2025, 1:17 AM
Unknown Object (File)
Feb 22 2025, 2:16 PM
Unknown Object (File)
Jan 17 2025, 2:03 PM
Subscribers

Details

Summary

Without this we risk having the .interp section be placed earlier in the
file and mess with section offsets; in particular it has been seen to be
placed at the start of the file and cause the PE/COFF header to not be
at address 0. This is the same fix as was done for arm64 in r365578.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35389
Build 32306: arc lint + arc unit