summaryrefslogtreecommitdiff
path: root/elf/dynamic-link.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-31 04:09:05 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-31 04:09:05 +0000
commitff0a515eec602658a5f9611bd1e29ce70bfe4c04 (patch)
tree2275cd0754afa2e719802aac398057944cb72646 /elf/dynamic-link.h
parent37076fcc4c065e307f5946aaf7dbddb6ecbad939 (diff)
(elf_get_dynamic_info): Mark with always_inline attribute.
Diffstat (limited to 'elf/dynamic-link.h')
-rw-r--r--elf/dynamic-link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dynamic-link.h b/elf/dynamic-link.h
index d9cb63299f..40367b8974 100644
--- a/elf/dynamic-link.h
+++ b/elf/dynamic-link.h
@@ -28,7 +28,7 @@
/* Read the dynamic section at DYN and fill in INFO with indices DT_*. */
-static inline void __attribute__ ((unused))
+static inline void __attribute__ ((unused, always_inline))
elf_get_dynamic_info (struct link_map *l)
{
ElfW(Dyn) *dyn = l->l_ld;