CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/02/25 03:21:53
Modified files: gnu/llvm/tools/lld/ELF: OutputSections.cpp Log message: Make sure the .eh_frame ends with a terminator. This avoids creating a zero-sized .eh_frame section, which confuses the strip from our frankenbinutils. With this diff lld seems to be usable as the arm64 system linker. ok patrick@, jsg@