Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_call26_cache.ld
blobd3c43071f59c1d6e21131037fb04760cdc131ee0
1 /* Simple script for testing call26 relaxation via linker stubs.
2    In this case, input sections text0 and text1 are placed in the
3    same output section in the same 256MB segment, so they can share stubs.  */
5 OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
6 OUTPUT_ARCH(nios2)
7 ENTRY(_start)
8 SECTIONS
10         _start = .;
11         text0 0x0fffffe0 : { *(text0) *(text1) }
12         text2 0x40000000 : { *(text2) }