MIPS/LD/testsuite: Uniquely identify `undefweak-overflow' tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_jmp.ld
CommitLineData
36591ba1
SL
1/* Simple script for testing relaxation */
2
3OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
4OUTPUT_ARCH(nios2)
5ENTRY(_start)
6SECTIONS
7{
8 _start = .;
9 text2 0 : { *(text2) }
10 text1 0x8000 : { *(text1) }
11}
This page took 0.222814 seconds and 4 git commands to generate.