xdc-J06
diff --git a/README b/README index 266f560..fe3f008 100644 --- a/README +++ b/README
@@ -1,4 +1,4 @@ - xdc-J05 (corevers:16.0.2.0; B:200,G:200,R:200) + xdc-J06 (corevers:16.0.2.0; B:200,G:200,R:200) eXpanDed C Tools (XDCtools) @@ -65,12 +65,10 @@ CHANGES -xdc.runtime more MISRA changes - HOSTwrite declaration were missing - function arguments, and NULL had to be replaced with (void*)0 - because TI compilers define NULL as 0. - -core constants that are cast as unsigned types now have U, UL, or - ULL as a suffix to satisfy MISRA requirements. +core initial fix for SYSBIOS-1453 was buggy. It didn't account for + float or double constants that are cast as unisgned integers. + Such constants were also having U added, which ends in ai + compilation error. MRS
diff --git a/ident.c b/ident.c index f1595fb..3867c59 100644 --- a/ident.c +++ b/ident.c
@@ -2,7 +2,7 @@ * ======== ident.c ======== */ -#define _VERS_ "@(#)*** xdc-J05" +#define _VERS_ "@(#)*** xdc-J06" static char __NAME[] = _NAME_; static char __DATE[] = _DATE_;