summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/elftoolchain/libelftc/elftc_version.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/elftoolchain/libelftc/elftc_version.c')
-rw-r--r--rtemstoolkit/elftoolchain/libelftc/elftc_version.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/rtemstoolkit/elftoolchain/libelftc/elftc_version.c b/rtemstoolkit/elftoolchain/libelftc/elftc_version.c
new file mode 100644
index 0000000..5c41c1b
--- /dev/null
+++ b/rtemstoolkit/elftoolchain/libelftc/elftc_version.c
@@ -0,0 +1,10 @@
+/* WARNING: Generated by "make-toolchain-version". */
+
+#include <sys/types.h>
+#include <libelftc.h>
+
+const char *
+elftc_version(void)
+{
+ return "elftoolchain HEAD RTEMS git:heads/covoar-dwarf-0-g9b49665-dirty";
+}