------- Additional Comments From dave at hiauly1 dot hia dot nrc dot ca 2007-05-03 03:51 ------- Subject: Re: [regression] ld errors: no .eh_frame_hdr table will be created.
> I don't think anything more can be done at the gcc end. The most likely > problem is _bfd_elf_discard_section_eh_frame can't cope with the indirect > pc-relative encoding that we use for the personality function. I see a problem is here: /* Ensure we have a reloc here, against a global symbol. */ In our case, the reloc is against a local symbol. So, cie->personality doesn't get set and REQUIRE (cie->personality) fails. Dave -- http://sourceware.org/bugzilla/show_bug.cgi?id=4454 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils