ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / changelma.lnk
CommitLineData
9933dc52
AM
1PHDRS
2{
3 headers PT_PHDR PHDRS ;
4 text PT_LOAD FILEHDR PHDRS ;
5 dynamic PT_DYNAMIC ;
6}
7SECTIONS
8{
9 . = SIZEOF_HEADERS;
10 .dynamic : { *(*) } :text :dynamic
11}
This page took 0.135392 seconds and 4 git commands to generate.