source: rtems-tools/rtemstoolkit/elftoolchain/libelftc/elftc_version.c @ 1f1a10f

5
Last change on this file since 1f1a10f was 1f1a10f, checked in by Chris Johns <chrisj@…>, on 05/23/18 at 08:39:54

elftoolchain: Add libelftc.

  • Property mode set to 100644
File size: 213 bytes
Line 
1/* WARNING: Generated by "make-toolchain-version". */
2
3#include <sys/types.h>
4#include <libelftc.h>
5
6const char *
7elftc_version(void)
8{
9        return "elftoolchain HEAD RTEMS git:heads/covoar-dwarf-0-g9b49665-dirty";
10}
Note: See TracBrowser for help on using the repository browser.