Hi,

a pity I could make that mistake again.

Checked in.


Jan


commit 744fc6f97f1c32fbab0f2a124bfa053e88fc3697
Author: Jan Kratochvil <[email protected]>
Date:   Tue Jul 23 17:52:01 2013 +0200

    __libdwfl_elf_address_range: Add missing internal_function keyword.
    
    Signed-off-by: Jan Kratochvil <[email protected]>

diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 8ab6b5b..77faa85 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,5 +1,9 @@
 2013-07-23  Jan Kratochvil  <[email protected]>
 
+       * libdwflP.h (__libdwfl_elf_address_range): Add internal_function.
+
+2013-07-23  Jan Kratochvil  <[email protected]>
+
        * core-file.c (clear_r_debug_info): Close also ELF and FD.
        (dwfl_core_file_report): Call __libdwfl_report_elf for
        R_DEBUG_INFO.MODULE.
diff --git a/libdwfl/libdwflP.h b/libdwfl/libdwflP.h
index 5437b37..1d4899b 100644
--- a/libdwfl/libdwflP.h
+++ b/libdwfl/libdwflP.h
@@ -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.
_______________________________________________
elfutils-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/elfutils-devel

Reply via email to