diff leo-obj/tool/disasm.c @ 133:daeaa5950d10

tiobjd: Thumb bl w/o reloc: find symbol if there is one
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 07 Apr 2014 01:22:09 +0000
parents 87b82398a08b
children df432a4b1b84
line wrap: on
line diff
--- a/leo-obj/tool/disasm.c	Mon Apr 07 00:59:34 2014 +0000
+++ b/leo-obj/tool/disasm.c	Mon Apr 07 01:22:09 2014 +0000
@@ -14,7 +14,7 @@
 extern unsigned get_u16(), get_u32();
 extern char *storage_class_to_string();
 
-static int auto_xlat_section_relocs = 1;
+int auto_xlat_section_relocs = 1;
 
 static void
 find_better_symbol(sec, symp, addp)