summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/eh-frame-hdr-augmentation.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64Fangrui Song2019-09-161-3/+3
| | | | | | | | Port the D64906 technique to EM_X86_64. Differential Revision: https://reviews.llvm.org/D67482 llvm-svn: 371958
* fix expected format in test/ELF/eh-frame-hdr-augmentation.sPetar Jovanovic2019-03-071-2/+2
| | | | | | | Follow-up for r355605. Fix expected format in test/ELF/eh-frame-hdr-augmentation.s llvm-svn: 355621
* [ELF] Update test/ELF/eh-frame-hdr-augmentation.sFangrui Song2018-03-071-0/+2
| | | | llvm-svn: 326944
* [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
* [ELF] - Add support of proccessing of the rest allocatable synthetic ↵George Rimar2016-11-291-1/+1
| | | | | | | | | | | sections from linkerscript. This change continues what was started by D27040 Now all allocatable synthetics should be available from script side. Differential revision: https://reviews.llvm.org/D27131 llvm-svn: 288150
* [ELF] - Add support for access to most of synthetic sections from linkerscript.George Rimar2016-11-251-1/+1
| | | | | | | | | | | | | | | | | | This is important for cases like: .sdata : { *(.got.plt .got) ... } That was not supported before as there was no way to get access to synthetic sections from script. More details on review page. Differential revision: https://reviews.llvm.org/D27040 llvm-svn: 287913
* Fix inverted comparison.Rafael Espindola2016-02-091-0/+38
llvm-svn: 260310
OpenPOWER on IntegriCloud