diff lwasm/lwasm.h @ 375:3498b2d88376

Added export list to object output
author lost@starbug
date Mon, 26 Apr 2010 17:14:04 -0600
parents d99322ef6f21
children 91c0fe026940
line wrap: on
line diff
--- a/lwasm/lwasm.h	Sat Apr 24 14:15:18 2010 -0600
+++ b/lwasm/lwasm.h	Mon Apr 26 17:14:04 2010 -0600
@@ -235,6 +235,8 @@
 	void *input_data;					// opaque data used by the input system
 	lw_stringlist_t include_list;		// include paths
 	lw_stack_t file_dir;				// stack of the "current file" dir
+	
+	int exportcheck;					// set if we need to collapse out the section base to 0
 };
 
 #ifndef ___symbol_c_seen___