--int-long-reent and --stack-auto
removed some other obsolete switches (Lx etc)
fixed -Wa
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@717
4a8a32a2-be11-0410-ad9d-
d568d2c75423
static const char *_asmCmd[] =
{
- "asx8051", "-plosgff", "$1.asm", NULL
+ "asx8051", "$l", "-plosgff", "$1.asm", NULL
};
/* Globals */
static const char *_asmCmd[] =
{
- "asx8051", "-plosgffc", "$1.asm", NULL
+ "asx8051", "$l", "-plosgffc", "$1.asm", NULL
};
/* Globals */
options.nopeep = 0;
options.stackAuto = 1;
options.mainreturn = 1;
- options.noregparms = 1;
/* first the options part */
options.intlong_rent = 1;
options.nopeep = 0;
options.stackAuto = 1;
options.mainreturn = 1;
- options.noregparms = 1;
options.nodebug = 1;
/* first the options part */
options.intlong_rent = 1;