summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/Inputs/copy-in-shared.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF][test] Make tests more tolerant to exact symbol addressesFangrui Song2019-09-101-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 Ueyama2016-05-241-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 Espindola2016-02-221-0/+3
This fixes PR26699. llvm-svn: 261576
OpenPOWER on IntegriCloud