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