summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/emit-relocs-mergeable.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song2019-09-161-4/+4
| | | | | | | | Port the D64906 technique to EM_X86_64. Differential Revision: https://reviews.llvm.org/D67482 llvm-svn: 371958
* [test] Change llvm-readobj -long-option to --long-option or well-known short ↵Fangrui Song2019-05-011-1/+1
| | | | | | | | | | | | options. NFC Also change some options that have different semantics (cause confusion) in llvm-readelf mode: -s => -S -t => --symbols -sd => --section-data llvm-svn: 359651
* Remove trailing whitespace.Rui Ueyama2017-12-121-1/+1
| | | | llvm-svn: 320520
* [ELF] - Don't emit broken relocations for SHF_MERGE sections when ↵George Rimar2017-11-161-0/+53
--emit-relocs is used. Previously our relocations we rewrote were broken for that case. We emited incorrect addend and broken relocation info field because did not produce section symbol for mergeable synthetic sections. Differential revision: https://reviews.llvm.org/D40070 llvm-svn: 318394
OpenPOWER on IntegriCloud