Backport from mainline.
* gdb/testsuite/lib/compiler.c: Extract armcc version number.
* gdb/testsuite/lib/compiler.cc: Ditto.
+2006-03-07 Paul Brook <paul@codesourcery.com>
+
+ Backport from mainline.
+ * gdb/testsuite/lib/compiler.c: Extract armcc version number.
+ * gdb/testsuite/lib/compiler.cc: Ditto.
+
2006-03-07 Paul Brook <paul@codesourcery.com>
Backport from mainline.
numbers seperated by '.'s: currently "7.0.0.0" */
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
#endif
+
+#if defined (__ARMCC_VERSION)
+set compiler_info [join {armcc __ARMCC_VERSION} -]
+#endif
numbers seperated by '.'s: currently "7.0.0.0" */
set need_a_set [regsub -all {\.} [join {xlc __xlc__} -] - compiler_info]
#endif
+
+#if defined (__ARMCC_VERSION)
+set compiler_info [join {armcc __ARMCC_VERSION} -]
+#endif