]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-riscv-elf/pcrel-lo-addend-3.ld
RISC-V: Clarify the addends of pc-relative access.
[thirdparty/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 }