* src/pic16/device.h (pic16_options_t): added field use_crt,
[fw/sdcc] / device / lib / pic16 / startup / crt0i.c
index 45e3af773034778405b32c34b2e02ad8d9dee860..4b1751f9be1a8126c4a1e2e4338ddcdbcdbac507 100644 (file)
@@ -21,6 +21,9 @@ extern FSR0H;
 extern TABLAT;
 extern POSTINC0;
 
+/* global variable for forcing gplink to add _cinit section */
+char __uflags = 0;
+
 /* external reference to the user's main routine */
 extern void main (void);