Skip to content
Snippets Groups Projects
Commit c2dcd00c authored by Librarian's avatar Librarian
Browse files

xdc-J05

parent cb59be05
No related branches found
No related tags found
No related merge requests found
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) eXpanDed C Tools (XDCtools)
...@@ -65,16 +65,14 @@ DELETIONS ...@@ -65,16 +65,14 @@ DELETIONS
CHANGES CHANGES
xdc.rov previous fix for XDCTOOLS-414 was incomplete; the code xdc.runtime more MISRA changes - HOSTwrite declaration were missing
continued to read instances from an invalid address 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 core constants that are cast as unsigned types now have U, UL, or
were cast as UInt, now they are SizeT. Two comparison operands ULL as a suffix to satisfy MISRA requirements.
that would normally end up as Ints due to integer promotion
are cast as UShort because of the MISRA requirements.
MRS MRS
XDCTOOLS-414 IAR Semaphore ROV view raises an error SYSBIOS-1453 J7 R5F & C7x Safety MISRA-C Issues for runtime
XDCTOOLS-427 XDCspec compiler rule gets triggered multiple times
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* ======== ident.c ======== * ======== ident.c ========
*/ */
#define _VERS_ "@(#)*** xdc-J04" #define _VERS_ "@(#)*** xdc-J05"
static char __NAME[] = _NAME_; static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_; static char __DATE[] = _DATE_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment