summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/linkerscript/outsections-addr.s
Commit message (Collapse)AuthorAgeFilesLines
* [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
* Make a few tests shorter. NFC.Rui Ueyama2017-04-121-17/+5
| | | | llvm-svn: 300120
* [ELF] Change the way we compute file offsets Eugene Leviant2016-09-291-2/+2
| | | | | | | | | | | If we two sections reside in the same PT_LOAD segment, we compute second section using the following formula: Off2 = Off1 + VA2 - VA1. This allows OS kernel allocating sections correctly when loading an image. Differential revision: https://reviews.llvm.org/D25014 llvm-svn: 282705
* [ELF] Use MaxPageSize for aligning PT_LOADPetr Hosek2016-09-281-1/+1
| | | | | | | | | | | | This matches the behavior of Binutils linkers. We also change the default MaxPageSize on x86-64 to 0x1000 to preserver the current behavior, which is the same as the behavior implemented by gold. https://llvm.org/bugs/show_bug.cgi?id=30541 Differential Revision: https://reviews.llvm.org/D24987 llvm-svn: 282560
* Move a test file to the right place.Rui Ueyama2016-09-021-0/+122
llvm-svn: 280541
OpenPOWER on IntegriCloud