Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_callr.ld
1 /* Simple script for testing relaxation */
2
3 OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
4 OUTPUT_ARCH(nios2)
5 ENTRY(_start)
6 SECTIONS
7 {
8 _start = .;
9 text1 0 : { *(text1) }
10 text2 0x08000000 : { *(text2) }
11 }
This page took 0.036465 seconds and 4 git commands to generate.