Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF][test] Make tests more tolerant to exact symbol addresses | Fangrui Song | 2019-09-10 | 1 | -0/+1 |
| | | | | | | Delete relocation-local.s and relocation-shared.s - covered by various tests llvm-svn: 371514 | ||||
* | Reject zero-sized symbols when creating copy relocations. | Rui Ueyama | 2016-05-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | Copy relocations are relocations to copy data from DSOs to executable's .bss segment at runtime. It doesn't make sense to create such relocations for zero-sized symbols. GNU linkers don't agree with each other. ld rejects such relocation/symbol pair. gold don't reject that but do not create copy relocations as well. I took the former approach because I don't think the latter is what user wants. llvm-svn: 270525 | ||||
* | Don't create copy relocs in shared libraries. | Rafael Espindola | 2016-02-22 | 1 | -0/+3 |
This fixes PR26699. llvm-svn: 261576 |