diff lwlink/lwlink.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 08fb11004df9
children 606123758641
line wrap: on
line diff
--- a/lwlink/lwlink.h	Sun Aug 28 00:07:15 2011 -0600
+++ b/lwlink/lwlink.h	Sun Aug 28 02:06:42 2011 -0600
@@ -54,6 +54,7 @@
 typedef struct fileinfo_s fileinfo_t;
 
 #define SECTION_BSS		1
+#define SECTION_CONST	2
 typedef struct
 {
 	unsigned char *name;	// name of the section