commit | 067b3fd6c5046c0e4c95053fc94d68d8a1594db1 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Fri Nov 18 12:02:57 2011 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Fri Nov 18 12:02:57 2011 +0200 |
tree | c540b7ff7530aed728f4ed143e4f58b098123030 | |
parent | d8d644973d39285e51b52755b51633163667e742 [diff] [blame] |
the relocation manager for dwarf works! sdf
diff --git a/scripts/readelf.py b/scripts/readelf.py index 986b7ae..efbcf21 100755 --- a/scripts/readelf.py +++ b/scripts/readelf.py
@@ -304,7 +304,7 @@ self._format_hex(rel['r_info'], fieldsize=hexwidth, lead0x=False), describe_reloc_type( - rel['r_info_type'], self.elffile['e_machine']))) + rel['r_info_type'], self.elffile))) if rel['r_info_sym'] == 0: self._emitline()