From: Roland McGrath Date: Tue, 23 Nov 2010 22:11:29 +0000 (-0800) Subject: Merge commit 'elfutils-0.150' into dwarf X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aa9a78ff545513553e20965b819af67f08a56239;p=thirdparty%2Felfutils.git Merge commit 'elfutils-0.150' into dwarf --- aa9a78ff545513553e20965b819af67f08a56239 diff --cc libdw/ChangeLog index f8f8017bf,8ec74857f..e0d844343 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@@ -1,10 -1,12 +1,19 @@@ + 2010-10-13 Roland McGrath + + * dwarf.h: Add DW_LANG_Go. + + 2010-10-05 Roland McGrath + + * dwarf_getaranges.c: Use malloc rather than alloca, + since the total number of elements can be quite huge. + +2010-10-11 Mark Wielaard + + * c++/subr.hh (string_hash_combine): Removed. + (hash): Extend std::tr1::hash. + * c++/dwarf_data (value_string): typedef std::tr1::hash + hasher. + 2010-07-26 Roland McGrath * dwarf_getlocation_implicit_pointer.c: New file.