xdc-H26
diff --git a/README b/README
index f554ce5..73efb33 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-H25 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-H26 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -64,8 +64,12 @@
CHANGES
-xdc.bld enabled xdc.rov.runtime.Monitor for IAR builds. XDCTOOLS-353,
- which was the reason for disabling it, is fixed in rov-l36.
+xdc.rov the structure returned from Program functions that supply a type
+ specifications for C-ROV is now a JavaScript object. If a type
+ describes an array or a structure, the property 'member' either has
+ an element [0] that describes the array element type, or there is
+ a property 'member[prop]' for each field of the the structure type.
MRS
+XDCTOOLS-345 Argument 'count' not working in Program.fetchFromAddr
diff --git a/ident.c b/ident.c
index c2a7307..3747118 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-H25"
+#define _VERS_ "@(#)*** xdc-H26"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;