https://sourceware.org/bugzilla/show_bug.cgi?id=26841
Bug ID: 26841 Summary: objcopy --extract-dwo silently drops relocation Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- This is a binutils PR corresponding to gcc PR "[gsplit-dwarf] label generated for .debug_abbrev.dwo offset, corresponding relocation ignored by objcopy --extract-dwo" at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97713. The question is what to do with relocations relative to .dwo sections. Currently these are silently ignored by objcopy --extract-dwo. Either: - there should be a warning that the relocation is ignored, or - the relocation should be implemented. -- You are receiving this mail because: You are on the CC list for the bug.