xdc-H23
diff --git a/README b/README
index 930268b..cbf7a7d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-H22 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-H23 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -64,18 +64,11 @@
CHANGES
-xdc.rov the call to C-ROV view functions is separated from RTSC ROV
- function calls because C-ROV doesn't use the view object
- passed to all RTSC ROV view. The 'args' parameter can be now
- documented as the first and the only parameter for C-ROV views
+host.platforms.arm
+ fixed a typo in the property catalogName
- the mechanism for discovering constructed objects that relied on
- an array being the only content of a file is removed. The newer
- mechanism, where a loaded capsule has a property
- 'constructedObjects' is still kept.
-
- the environment variable XDC_ROV_TRACE enable now turns on
- Program.debugPrint
+core fixed a preprocessor statement where __ti was used instead of
+ __ti_sect
MRS
diff --git a/ident.c b/ident.c
index 511076a..e314f13 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-H22"
+#define _VERS_ "@(#)*** xdc-H23"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;