aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-nios2/relax_callr.ld
blob: bc02d40aa8cf9ef5cd2ac7d33e46b3ed5fbd498c (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 = .;
	text1 0 : { *(text1) }
	text2 0x08000000 : { *(text2) }
}