131942939SEd Maste /* $FreeBSD$ */ 231942939SEd Maste 331942939SEd Maste #include <sys/types.h> 431942939SEd Maste #include <libelftc.h> 531942939SEd Maste 631942939SEd Maste const char * 731942939SEd Maste elftc_version(void) 831942939SEd Maste { 9*d003e0d7SEd Maste return "elftoolchain r3769"; 1031942939SEd Maste } 11