diff ticoff/intstruct.h @ 116:5f4141ee175b

tiobjd: retain the original symtab order for symbols at the same position
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 03 Apr 2014 07:00:08 +0000
parents e650fdc743fe
children 2c6b1319383b
line wrap: on
line diff
--- a/ticoff/intstruct.h	Thu Apr 03 06:50:07 2014 +0000
+++ b/ticoff/intstruct.h	Thu Apr 03 07:00:08 2014 +0000
@@ -18,6 +18,7 @@
 };
 
 struct internal_syment {
+	unsigned	number;
 	char		*name;
 	unsigned	value;
 	int		scnum;