AArch64: Add SVE DWARF registers
[binutils-gdb.git] / ld / testsuite / ld-aarch64 / relocs-ilp32.ld
blob7174aff236f189a1ae5caa94ecaf27c7ddb171b5
1 /* Script for ld testsuite.  */
2 OUTPUT_ARCH(aarch64:ilp32)
3 ENTRY(_start)
4 SECTIONS
6   /* Read-only sections, merged into text segment:  */
7   PROVIDE (__executable_start = 0x8000); . = 0x10000;
8   .text           :
9   {
10     *(.before)
11     *(.text)
12     *(.after)
13   } =0
14   . = 0x20000;
15   .got            : { *(.got) *(.got.plt)}
16   . = 0x12340000;
17   .far : { *(.far) }
18   .ARM.attributes 0 : { *(.ARM.atttributes) }