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
F149107865: D27603.id80683.diff
Sun, Mar 22, 8:09 AM
Unknown Object (File)
Fri, Mar 20, 5:31 AM
Unknown Object (File)
Wed, Mar 18, 3:53 AM
Unknown Object (File)
Fri, Mar 13, 4:58 PM
Unknown Object (File)
Fri, Mar 13, 5:45 AM
Unknown Object (File)
Thu, Mar 12, 8:52 PM
Unknown Object (File)
Thu, Feb 26, 1:03 PM
Unknown Object (File)
Feb 8 2026, 9:07 AM
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