From 1036157150672569a79d30c9b59cc7623e3e8e60 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Apr 2009 11:50:50 -0700 Subject: [PATCH] Add missing internal_function attribute. --- libdwfl/ChangeLog | 4 ++++ libdwfl/dwfl_module_getdwarf.c | 1 + 2 files changed, 5 insertions(+) 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. */ -- 2.47.2