https://sourceware.org/bugzilla/show_bug.cgi?id=13442
--- Comment #9 from Cary Coutant <ccoutant at google dot com> --- > Does gold correctly incrementally update the eh_frame section today, so that > it is just the eh_frame_hdr that is missing? It does, but there's a severe restriction -- the updated pieces of .eh_frame must fit exactly into their old spots. There's no support for adding patch space or leaving holes in the .eh_frame section. For debug info, we do try to make the patch space look like an empty compile unit, and when we have to leave holes, we make sure they're large enough that we can forge a dummy compile unit to fill the space. If you want to tackle this, take a look at how we handle .debug_info for examples. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-binutils
