CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/08/20 08:38:00
Modified files:
devel/llvm/22 : Makefile
devel/llvm/22/patches: patch-lld_ELF_Driver_cpp
patch-lld_ELF_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@