Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Org.Eclipse.Rtsc.Xdccore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Eclipse Projects
rtsc
Org.Eclipse.Rtsc.Xdccore
Commits
c2dcd00c
Commit
c2dcd00c
authored
4 years ago
by
Librarian
Browse files
Options
Downloads
Patches
Plain Diff
xdc-J05
parent
cb59be05
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+7
-9
7 additions, 9 deletions
README
ident.c
+1
-1
1 addition, 1 deletion
ident.c
with
8 additions
and
10 deletions
README
+
7
−
9
View file @
c2dcd00c
xdc-J0
4
(corevers:16.0.2.0; B:200,G:200,R:200)
xdc-J0
5
(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
This diff is collapsed.
Click to expand it.
ident.c
+
1
−
1
View file @
c2dcd00c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* ======== ident.c ========
* ======== ident.c ========
*/
*/
#define _VERS_ "@(#)*** xdc-J0
4
"
#define _VERS_ "@(#)*** xdc-J0
5
"
static
char
__NAME
[]
=
_NAME_
;
static
char
__NAME
[]
=
_NAME_
;
static
char
__DATE
[]
=
_DATE_
;
static
char
__DATE
[]
=
_DATE_
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment