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:
External Bug:
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.
Updated by Toomas Soome over 6 years ago
The first take on this issue was: https://svnweb.freebsd.org/base?view=revision&revision=r305854
Updated by Electric Monk over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 6e28b3a925501ed4b842fd8e877e8a89989a4c5c
commit 6e28b3a925501ed4b842fd8e877e8a89989a4c5c Author: Toomas Soome <tsoome@me.com> Date: 2017-03-03T13:37:13.000Z 7897 loader.efi: Use 32-bit value for .text padding, for linker portability Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions