summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/elftoolchain/libelftc/elftc_version.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-05-23 20:39:54 +1200
committerChris Johns <chrisj@rtems.org>2018-06-18 12:26:16 +1000
commit1f1a10f4716e8d9b166f9c4741554fbbfa26fe66 (patch)
treeb5e989279b87386f153c28b5729e9528a7866d35 /rtemstoolkit/elftoolchain/libelftc/elftc_version.c
parenttester/covoar: ExecutableInfo C to C++ change. (diff)
downloadrtems-tools-1f1a10f4716e8d9b166f9c4741554fbbfa26fe66.tar.bz2
elftoolchain: Add libelftc.
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";
+}