]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Add missing internal_function attribute.
authorRoland McGrath <roland@redhat.com>
Mon, 20 Apr 2009 18:50:50 +0000 (11:50 -0700)
committerRoland McGrath <roland@redhat.com>
Mon, 20 Apr 2009 18:50:50 +0000 (11:50 -0700)
libdwfl/ChangeLog
libdwfl/dwfl_module_getdwarf.c

index 7f42b43eca188c2fdcdc9e9505e6886ead48d93d..c2eb39d943eb7b3d02054646ce0de57ab2a34327 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-20  Roland McGrath  <roland@redhat.com>
+
+       * dwfl_module_getdwarf.c (__libdwfl_getelf): Add internal_function.
+
 2009-04-19  Roland McGrath  <roland@redhat.com>
 
        * dwfl_module_getdwarf.c (find_file): Renamed to ...
index 0441eb31d067870f655dfe714e9586e96ef849c7..06cb4917cf8fc63a71110e65fc50c0f52fea5c5e 100644 (file)
@@ -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.  */