aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-nios2/relax_jmp.ld
blob: df6c2208e82b3143bcd89f8e8e4e244e84d1c6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Simple script for testing relaxation */

OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
OUTPUT_ARCH(nios2)
ENTRY(_start)
SECTIONS
{
	_start = .;
	text2 0 : { *(text2) }
	text1 0x8000 : { *(text1) }
}