| author | |
| committer | |
| log | 79bba5a9e639ddfb89af95ccf22501d974bd7fe3 |
| tree | 6b3da4ad2f50c3ec04f12b21d36599a1fa1d23f0 |
| parent | 8c7712d8fac35e69069aff07c4f61f5d5620d316 |
Closes #7484. Right now for UEFI targets an alignment
of 32 is being used for no reason other than support
a rare bytecode. As this is far from the standard case,
removing this alignment and using the default one,
as most toolchains do, should be the desired behavior.1 files changed, 0 insertions(+), 1 deletions(-)
src/link/Coff/lld.zig-1| ... | ... | @@ -383,7 +383,6 @@ pub fn linkWithLLD(self: *Coff, comp: *Compilation, prog_node: *std.Progress.Nod |
| 383 | 383 | "-OPT:REF", |
| 384 | 384 | "-SAFESEH:NO", |
| 385 | 385 | "-MERGE:.rdata=.data", |
| 386 | "-ALIGN:32", | |
| 387 | 386 | "-NODEFAULTLIB", |
| 388 | 387 | "-SECTION:.xdata,D", |
| 389 | 388 | }), |