From: sandeep Date: Mon, 24 Dec 2001 03:38:58 +0000 (+0000) Subject: Added option --tini-libid value X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=386dfdcedffbcedee45aa4c7c14c86ea862ac538;p=fw%2Fsdcc Added option --tini-libid value git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1727 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/src/SDCCglobl.h b/src/SDCCglobl.h index 652050c0..258be0f6 100644 --- a/src/SDCCglobl.h +++ b/src/SDCCglobl.h @@ -240,6 +240,7 @@ struct options char *excludeRegs[32]; /* registers excluded from saving */ int all_callee_saves; /* callee saves for all functions */ int stack_probe; /* insert call to function __stack_probe */ + int tini_libid; /* library ID for TINI */ olay olays[128]; /* overlay segments used in #pragma OVERLAY */ /* starting address of the segments */ int xstack_loc; /* initial location of external stack */