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.
Paths
| Differential D1819 Authored by emaste on Feb 10 2015, 8:50 PM.
Details
Summary 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 Timelineemaste updated this object. This revision is now accepted and ready to land.Feb 11 2015, 7:19 PM2015-02-11 19:19:47 (UTC+0) emaste edited edge metadata. Comment ActionsRefactor common parts of .rel and .rela handling, based on feedback about non-obvious size==0 return from _dwarf_get_reloc_size This revision now requires review to proceed.Feb 11 2015, 8:00 PM2015-02-11 20:00:13 (UTC+0) gnn edited edge metadata. This revision is now accepted and ready to land.Feb 11 2015, 10:40 PM2015-02-11 22:40:37 (UTC+0)
Revision Contents
Diff 3741 libdwarf/_libdwarf.h
libdwarf/dwarf_reloc.c
libdwarf/dwarf_set_reloc_application.3
libdwarf/libdwarf.c
libdwarf/libdwarf_elf_init.c
|