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.
Would it be possible to implement support for the
.gnu_debuglinksection to make the DWARF5 standard compatibility more feature complete? Since the.gnu_debugaltlinkand.debug_supsection support has already been implemented I don't think that this would be an excessive change. Yes, probably the constructor of theDWARFInfoobject would have to be extended by yet another parameter, butgccseems to rely on this section rather heavily lately to link to.debugfiles that contain debug info.