You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to implement support for the .gnu_debuglink section to make the DWARF5 standard compatibility more feature complete? Since the .gnu_debugaltlink and .debug_sup section support has already been implemented I don't think that this would be an excessive change. Yes, probably the constructor of the DWARFInfo object would have to be extended by yet another parameter, but gcc seems to rely on this section rather heavily lately to link to .debug files that contain debug info.
The text was updated successfully, but these errors were encountered:
Would it be possible to implement support for the
.gnu_debuglink
section to make the DWARF5 standard compatibility more feature complete? Since the.gnu_debugaltlink
and.debug_sup
section support has already been implemented I don't think that this would be an excessive change. Yes, probably the constructor of theDWARFInfo
object would have to be extended by yet another parameter, butgcc
seems to rely on this section rather heavily lately to link to.debug
files that contain debug info.The text was updated successfully, but these errors were encountered: