From: Jan Kratochvil Date: Tue, 23 Jul 2013 15:52:01 +0000 (+0200) Subject: __libdwfl_elf_address_range: Add missing internal_function keyword. X-Git-Tag: elfutils-0.156~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=744fc6f97f1c32fbab0f2a124bfa053e88fc3697;p=thirdparty%2Felfutils.git __libdwfl_elf_address_range: Add missing internal_function keyword. Signed-off-by: Jan Kratochvil --- diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 8ab6b5ba9..77faa8504 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,7 @@ +2013-07-23 Jan Kratochvil + + * libdwflP.h (__libdwfl_elf_address_range): Add internal_function. + 2013-07-23 Jan Kratochvil * core-file.c (clear_r_debug_info): Close also ELF and FD. diff --git a/libdwfl/libdwflP.h b/libdwfl/libdwflP.h index 5437b37fc..1d4899b83 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.