xdc-B13
diff --git a/README b/README
index ebefde0..7352d96 100644
--- a/README
+++ b/README
@@ -29,21 +29,24 @@
cd xdc.git
git fetch
+ o To build tree from previous branch
+ ggentree -b xdccore-B -u d-russo@ti.com xdc.git
+
o Build this tree from Linux using standard SM-MAKE
# clone the tree and merge/review user content
- ggentree -u sascha@ti.com xdc.git/
- cd xdc-B??
+ ggentree -u sascha@ti.com xdc.git
+ cd xdc-C??
# unzip build.zip from the last released tree
- unzip -q ../xdc-B??/build.zip
+ unzip -q ../xdc-C??/build.zip
# make sure the user email and name are your eclipse credentials
# before making any changes that need to be pushed to eclipse
cat config-dr >> ./.git/config
# make sure the user email and name are your eclipse credentials
- git merge origin/xdccore-B-dr
+ git merge origin/xdccore-C-dr
# build the tree using LSF to force older GLIBC to be used when
# linking Linux executables
@@ -52,7 +55,7 @@
# update README
emacs README
- git commit -a -m xdc-B??
+ git commit -a -m xdc-C??
# release the tree
greltree -m "something brief and meaningful"
@@ -86,22 +89,14 @@
CHANGES
-xdc.spec, xdc
- added CPtr to make it possible to cleanup const usage in xdc.runtime
+*
+ add comments identifying changes to be made for const clean (bug
+ 490928)
xdc.runtme
- lots of cleanup motivated by messages from klockwork
+ revert some const clean fixes for compatibility
- improve Text robustness for non-register users
-
- declared default functions for "callback" modules
-
-xdc.bld.bin
- fixed Linux 64-bit options
-
-xdc.tools.mkpkg
- update error message for configuro users
+xdc.services.intern.gen
+ revert some const clean fixes for compatibility
MRS
-
-Bug 490538 - configuro doesn't allow setting compiler options on command line
\ No newline at end of file
diff --git a/ident.c b/ident.c
index 75544de..49e12d0 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-B12"
+#define _VERS_ "@(#)*** xdc-B13"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;