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