D44566: [ELF] - Make __start_/__stop_<section_name> symbols STV_PROTECTED

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 19 23:44:41 PDT 2018


>espindola accepted this revision.
>espindola added a comment.
>This revision is now accepted and ready to land.
>
>LGTM
>I am actually surprised these are not hidden.
>
>
>https://reviews.llvm.org/D44566

Yes, Binutils initially made them hidden but had to change to protected
because of https://sourceware.org/bugzilla/show_bug.cgi?id=21964. 
(http://lists.gnu.org/archive/html/bug-binutils/2017-08/msg00195.html)

George.




More information about the llvm-commits mailing list