comparison lwlink/lwlink.h @ 262:7de7b14ebaee

Add support for os9 module edition byte Add support for the symbol "edition" in the __os9 section which defines the module edition byte which follows immedately after the module name in the module. It defaults to not setting one.
author William Astle <lost@l-w.ca>
date Mon, 04 Feb 2013 21:03:59 -0700
parents ce1fdc8d6568
children fcd103148aa6
comparison
equal deleted inserted replaced
261:f45b2a68c3da 262:7de7b14ebaee
168 int stacksize; // stack size 168 int stacksize; // stack size
169 int modtype; // module type 169 int modtype; // module type
170 int modlang; // module language 170 int modlang; // module language
171 int modattr; // module attributes 171 int modattr; // module attributes
172 int modrev; // module revision 172 int modrev; // module revision
173 int edition; // module edition
173 char *name; // module name 174 char *name; // module name
174 char *basesympat; // pattern for section base symbol (%s for section name) 175 char *basesympat; // pattern for section base symbol (%s for section name)
175 char *lensympat; // pattern for section length symbol (%s for section name) 176 char *lensympat; // pattern for section length symbol (%s for section name)
176 } linkscript_t; 177 } linkscript_t;
177 178