Added option --tini-libid value
authorsandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 24 Dec 2001 03:38:58 +0000 (03:38 +0000)
committersandeep <sandeep@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Mon, 24 Dec 2001 03:38:58 +0000 (03:38 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1727 4a8a32a2-be11-0410-ad9d-d568d2c75423

src/SDCCglobl.h

index 652050c01403bf2733fd7ef54c230d36a4d8e599..258be0f63b344e340ed5bdf9c96bb612f8bd1b19 100644 (file)
@@ -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 */