diff leo-obj/tool/main.c @ 143:fbdb7686a9e9

tiobjd: raw dump of line number records implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 28 Apr 2014 05:55:40 +0000
parents 87b82398a08b
children 25d3ead621f8
line wrap: on
line diff
--- a/leo-obj/tool/main.c	Mon Apr 28 04:51:35 2014 +0000
+++ b/leo-obj/tool/main.c	Mon Apr 28 05:55:40 2014 +0000
@@ -11,6 +11,7 @@
 
 extern int cmd_basics();
 extern int cmd_disasm();
+extern int cmd_ln();
 extern int cmd_nm();
 extern int cmd_profile();
 extern int cmd_rawrel();
@@ -27,6 +28,7 @@
 	{"disasm", cmd_disasm},
 	{"dumpsym", cmd_symtab},	/* backward compat */
 	{"hdr", dump_filehdr_info},
+	{"ln", cmd_ln},
 	{"nm", cmd_nm},
 	{"profile", cmd_profile},
 	{"rawrel", cmd_rawrel},