aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/pr23930.t
blob: 2255ed317393e32249a291df8f685d501c26371b (plain)
1
2
3
4
5
6
7
8
9
10
PHDRS {
 text PT_LOAD;
}

SECTIONS
{
 . = (0xffffffff8000000f + ALIGN(0x1000000, 0x1000000));
 .text : AT(ADDR(.text) - 0xffffffff8000000f) {
 } :text
}