Make the objfile constructor private
[deliverable/binutils-gdb.git] / ld / testsuite / ld-nios2 / relax_call26_shared.ld
CommitLineData
78058a5e
SL
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. */
4
5OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
6OUTPUT_ARCH(nios2)
7ENTRY(_start)
8SECTIONS
9{
10 _start = .;
11 text0 0 : { *(text0) *(text1) }
12 text2 0x40000000 : { *(text2) }
13}
This page took 0.282001 seconds and 4 git commands to generate.