xdc-C04
diff --git a/README b/README
index fcfd2c4..ec2349f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
- xdc-C03 (corevers:16.0.2.0; B:150,G:180,R:170)
+ xdc-C04 (corevers:16.0.2.0; B:150,G:180,R:170)
eXpanDed C Tools (XDCtools)
@@ -33,17 +33,17 @@
# clone the tree and merge/review user content
ggentree -u sascha@ti.com xdc.git/
- cd xdc-B??
+ cd xdc-C??
# unzip build.zip from the last released tree
- unzip ../xdc-B??/build.zip
+ unzip ../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 +52,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,12 +86,7 @@
CHANGES
-core removed some redundant declarations for Mod__state__V objects
- when generating big C files for ROM builds because the IAR compiler
- complains when there is a declaration in a C file while the symbol
- is generated in the linker command file.
-
- added section allocation pragmas for ROM_stateStruct
+merged xdc-B21 into xdc-C stream
MRS
diff --git a/ident.c b/ident.c
index 4b2d3c1..a761c8b 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-C03"
+#define _VERS_ "@(#)*** xdc-C04"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;