summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/orphan-align.s
Commit message (Collapse)AuthorAgeFilesLines
* Don't depend on lld creating space for the headers.Rafael Espindola2016-09-301-0/+1
| | | | | | | | | | | | | Currently lld will implicitly reserve space for the headers. This is not the case is bfd, where it is the script responsibility to use SIZEOF_HEADERS. This means that a script not using SIZEOF_HEADERS and expecting the address of the first section to be 0 would fail with lld. I am fixing that is the next commit. This one just makes the tests explicitly use SIZEOF_HEADERS to avoid the dependency on the current behaviour. llvm-svn: 282814
* Remove extra \Rafael Espindola2016-09-221-1/+1
| | | | | | Should fix the windows bots. llvm-svn: 282181
* Don't move orphan sections past assignments.Rafael Espindola2016-09-221-0/+27
This fixes a case where we would produce an unaligned PT_LOAD. llvm-svn: 282180
OpenPOWER on IntegriCloud