[PATCH] D17876: [ELF] Fix the ELF type for the linker-generated _DYNAMIC symbol
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 19:29:03 PST 2016
davide created this revision.
davide added reviewers: rafael, ruiu, grimar.
davide added a subscriber: llvm-commits.
This was wrong before, because the type set was `None`. Instead it's supposed to be `Object` (checked both what ld.bfd and gold produce).
http://reviews.llvm.org/D17876
Files:
ELF/OutputSections.cpp
ELF/SymbolTable.cpp
ELF/SymbolTable.h
ELF/Symbols.cpp
ELF/Symbols.h
ELF/Writer.cpp
test/ELF/shared.s
test/ELF/visibility.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17876.49794.patch
Type: text/x-patch
Size: 5760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160304/3ea236dc/attachment.bin>
More information about the llvm-commits
mailing list