You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This maps the file headers into readonly data, while preventing any
other sections from being generated. It also makes the file 8% smaller.
We also replace the marker symbols for {begin|end}_of_{text|data} with
symbols denoting the begining/end of the file itself.
Finally, we make an explict DISCARD section (based off of EDK2's
GccBase.lds to prevent any additional data from entering our binary).
Signed-off-by: Joe Richey <[email protected]>
0 commit comments