X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=ld%2Ftestsuite%2Fld-elf%2Feh-group2.s;fp=ld%2Ftestsuite%2Fld-elf%2Feh-group2.s;h=49b59de326c13a61734f6ee5de37d39c7152470f;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hp=0000000000000000000000000000000000000000;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b;p=msp430-binutils.git diff --git a/ld/testsuite/ld-elf/eh-group2.s b/ld/testsuite/ld-elf/eh-group2.s new file mode 100644 index 0000000..49b59de --- /dev/null +++ b/ld/testsuite/ld-elf/eh-group2.s @@ -0,0 +1,15 @@ + .section sect, "axG", %progbits, sectgroup, comdat + .cfi_startproc +# Test intention is that LSDA must be provided by the discarded FDE. +# DW_EH_PE_udata8 = 4 +# DW_EH_PE_udata4 = 3 + .ifdef ELF64 + .cfi_lsda 4, lsda + .else + .cfi_lsda 3, lsda + .endif + .skip 16 + .cfi_endproc + + .section .gcc_except_table, "a", %progbits +lsda: