Browse Source
* elf-eh-frame.c (REQUIRE_CLEARED_RELOCS) Remove. (_bfd_elf_parse_eh_frame): Do not check relocations for removed FDEs. ld/testsuite/ * ld-elf/eh-group2.s: New `.cfi_lsda' referencing `.gcc_except_table'. * ld-elf/eh-group.exp: New test and conditional defininiton of `ELF64'.cgen-1_1-branch
5 changed files with 51 additions and 24 deletions
@ -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: |
|||
|
|||
Loading…
Reference in new issue