ld: Xfail pr20995 and pr20995-2 for tic6x-*-*
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / bti-plt.ld
CommitLineData
37c18eed
SD
1OUTPUT_ARCH(aarch64)
2ENTRY(_start)
3SECTIONS
4{
5 . = 0x10000;
6 .rela.plt : { *(.rela.plt) *(.rela.iplt) }
7 . = 0x18000;
8 .plt : { *(.plt) *(.iplt) }
9 . = 0x20000;
10 .text : { *(.text) }
11 . = 0x28000;
12 .got : { *(.got) *(.got.plt) }
13 .ARM.attributes 0 : { *(.ARM.atttributes) }
14}
This page took 0.085252 seconds and 4 git commands to generate.