(elf_get_dynamic_info): Mark with always_inline attribute.

This commit is contained in:
Ulrich Drepper 2002-08-31 04:09:05 +00:00
parent 37076fcc4c
commit ff0a515eec

View File

@ -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;