(root)/
binutils-2.41/
ld/
testsuite/
ld-riscv-elf/
pcrel-lo-addend-3.ld
ENTRY(_start)
SECTIONS
{
	.got  0x1000 : {
		*(.got)
	}
	.data 0x2000: {
		*(.data)
	}
        .text 0x900000000 : {
                *(.text)
        }
}