eh-group2.s 324 B

123456789101112131415
  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. .section .gcc_except_table, "a", %progbits
  14. lsda: