xdc-D30
diff --git a/README b/README
index 6ee5bee..e609aaf 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-D29 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-D30 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
@@ -77,17 +77,13 @@
CHANGES
-* enabled building of all Windows executables that were temporarily
- commented out during the switch from VC98 to Win32
+xdc.rov a partial fix for XDCTOOLS-75 is in this tree, while the other
+ component of the fix is in rov-k42
- libraries and compiler options were changed to account for the
- switch from VC98 to Win32
-
- Win32 now links with oldnames.lib, so there is no need for macros
- that replace POSIX calls (access, strdup, etc) with the equivalents
- with _ as a prefix (_access, _strdup)
-
-xdc.runtime more MISRA-related changes
+xdc.services.host.lib
+ a partial fix for XDCTOOLS-130 is in this tree, and the final fix
+ for this bug will be in the next xdc tree
MRS
+[XDCTOOLS-75] ROV does not handle thumb addresses for IAR compiled exes
diff --git a/ident.c b/ident.c
index 13d0442..59e6ab0 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-D29"
+#define _VERS_ "@(#)*** xdc-D30"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;