Actions
Bug #3709
closedneed sloppy relocation for GNU .debug_macro
Start date:
2013-04-10
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
GCC generates a .debug_macro section, to attempt to make macro knowledge sharable by various input .debug_macinfo sections (I think).
This falls into the classic need for sloppy relocation, where the .debug_macro sections it outputs (per-header) are elligible for comdat, and the .debug_macinfo section is not. We should use the gensym'd name of these sections to clue ourselves that we need sloppy relocation.
Related issues
Updated by Rich Lowe over 9 years ago
- Status changed from In Progress to Resolved
- % Done changed from 70 to 100
Resolved in ef16f6b5
Actions