summaryrefslogtreecommitdiffstats
path: root/libdw/libdw.map
diff options
context:
space:
mode:
Diffstat (limited to 'libdw/libdw.map')
-rw-r--r--libdw/libdw.map17
1 files changed, 16 insertions, 1 deletions
diff --git a/libdw/libdw.map b/libdw/libdw.map
index 55bc5371..1d4cbb0c 100644
--- a/libdw/libdw.map
+++ b/libdw/libdw.map
@@ -306,4 +306,19 @@ ELFUTILS_0.160 {
global:
dwarf_cu_getdwarf;
dwarf_cu_die;
-} ELFUTILS_0.159; \ No newline at end of file
+} ELFUTILS_0.159;
+
+ELFUTILS_0.161 {
+ global:
+ dwarf_peel_type;
+
+ # Replaced ELFUTILS_0.144 version. Both versions point to the
+ # same implementation, but users of the new symbol version can
+ # presume that it uses dwarf_peel_type.
+ dwarf_aggregate_size;
+
+ dwarf_getmacros_off;
+ dwarf_macro_getsrcfiles;
+ dwarf_macro_getparamcnt;
+ dwarf_macro_param;
+} ELFUTILS_0.160;