summaryrefslogtreecommitdiffstats
path: root/libdw/libdw.map
diff options
context:
space:
mode:
Diffstat (limited to 'libdw/libdw.map')
-rw-r--r--libdw/libdw.map11
1 files changed, 10 insertions, 1 deletions
diff --git a/libdw/libdw.map b/libdw/libdw.map
index 55482d58..decac05c 100644
--- a/libdw/libdw.map
+++ b/libdw/libdw.map
@@ -360,4 +360,13 @@ ELFUTILS_0.173 {
ELFUTILS_0.175 {
global:
dwelf_elf_begin;
-} ELFUTILS_0.173; \ No newline at end of file
+} ELFUTILS_0.173;
+
+ELFUTILS_0.177 {
+ global:
+ dwelf_elf_e_machine_string;
+ # Replaced ELFUTILS_0.175 versions. Both versions point to the
+ # same implementation, but users of the new symbol version can
+ # presume that NULL is only returned on error (otherwise ELF_K_NONE).
+ dwelf_elf_begin;
+} ELFUTILS_0.175;