aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf/c-lui-2.ld
blob: 1a0596dad9a06d5cd1f071c33d01e8307f9963b7 (plain)
1
2
3
4
5
6
ENTRY(_start)
SECTIONS {
	.text 0x00000000 : {
		*(.text*)
	}
}