Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / compact-eh1b.s
1 .cfi_sections .eh_frame_entry
2 .section .text.compact1b,"ax",@progbits
3 .globl compact1b
4 .type compact1b, @function
5 .cfi_startproc
6 compact1b:
7 lw $31,44($sp)
8 lw $fp,40($sp)
9 addiu $sp,$sp,48
10 j $31
11 nop
12 .cfi_fde_data 0x55
13 .cfi_endproc
14 .globl e22
15 .cfi_startproc
16 __e22:
17 sw $2,24($fp)
18 lw $2,24($fp)
19 xori $2,$2,0x1
20 andi $2,$2,0x00ff
21 .cfi_fde_data 0x55
22 .cfi_endproc
This page took 0.035592 seconds and 4 git commands to generate.