diff ticoff/main.c @ 110:e650fdc743fe

tiobjd: higher-level reloc handling
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 03 Apr 2014 03:03:41 +0000
parents c20dc315a9d4
children 0f94d17899b3
line wrap: on
line diff
--- a/ticoff/main.c	Mon Mar 31 19:06:33 2014 +0000
+++ b/ticoff/main.c	Thu Apr 03 03:03:41 2014 +0000
@@ -13,6 +13,7 @@
 extern int cmd_nm();
 extern int cmd_profile();
 extern int cmd_rawrel();
+extern int cmd_reloc();
 extern int cmd_sechdr();
 extern int cmd_symtab();
 extern int dump_filehdr_info();
@@ -27,6 +28,7 @@
 	{"nm", cmd_nm},
 	{"profile", cmd_profile},
 	{"rawrel", cmd_rawrel},
+	{"reloc", cmd_reloc},
 	{"sechdr", cmd_sechdr},
 	{"symtab", cmd_symtab},
 	{0, 0}