MIPS/BFD: Discard ineligible JALR relocations right away
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / compact-eh1a.s
1 .cfi_sections .eh_frame_entry
2 .section .text.compact1a,"ax",@progbits
3 .globl compact1a
4 .cfi_startproc
5 compact1a:
6 sw $2,16($fp)
7 lw $2,16($fp)
8 lw $5,4($3)
9 addiu $3,$2,1
10 .cfi_fde_data 0x5e,0x3,0x59,0xf1
11 .cfi_endproc
This page took 0.02886 seconds and 4 git commands to generate.