Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] - Do --hash-style=both by default. | George Rimar | 2017-10-06 | 1 | -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 Espindola | 2016-02-22 | 1 | -0/+30 |
Fixes PR26676. llvm-svn: 261561 |