From 386dfdcedffbcedee45aa4c7c14c86ea862ac538 Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 24 Dec 2001 03:38:58 +0000 Subject: [PATCH] Added option --tini-libid value git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1727 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- src/SDCCglobl.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.30.2