]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libdw: Remove dwarf_getscn_info from libdw.h and libdw.map.
authorMark Wielaard <mark@klomp.org>
Tue, 26 Jun 2018 14:37:21 +0000 (16:37 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 29 Jun 2018 08:55:37 +0000 (10:55 +0200)
This function was never actually implemented/provided by libdw.
And it doesn't look like something we really want to implement.

Signed-off-by: Mark Wielaard <mark@klomp.org>
libdw/ChangeLog
libdw/libdw.h
libdw/libdw.map

index 4e4fd265916854cbae01a5efda3f8fbd040e1548..0ae12724e9bf661b04b5bb07d872ba0cf29ff2cc 100644 (file)
@@ -1,3 +1,8 @@
+2018-06-26  Mark Wielaard  <mark@klomp.org>
+
+       * libdw.h (dwarf_getscn_info): Remove.
+       * libdw.map (ELFUTILS_0.122): Remove dwarf_getscn_info.
+
 2018-06-25  Mark Wielaard  <mark@klomp.org>
 
        * Makefile.am (libdw_a_SOURCES): Add dwarf_next_lines.c.
index b500aa865abcaa0b7e8b59b543b09007f5e18e47..e20961be2cbc71b4bd4a234b7fa7dfb06a745367 100644 (file)
@@ -269,9 +269,6 @@ extern void dwarf_setalt (Dwarf *main, Dwarf *alt);
 extern int dwarf_end (Dwarf *dwarf);
 
 
-/* Get the data block for the .debug_info section.  */
-extern Elf_Data *dwarf_getscn_info (Dwarf *dwarf);
-
 /* Read the header for the DWARF CU.  */
 extern int dwarf_nextcu (Dwarf *dwarf, Dwarf_Off off, Dwarf_Off *next_off,
                         size_t *header_sizep, Dwarf_Off *abbrev_offsetp,
index b3e84d5d5e08904f17b5cb776ec51c125e27c0a8..3fef2ededef8271ee08ffdd86703c4d0246a9586 100644 (file)
@@ -49,7 +49,6 @@ ELFUTILS_0.122 {
     dwarf_getlocation_addr;
     dwarf_getmacros;
     dwarf_getpubnames;
-    dwarf_getscn_info;
     dwarf_getscopes;
     dwarf_getscopes_die;
     dwarf_getscopevar;