(root)/
binutils-2.41/
ld/
testsuite/
ld-x86-64/
pr23930-32.t
PHDRS {
 text PT_LOAD;
}

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