PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr23930.t
1 PHDRS {
2 text PT_LOAD;
3 }
4
5 SECTIONS
6 {
7 . = (0xffffffff8000000f + ALIGN(0x1000000, 0x1000000));
8 .text : AT(ADDR(.text) - 0xffffffff8000000f) {
9 } :text
10 }
This page took 0.031588 seconds and 4 git commands to generate.