From: Ulrich Drepper Date: Sun, 11 Jan 2009 02:12:44 +0000 (-0800) Subject: Merge commit 'origin/roland/fixes-for-c++' X-Git-Tag: elfutils-0.139~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e921e885f39ac65e450b813b70b266722369cacd;p=thirdparty%2Felfutils.git Merge commit 'origin/roland/fixes-for-c++' --- e921e885f39ac65e450b813b70b266722369cacd diff --cc libdw/ChangeLog index aaca7474c,f9d7b9ec6..cefb900b9 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@@ -1,12 -1,8 +1,16 @@@ +2009-01-10 Ulrich Drepper + + * dwarf_error.c: Always use __thread. Remove all !USE_TLS code. + +2009-01-08 Roland McGrath + + * Makefile.am (libdw.so): Don't depend on $(zip_LIBS), just link it in. + - 2009-01-06 Roland McGrath + 2008-01-06 Roland McGrath + + * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool. + Reorder members. + * dwarf_haschildren.c: Return -1 for error case, not 0. * Makefile.am (libdw.so): Link in $(zip_LIBS).