From: Roland McGrath Date: Mon, 20 Apr 2009 18:50:50 +0000 (-0700) Subject: Add missing internal_function attribute. X-Git-Tag: elfutils-0.141~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1036157150672569a79d30c9b59cc7623e3e8e60;p=thirdparty%2Felfutils.git Add missing internal_function attribute. --- diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 7f42b43ec..c2eb39d94 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,7 @@ +2009-04-20 Roland McGrath + + * dwfl_module_getdwarf.c (__libdwfl_getelf): Add internal_function. + 2009-04-19 Roland McGrath * dwfl_module_getdwarf.c (find_file): Renamed to ... diff --git a/libdwfl/dwfl_module_getdwarf.c b/libdwfl/dwfl_module_getdwarf.c index 0441eb31d..06cb4917c 100644 --- a/libdwfl/dwfl_module_getdwarf.c +++ b/libdwfl/dwfl_module_getdwarf.c @@ -121,6 +121,7 @@ open_elf (Dwfl_Module *mod, struct dwfl_file *file) /* Find the main ELF file for this module and open libelf on it. When we return success, MOD->main.elf and MOD->main.bias are set up. */ void +internal_function __libdwfl_getelf (Dwfl_Module *mod) { if (mod->main.elf != NULL /* Already done. */