Ignore the .interp section in the arm64 EFI loader
When building the loader an unneeded .interp section may be added. Move this to the unused section region so offsets of used sections don't change. Obtained from: CheriBSD Sponsored by: Innovate UK
This commit is contained in:
parent
cb9050dd21
commit
6215ed7c5c
@ -80,6 +80,7 @@ SECTIONS
|
||||
_edata = .;
|
||||
|
||||
/* Unused sections */
|
||||
.interp : { *(.interp) }
|
||||
.dynstr : { *(.dynstr) }
|
||||
.hash : { *(.hash) }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user