* .version: changed to version 2.5.3
[fw/sdcc] / src / avr / main.c
index 5c499e9ecafd643c6797ba377894cfcc6a2f3e75..828c3c033f19bee402fa721fa54dd7f2210cde01 100644 (file)
@@ -48,7 +48,7 @@ _avr_reset_regparm (void)
 }
 
 static int
-_avr_regparm (sym_link * l)
+_avr_regparm (sym_link * l, bool reentrant)
 {
        /* the first eight bytes will be passed in
           registers r16-r23. but we won't split variables
@@ -217,6 +217,7 @@ PORT avr_port = {
         "HOME",
         NULL, // initialized xdata
         NULL, // a code copy of xiseg
+        "CONST   (CODE)",              // const_name - const data (code or not)
         NULL,
         NULL,
         0,