Deprecate a.out support for NetBSD targets.
[binutils-gdb.git] / ld / testsuite / ld-riscv-elf / pcrel-lo-addend-3.ld
1 ENTRY(_start)
2 SECTIONS
3 {
4 .got 0x1000 : {
5 *(.got)
6 }
7 .data 0x2000: {
8 *(.data)
9 }
10 .text 0x900000000 : {
11 *(.text)
12 }
13 }