diff --git a/README b/README index 431a65fcd50c53e7e2a9315b11783d98fc948a56..266f56045944bf3222b5f4aad3b36132ef1de625 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - xdc-J04 (corevers:16.0.2.0; B:200,G:200,R:200) + xdc-J05 (corevers:16.0.2.0; B:200,G:200,R:200) eXpanDed C Tools (XDCtools) @@ -65,16 +65,14 @@ DELETIONS CHANGES -xdc.rov previous fix for XDCTOOLS-414 was incomplete; the code - continued to read instances from an invalid address +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. -xdc.runtime more MISRA changes - arguments for a SizeT function parameter - were cast as UInt, now they are SizeT. Two comparison operands - that would normally end up as Ints due to integer promotion - are cast as UShort because of the MISRA requirements. +core constants that are cast as unsigned types now have U, UL, or + ULL as a suffix to satisfy MISRA requirements. MRS -XDCTOOLS-414 IAR Semaphore ROV view raises an error -XDCTOOLS-427 XDCspec compiler rule gets triggered multiple times +SYSBIOS-1453 J7 R5F & C7x Safety MISRA-C Issues for runtime diff --git a/ident.c b/ident.c index 15887973285b6794f258b570bca4f81f26d39edb..f1595fb632252642405ddbd07235607b39af6e96 100644 --- a/ident.c +++ b/ident.c @@ -2,7 +2,7 @@ * ======== ident.c ======== */ -#define _VERS_ "@(#)*** xdc-J04" +#define _VERS_ "@(#)*** xdc-J05" static char __NAME[] = _NAME_; static char __DATE[] = _DATE_;