Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_call26_boundary.ld
CommitLineData
78058a5e
SL
1/* Simple script for testing call26 relaxation via linker stubs.
2 This script is used for a bunch of tests that vary the placement of
3 section text0 near a 256 memory segment boundary, by using
4 --section-start command-line options. */
5
6OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
7OUTPUT_ARCH(nios2)
8ENTRY(_start)
9SECTIONS
10{
11 _start = .;
12 text0 : { *(text0) *(text1) }
13 text2 0x40000000 : { *(text2) }
14}
This page took 0.064736 seconds and 4 git commands to generate.