[PATCH] D17876: [ELF] Fix the ELF type for the linker-generated _DYNAMIC symbol

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 21:52:08 PST 2016


grimar added a comment.

I also checked the gold/bfd output when implemented the _DYNAMIC and yes, it is STT_OBJECT for both.
Please refer to my comment about that (at the end):
http://reviews.llvm.org/D17607#362668

But seems that nobody remembers why it was done in that way:
https://sourceware.org/ml/binutils/2002-03/msg00360.html

So I decided not to do that without need. I think it does not affect anything.


http://reviews.llvm.org/D17876





More information about the llvm-commits mailing list