diff lwasm/lwasm.h @ 156:fc8386b13399

Added 'constant' sections to object file handling for lwasm and lwlink
author lost@l-w.ca
date Sun, 28 Aug 2011 02:06:42 -0600
parents 697bc543368c
children 17bd59f045af
line wrap: on
line diff
--- a/lwasm/lwasm.h	Sun Aug 28 00:07:15 2011 -0600
+++ b/lwasm/lwasm.h	Sun Aug 28 02:06:42 2011 -0600
@@ -89,6 +89,7 @@
 enum
 {
 	section_flag_bss = 1,				// BSS section
+	section_flag_constant = 2,			// constants - no base offset
 	section_flag_none = 0				// no flags
 };