summaryrefslogtreecommitdiff
path: root/libdw/libdwP.h
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2014-05-03 00:23:06 +0200
committerMark Wielaard <mjw@redhat.com>2014-05-03 00:23:06 +0200
commitbb096d0412f2cb71e7cac628fc7e251a47c1a56e (patch)
treecb64ad41379872ef0416ac5ce591f2ff88b16118 /libdw/libdwP.h
parentdf85bf99021119fcbb2ced66dd69f1cceafb180c (diff)
downloadelfutils-bb096d0412f2cb71e7cac628fc7e251a47c1a56e.tar.gz
Remove --enable-dwz. dwz alt debug is no longer experimental.
Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'libdw/libdwP.h')
-rw-r--r--libdw/libdwP.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libdw/libdwP.h b/libdw/libdwP.h
index 41361350..ce8a83d5 100644
--- a/libdw/libdwP.h
+++ b/libdw/libdwP.h
@@ -652,14 +652,6 @@ unsigned char * __libdw_formptr (Dwarf_Attribute *attr, int sec_index,
Dwarf_Off *offsetp)
internal_function;
-#ifdef ENABLE_DWZ
-/* Checks that the build_id of the underlying Elf matches the expected.
- Returns zero on match, -1 on error or no build_id found or 1 when
- build_id doesn't match. */
-int __check_build_id (Dwarf *dw, const uint8_t *build_id, const size_t id_len)
- internal_function;
-#endif /* ENABLE_DWZ */
-
/* Fills in the given attribute to point at an empty location expression. */
void __libdw_empty_loc_attr (Dwarf_Attribute *attr, struct Dwarf_CU *cu)
internal_function;