From c2dcd00cc0fe2d86d16b5efe10daefaa70b35703 Mon Sep 17 00:00:00 2001 From: Librarian <sascha@ti.com> Date: Mon, 31 Aug 2020 16:17:47 -0700 Subject: [PATCH] xdc-J05 --- README | 16 +++++++--------- ident.c | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README b/README index 431a65fc..266f5604 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 15887973..f1595fb6 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_; -- GitLab