Large cummulative patch for pic16 port.
[fw/sdcc] / src / pic16 / main.c
index e28d4caa55acf3c1c8a20296dae2522b3e1820f1..0ce3fedb834281cf344278f8d929c71612b60802 100644 (file)
@@ -351,7 +351,7 @@ OPTION pic16_optionsTable[]= {
        { 0,    USE_CRT,        NULL,   "use <crt-o> run-time initialization module"},
        { 0,    "--no-crt",     &pic16_options.no_crt,  "do not link any default run-time initialization module"},
        { 0,    "--gstack",     &pic16_options.gstack,  "trace stack pointer push/pop to overflow"},
-       { 0,    OFMSG_LRSUPPORT,        NULL,           "use support functions for local register store/restore"},
+//     { 0,    OFMSG_LRSUPPORT,        NULL,           "use support functions for local register store/restore"},
        { 0,    NULL,           NULL,   NULL}
        };
 
@@ -436,10 +436,12 @@ _pic16_parseOptions (int *pargc, char **argv, int *i)
       return TRUE;
     }
 
+#if 0
     if(ISOPT(OFMSG_LRSUPPORT)) {
       pic16_options.opt_flags |= OF_LR_SUPPORT;
       return TRUE;
     }
+#endif
         
   return FALSE;
 }