elftc_version.c (9f3d45b6d45423c3e992be6f9575fe76cc032c3c) | elftc_version.c (71a0c925ce76a304c25bf6d8d8035720f82941bd) |
---|---|
1/* $FreeBSD$ */ 2 3#include <sys/types.h> 4#include <libelftc.h> 5 6const char * 7elftc_version(void) 8{ | 1/* $FreeBSD$ */ 2 3#include <sys/types.h> 4#include <libelftc.h> 5 6const char * 7elftc_version(void) 8{ |
9 return "elftoolchain r3136M"; | 9 return "elftoolchain r3163M"; |
10} | 10} |