CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/20 08:39:18
Modified files:
gnu/llvm/lld/ELF: Driver.cpp Writer.cpp
Log message:
llvm/sparc64: match BFD -N alignment
BFD aligns nonpaged PT_LOAD segments to their maximum contained section
alignment. Do the same for SPARCV9 instead of retaining the 1 MiB
maximum page alignment.
This removes roughly 1 MiB of leading padding from ofwboot without
changing its load address or memory layout.
OK: deraadt@, kettenis@
