(root)/
binutils-2.41/
ld/
testsuite/
ld-riscv-elf/
weakref.ld
ENTRY(_start)
SECTIONS {
	.text 0x90000000 : {
		*(.text*)
	}
}