summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf/pcrel-lo-addend-3.ld
blob: fabb65bdc82dcc5806f741223fb076fa9c6744ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ENTRY(_start)
SECTIONS
{
	.got  0x1000 : {
		*(.got)
	}
	.data 0x2000: {
		*(.data)
	}
        .text 0x900000000 : {
                *(.text)
        }
}