[PATCH] D53993: [ELF] Change sh_link of .rel{, a}.plt to make GNU strip happy

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 2 00:54:58 PDT 2018


MaskRay added a comment.

Heads-up https://sourceware.org/bugzilla/show_bug.cgi?id=23850 Alan Modra has fixed the `GNU strip` issue (when `.rela.pla` has sh_link pointing to `.symtab`, the stripped executable will crash) and the `readelf -S` warning.

The patches should be included in GNU binutils 2.32


Repository:
  rL LLVM

https://reviews.llvm.org/D53993





More information about the llvm-commits mailing list