Silence nds32 pic warnings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / eh-group2.s
index 2ec89197a646d522730f5916c7b81d89cbaf91a1..49b59de326c13a61734f6ee5de37d39c7152470f 100644 (file)
@@ -1,4 +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:
This page took 0.023611 seconds and 4 git commands to generate.