]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/testsuite/ld-elf/eh-group2.s
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / eh-group2.s
CommitLineData
33aa234e 1 .section sect, "axG", %progbits, sectgroup, comdat
2a7b2e88 2 .cfi_startproc
273f4430
JK
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
2a7b2e88
JK
11 .skip 16
12 .cfi_endproc
273f4430
JK
13
14 .section .gcc_except_table, "a", %progbits
15lsda: