This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[obv] Add missing internal_function keyword


Hi,

a pity I could make that mistake again.

Checked in.


Jan


commit 744fc6f97f1c32fbab0f2a124bfa053e88fc3697
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Tue Jul 23 17:52:01 2013 +0200

    __libdwfl_elf_address_range: Add missing internal_function keyword.
    
    Signed-off-by: Jan Kratochvil <jan.kratochvil@redhat.com>

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  <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.
 	(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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]