Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-nios2/relax_jmp.ld

12 lines
233 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
/* Simple script for testing relaxation */
OUTPUT_FORMAT("elf32-littlenios2", "elf32-littlenios2", "elf32-littlenios2")
OUTPUT_ARCH(nios2)
ENTRY(_start)
SECTIONS
{
_start = .;
text2 0 : { *(text2) }
text1 0x8000 : { *(text1) }
}