include/
[external/binutils.git] / ld / testsuite / ld-elf / eh-group2.s
1         .section        sect, "axG", %progbits, sectgroup, comdat
2         .cfi_startproc
3 # Test intention is that LSDA must be provided by the discarded FDE.
4 # DW_EH_PE_udata8 = 4
5 # DW_EH_PE_udata4 = 3
6         .ifdef          ELF64
7         .cfi_lsda 4, lsda
8         .else
9         .cfi_lsda 3, lsda
10         .endif
11         .skip 16
12         .cfi_endproc
13
14         .section        .gcc_except_table, "a", %progbits
15 lsda: