xdc-G07
diff --git a/README b/README
index 682eed8..93984f6 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@
git fetch
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-G??
@@ -77,14 +77,7 @@
CHANGES
-xdc.xs implemented a workaround for a Java bug on MacOS:
- https://bugs.openjdk.java.net/browse/JDK-7131356
- Instead of loading libjvm.dylib, we load libjli.dylib.
-
- If the variable XDCTOOLS_JAVA_HOME contains a string ccsv8 or
- ccsv7, we assume we are pointing to a 32-bit JVM, and instead of
- trying to load it and have it fail, we display our own error
- message and exit xs.
-
MRS
+XDCTOOLS-296 config C file should generate gnu attributes for TI clang
+ compiler
diff --git a/ident.c b/ident.c
index 95e0b48..a0eec77 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-G06"
+#define _VERS_ "@(#)*** xdc-G07"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;