On Tue, May 22, 2012 at 01:04:15PM -0700, Cary Coutant wrote: > That might be workable. Let me take a look at the gold changes I'd > need to make for that. > > They don't have to be relocations, though -- since they're only used > by the linker, a raw section-relative offset would be sufficient.
But if they are just flags, they can be DW_FORM_flag_present and waste space just in .debug_abbrev, not in .debug_info. Jakub