summaryrefslogtreecommitdiff
path: root/libdw/libdw.map
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-08-09 15:40:52 -0700
committerRoland McGrath <roland@redhat.com>2009-08-09 15:40:52 -0700
commitebfb6484d5e164f2b7f428a8c92d55c4083f55fd (patch)
treee017186eebddb022eb1d05dba54f2ba34fa6533a /libdw/libdw.map
parentde0bef87168df49c27af8f2040bed258a9bddb61 (diff)
downloadelfutils-ebfb6484d5e164f2b7f428a8c92d55c4083f55fd.tar.gz
New macros for symbol versioning definitions, use them for libdw convenience wrappers just changed.
Diffstat (limited to 'libdw/libdw.map')
-rw-r--r--libdw/libdw.map16
1 files changed, 16 insertions, 0 deletions
diff --git a/libdw/libdw.map b/libdw/libdw.map
index b4759baf..6fc86b34 100644
--- a/libdw/libdw.map
+++ b/libdw/libdw.map
@@ -209,3 +209,19 @@ ELFUTILS_0.142 {
dwfl_module_dwarf_cfi;
dwfl_module_eh_cfi;
} ELFUTILS_0.138;
+
+ELFUTILS_0.143 {
+ global:
+ # Replaced ELFUTILS_0.122 versions. Both versions point to the
+ # same implementation, but users of the new symbol version can
+ # presume that they use dwarf_attr_integrate properly.
+ dwarf_arrayorder;
+ dwarf_bitoffset;
+ dwarf_bitsize;
+ dwarf_bytesize;
+ dwarf_decl_column;
+ dwarf_decl_file;
+ dwarf_decl_line;
+ dwarf_srclang;
+
+} ELFUTILS_0.142;