Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / compact-eh1.s
1 .section .text.startup,"ax",@progbits
2 .align 2
3 .cfi_sections .eh_frame_entry
4 .LFB3 = .
5 .cfi_startproc
6 .cfi_personality_id 0x2
7 .cfi_lsda 0x1b,.LLSDA3
8 .global main
9 .type main, @function
10 main:
11 .LEHB0 = .
12 jal compact1a
13 move $4,$2
14
15 .LEHE0 = .
16 .L11:
17 nop
18
19 lw $31,28($sp)
20 nop
21
22 jal compact1b
23 move $4,$2
24 .cfi_fde_data 0x3,0x42
25 .cfi_endproc
26 .globl __gnu_compact_pr2
27 .cfi_inline_lsda 2
28 .LLSDA3:
29 .byte 0x2
30 .uleb128 .LLSDACSE3-.LLSDACSB3
31 .LLSDACSB3:
32 # Region 0 -- NoThrow
33 .uleb128 (.LEHB0-.LFB3)|1 # Length
34 # Region 1 -- Action Chain
35 .uleb128 (.LEHE0-.LEHB0) # Length
36 .sleb128 (.L11-(.LEHE0)) # Landing Pad Offset
37 .sleb128 (0<<2)|0x1 # Action/Chain Pair
38 .LLSDACSE3:
This page took 0.029088 seconds and 4 git commands to generate.