Actions
Bug #7897
closedloader.efi: Use 32-bit value for .text padding, for linker portability
Start date:
2017-02-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
FreeBSD patch: https://svnweb.freebsd.org/base?view=revision&revision=r306264
Use 32-bit value for .text padding, for linker portability
GNU ld interprets the padding value as a variable-length byte string, while GNU gold and LLVM lld interpret it as a 32-bit value.
Actions