History log of /freebsd/contrib/elftoolchain/libdwarf/libdwarf_info.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 4a85c691 30-Dec-2014 Ed Maste <emaste@FreeBSD.org>

Update elftoolchain to upstream rev 3136

This fixes two strip(1) issues found during ports exp-run and adds a
string hash implementation which significantly speeds up certain
operations on objects w

Update elftoolchain to upstream rev 3136

This fixes two strip(1) issues found during ports exp-run and adds a
string hash implementation which significantly speeds up certain
operations on objects with large numbers of symbols.

This also improves libdwarf handling for stripped objects with
.eh_frame or .debug_frame (but not other debug) sections.

PR: 196107
Sponsored by: The FreeBSD Foundation

show more ...


# cf781b2e 24-Dec-2014 Ed Maste <emaste@FreeBSD.org>

Update elftoolchain to upstream rev 3130

This brings a number of fixes to elfcopy/strip and DWARF4 improvements.

Sponsored by: The FreeBSD Foundation


# 2de3b87a 15-Jan-2014 Kai Wang <kaiw@FreeBSD.org>

Copy libelf, libdwarf and common files from vendor/ to contrib/.