(root)/
binutils-2.41/
ld/
testsuite/
ld-riscv-elf/
c-lui-2.ld
ENTRY(_start)
SECTIONS {
	.text 0x00000000 : {
		*(.text*)
	}
}