]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
__libdwfl_elf_address_range: Add missing internal_function keyword.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 23 Jul 2013 15:52:01 +0000 (17:52 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 23 Jul 2013 15:52:01 +0000 (17:52 +0200)
Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>
libdwfl/ChangeLog
libdwfl/libdwflP.h

index 8ab6b5ba999695c8cb48ce9b786704e759b2ebce..77faa85046f9fced5b5f9d625da8f5f933e59e73 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * libdwflP.h (__libdwfl_elf_address_range): Add internal_function.
+
 2013-07-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * core-file.c (clear_r_debug_info): Close also ELF and FD.
index 5437b37fc35842c318e62db130285aa7a2b1fc8e..1d4899b83e6d63a7f2d87719f568bb319cfd4beb 100644 (file)
@@ -396,7 +396,7 @@ extern bool __libdwfl_elf_address_range (Elf *elf, GElf_Addr base,
                                         GElf_Addr *vaddrp,
                                         GElf_Addr *address_syncp,
                                         GElf_Addr *startp, GElf_Addr *endp,
-                                        GElf_Addr *biasp, GElf_Half *e_typep);
+                                        GElf_Addr *biasp, GElf_Half *e_typep)
   internal_function;
 
 /* Meat of dwfl_report_elf, given elf_begin just called.