Merge branch 'export-all-2' of https://github.com/Sanqui/rgbds

This commit is contained in:
Anthony J. Bentley
2016-09-05 02:43:23 -06:00
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);