]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 13 Nov 2012 20:07:22 +0000 (21:07 +0100)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 13 Nov 2012 20:07:22 +0000 (21:07 +0100)
libdw/libdw.map
libdwfl/find-debuginfo.c
libdwfl/libdwfl.h

index 3398089b50376142fe9810eea8e6bf2619756117..bf65d83786b8bbb3a9fd724e98552651e2db7420 100644 (file)
@@ -259,7 +259,6 @@ ELFUTILS_0.156 {
   global:
     dwfl_core_filename_report;
     dwfl_report_elf_baseaddr;
-    dwfl_fd_find_debuginfo;
     dwfl_frame_state_pid;
     dwfl_frame_state_core;
     dwfl_frame_state_data;
index 40c96404a0897bc047da4aca9c9455a7ccf118af..21db91a406a3c384ea113b72abe62fd897c843ca 100644 (file)
@@ -269,11 +269,3 @@ dwfl_standard_find_debuginfo (Dwfl_Module *mod,
   return fd;
 }
 INTDEF (dwfl_standard_find_debuginfo)
-
-bool
-dwfl_fd_find_debuginfo (Dwfl_Module *mod, GElf_Word debuglink_crc, int fd)
-{
-  bool cancheck = debuglink_crc != (GElf_Word) 0;
-  return validate (mod, fd, cancheck, debuglink_crc);
-}
-INTDEF (dwfl_fd_find_debuginfo)
index b63e6f831560b7c4f90c84b15bc4604dea8e7e59..dee3e2f655aacf0bc936111f54814eebb6f214ac 100644 (file)
@@ -304,10 +304,6 @@ extern int dwfl_standard_find_debuginfo (Dwfl_Module *, void **,
                                         const char *, const char *,
                                         GElf_Word, char **);
 
-/* Provide supplied separate debug info file FD for MOD.  */
-extern bool dwfl_fd_find_debuginfo (Dwfl_Module *mod, GElf_Word debuglink_crc,
-                                    int fd);
-
 
 /* This callback must be used when using dwfl_offline_* to report modules,
    if ET_REL is to be supported.  */