MIPS/BFD: Move attribute check after ELF file header flag check
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jalx-1.ld
1 ENTRY (test)
2 _start_text_phys = 0x88000000;
3 _start_text = _start_text_phys;
4
5 SECTIONS
6 {
7 .text _start_text : AT (ADDR (.text)) { *(.text) }
8 }
This page took 0.032338 seconds and 4 git commands to generate.