summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2011-02-24 15:33:47 -0800
committerRoland McGrath <roland@redhat.com>2011-02-24 15:33:47 -0800
commite15999014144beb60698d524612567a16f3581de (patch)
tree0ff82071366a43ddf42507b15173774b9daed5cb
parent2b5a3e13064be99a415c173422a06a6b77623bda (diff)
downloadelfutils-e15999014144beb60698d524612567a16f3581de.tar.gz
Temporarily export __libdw_formptr for use by C++ code.
-rw-r--r--libdw/ChangeLog3
-rw-r--r--libdw/libdw.map6
2 files changed, 9 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 35baf27c..704dc116 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -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>
diff --git a/libdw/libdw.map b/libdw/libdw.map
index 1f71d03b..440daf96 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;
+};