]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Temporarily export __libdw_formptr for use by C++ code.
authorRoland McGrath <roland@redhat.com>
Thu, 24 Feb 2011 23:33:47 +0000 (15:33 -0800)
committerRoland McGrath <roland@redhat.com>
Thu, 24 Feb 2011 23:33:47 +0000 (15:33 -0800)
libdw/ChangeLog
libdw/libdw.map

index 35baf27c7b8818a0402b3230afbfc1c90d6b302d..704dc11657e98158e318c62aa14888a820621bc2 100644 (file)
@@ -1,5 +1,8 @@
 2011-02-24  Roland McGrath  <roland@redhat.com>
 
+       * 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  <roland@redhat.com>
index 1f71d03b50a983e5a5825f5936b6e1dfdde12617..440daf9653ec1e8112d9270922479e16a5c8abd9 100644 (file)
@@ -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;
+};