Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_call26_multi.ld
blob750f7473480eff3d268e89c4f0da0d1a1c54ba7e
1 /* Simple script for testing call26 relaxation via linker stubs.
2    In this case, input sections text0 and text1 cannot share stubs
3    because they are in different output sections.  */
5 OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
6 OUTPUT_ARCH(nios2)
7 ENTRY(_start)
8 SECTIONS
10         _start = .;
11         text0 0 : { *(text0) }
12         text1 : { *(text1) }
13         text2 0x40000000 : { *(text2) }