CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/29 12:23:41
Modified files:
gnu/llvm/lld/ELF: InputSection.cpp
Log message:
Allow relocation R_386_GOTOFF to be used from .debug_info sections. Newer
GCC versions will sometimes emit it, and we have stumbled upon it a few times
in ports.
Upstream commit: https://reviews.llvm.org/D95994
GCC bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98946
ok kettenis@
