Files
clang-p2996/lld/test/ELF/linkerscript/Inputs/at8.s
George Rimar acf8cef80f [LLD] Do not overwrite LMAOffset of PT_LOAD header
Patch by Konstantin Schwarz!

If more than a single output section is added to a PT_LOAD header,
only the first section should set the LMAOffset of the segment.
Otherwise, we get a load-address overlap error

Differential revision: https://reviews.llvm.org/D50133

llvm-svn: 338697
2018-08-02 10:45:46 +00:00

9 lines
122 B
ArmAsm

.section .sec1,"aw",@progbits
.quad 1
.section .sec2,"aw",@progbits
.quad 2
.section .sec3,"aw",@progbits
.quad 3