summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/tls-two-relocs.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] - Do --hash-style=both by default.George Rimar2017-10-061-1/+1
| | | | | | | | | | | | | | Its PR34712, GNU linkers recently changed default values to "both" of "sysv". Patch do the same for all targets except MIPS, where .gnu.hash section is not yet supported. Code suggested by Rui Ueyama. Differential revision: https://reviews.llvm.org/D38407 llvm-svn: 315051
* Correctly handle two gd relocations to the same symbol.Rafael Espindola2016-02-221-0/+30
Fixes PR26676. llvm-svn: 261561
OpenPOWER on IntegriCloud