comparison 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
comparison
equal deleted inserted replaced
155:1571e150f1fd 156:fc8386b13399
87 87
88 88
89 enum 89 enum
90 { 90 {
91 section_flag_bss = 1, // BSS section 91 section_flag_bss = 1, // BSS section
92 section_flag_constant = 2, // constants - no base offset
92 section_flag_none = 0 // no flags 93 section_flag_none = 0 // no flags
93 }; 94 };
94 95
95 typedef struct reloctab_s reloctab_t; 96 typedef struct reloctab_s reloctab_t;
96 struct reloctab_s 97 struct reloctab_s