summaryrefslogtreecommitdiffstats
path: root/lib/libelftc
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-01-22 17:53:30 +0000
committeremaste <emaste@FreeBSD.org>2015-01-22 17:53:30 +0000
commit8ef50ae63c03a35f988a15bd31fc2d584e5a3331 (patch)
tree924517d17a7d9ce8e3503990fecaba743c57c58f /lib/libelftc
parentf6d6d22c9ff0c37dd72a033cc247f03c56337cdb (diff)
downloadFreeBSD-src-8ef50ae63c03a35f988a15bd31fc2d584e5a3331.zip
FreeBSD-src-8ef50ae63c03a35f988a15bd31fc2d584e5a3331.tar.gz
Update reported elftoolchain version
The last elftoolchain update is upstream rev 3136. Update our reported version and add M (Modified) suffix as our elftoolchain contains additional fixes not yet committed upstream. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'lib/libelftc')
-rw-r--r--lib/libelftc/elftc_version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libelftc/elftc_version.c b/lib/libelftc/elftc_version.c
index 9f278e6..a6bf571 100644
--- a/lib/libelftc/elftc_version.c
+++ b/lib/libelftc/elftc_version.c
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "libelftc r3130";
+ return "elftoolchain r3136M";
}
OpenPOWER on IntegriCloud