diff options
author | emaste <emaste@FreeBSD.org> | 2015-04-01 01:08:01 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2015-04-01 01:08:01 +0000 |
commit | 55208361ba5f1ea64b978cfd570feefd302f879c (patch) | |
tree | 55f82032e95d8fb3fba2e48a25de3d257af7f7ed /contrib/elftoolchain/libelf/elf_kind.c | |
parent | cb7d12714503777dbaaa780fca372adfad849d0d (diff) | |
download | FreeBSD-src-55208361ba5f1ea64b978cfd570feefd302f879c.zip FreeBSD-src-55208361ba5f1ea64b978cfd570feefd302f879c.tar.gz |
Update elftoolchain to upstream revision 3179
Some notable changes:
- libdwarf: Fixed DWARF4 line section
- elfcopy: Implement --localize-hidden
- nm: handle object name referenced by DW_AT_specification
- elfcopy: Add --strip-dwo and --extract-dwo options for split DWARF
- readelf: add remaining arm64 dynamic relocation names
- nm: Avoid integer overflow in value comparison
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'contrib/elftoolchain/libelf/elf_kind.c')
-rw-r--r-- | contrib/elftoolchain/libelf/elf_kind.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/elftoolchain/libelf/elf_kind.c b/contrib/elftoolchain/libelf/elf_kind.c index ba83adc..f497bd3 100644 --- a/contrib/elftoolchain/libelf/elf_kind.c +++ b/contrib/elftoolchain/libelf/elf_kind.c @@ -24,13 +24,11 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <libelf.h> #include "_libelf.h" -ELFTC_VCSID("$Id: elf_kind.c 2225 2011-11-26 18:55:54Z jkoshy $"); +ELFTC_VCSID("$Id: elf_kind.c 3174 2015-03-27 17:13:41Z emaste $"); Elf_Kind elf_kind(Elf *e) |