Add -E option to rgbds, allows exporting all labels by default

This commit is contained in:
Sanqui
2015-10-12 13:54:04 +02:00
parent 6438ae2591
commit 338c176b37
6 changed files with 41 additions and 15 deletions

View File

@@ -9,6 +9,7 @@ struct sOptions {
SLONG fillchar;
bool verbose;
bool haltnop;
bool exportall;
//-1 == random
};

View File

@@ -36,6 +36,7 @@ struct sSymbol {
* not be changed during linking */
ULONG calchash(char *s);
void sym_SetExportAll(BBOOL set);
void sym_PrepPass1(void);
void sym_PrepPass2(void);
void sym_AddLocalReloc(char *tzSym);