From: Roland McGrath Date: Thu, 24 Feb 2011 23:33:47 +0000 (-0800) Subject: Temporarily export __libdw_formptr for use by C++ code. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e15999014144beb60698d524612567a16f3581de;p=thirdparty%2Felfutils.git Temporarily export __libdw_formptr for use by C++ code. --- diff --git a/libdw/ChangeLog b/libdw/ChangeLog index 35baf27c7..704dc1165 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,5 +1,8 @@ 2011-02-24 Roland McGrath + * libdw.map (ELFUTILS_PRIVATE_TMP): New version set; + add __libdw_formptr. + * libdwP.h: Make declarations C++-compatible using __BEGIN_DECLS. 2011-02-23 Roland McGrath diff --git a/libdw/libdw.map b/libdw/libdw.map index 1f71d03b5..440daf965 100644 --- a/libdw/libdw.map +++ b/libdw/libdw.map @@ -254,3 +254,9 @@ ELFUTILS_0.149 { dwfl_dwarf_line; } ELFUTILS_0.148; + +# This will go away when we figure out the C++ exports. +ELFUTILS_PRIVATE_TMP { + global: + __libdw_formptr; +};