X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCglobl.h;h=687d9075c624e46723ab77f4f8eb72f389364b0c;hb=b072761cdb1c4834b0cd485b89c420e1393fb46d;hp=644d9923eb153f4f58c28a5ff9e7827b29745431;hpb=b584ce6917d2a350e7c426c61c654c02847dada1;p=fw%2Fsdcc diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index 644d9923..687d9075 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -226,6 +226,8 @@ struct options int tini_libid; /* library ID for TINI */ int protect_sp_update; /* DS390 - will disable interrupts during ESP:SP updates */ int parms_in_bank1; /* DS390 - use reg bank1 to pass parameters */ + int stack_size; /* MCS51/DS390 - Tells the linker to allocate this space for stack */ + int pack_iram; /* MCS51/DS390 - Tells the linker to pack variables in internal ram */ /* starting address of the segments */ int xstack_loc; /* initial location of external stack */ int stack_loc; /* initial value of internal stack pointer */ @@ -242,7 +244,6 @@ struct options int noCcodeInAsm; /* hide c-code from asm */ int iCodeInAsm; /* show i-code in asm */ int printSearchDirs; /* display the directories in the compiler's search path */ - int gen_banksel; /* enable the generation of the banksel assembler directive in pic16 port */ int vc_err_style; /* errors and warnings are compatible with Micro$oft visual studio */ int use_stdout; /* send errors to stdout instead of stderr */ int no_std_crt0; /*For the z80/gbz80 do not link default crt0.o*/