Some architectures have .rel relocations for debug data, so handle it in addition to .rela.
Issue discovered from ctfconvert on un-linked ARM object files.
Differential D1819
libdwarf: Handle .rel relocations emaste on Feb 10 2015, 8:50 PM. Authored by Tags None Referenced Files
Subscribers
Details
Some architectures have .rel relocations for debug data, so handle it in addition to .rela. Issue discovered from ctfconvert on un-linked ARM object files.
Diff Detail
Event TimelineComment Actions Refactor common parts of .rel and .rela handling, based on feedback about non-obvious size==0 return from _dwarf_get_reloc_size |