diff python/ppci/linker.py @ 363:396e5cefba13

Removed debuginfo instruction
author Windel Bouwman
date Sun, 16 Mar 2014 11:28:47 +0100
parents 5477e499b039
children c49459768aaa
line wrap: on
line diff
--- a/python/ppci/linker.py	Sat Mar 15 10:56:34 2014 +0100
+++ b/python/ppci/linker.py	Sun Mar 16 11:28:47 2014 +0100
@@ -152,6 +152,7 @@
                 out_s = self.dst.get_section(sym.section)
                 value = offsets[sym.section] + out_s.address + sym.value
                 self.dst.add_symbol(sym.name, value, sym.section)
+                self.logger.debug('{} at 0x{:08X} in section {}'.format(sym.name, value, sym.section))
 
             # Merge relocations:
             for reloc in iobj.relocations: