]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-mips-elf/jalx-2.ld
bfd/
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jalx-2.ld
1 ENTRY (internal_function)
2 _start_text_phys = 0x4400000;
3 _start_text = _start_text_phys;
4
5 SECTIONS
6 {
7 .text _start_text : AT (ADDR (.text)) { *(.text) }
8 }