aboutsummaryrefslogtreecommitdiff
path: root/lib/libelftc
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-05-14 19:48:15 +0000
committerEd Maste <emaste@FreeBSD.org>2015-05-14 19:48:15 +0000
commitb00fe64f4acfe315181f65999af16e9a7bdc600b (patch)
tree68f789ad3decb5c1b82f63186eaf665cb84861ee /lib/libelftc
parent9afb8b24ad03df8f7090572b5a060ac5da1658a8 (diff)
parentd400e40862bdee2fea9afc4b27b3391807a9050c (diff)
downloadsrc-b00fe64f4acfe315181f65999af16e9a7bdc600b.tar.gz
src-b00fe64f4acfe315181f65999af16e9a7bdc600b.zip
Update to ELF Tool Chain r3197
Highlights: - Fix man page markup, whitespace, and typos - Fix sh_info of SHT_GROUP section to point to the correct string - Improve validation in readelf and elfcopy/strip - Handle DWARF 4's DW_AT_high_pc in addr2line Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=282918
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 7a8c96a3334b..fb0a731c3492 100644
--- a/lib/libelftc/elftc_version.c
+++ b/lib/libelftc/elftc_version.c
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "elftoolchain r3179M";
+ return "elftoolchain r3197M";
}