CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/02/07 13:54:20
Modified files:
gnu/llvm/lld/ELF/Arch: RISCV.cpp
gnu/llvm/lld/ELF: InputSection.h
Log message:
riscv64 fix: Handle relaxation reductions of more than 65536 bytes
Upstream commit:
https://github.com/llvm/llvm-project/commit/9d37ea95df1b84cca9b5e954d8964c976a5e303e
Already needed at least by ports/math/hdf5, prerequisite if we want to
enable linker relaxation (clang upstream defaults).
ok kettenis@
