From: Ulrich Drepper Date: Sat, 31 Aug 2002 04:09:05 +0000 (+0000) Subject: (elf_get_dynamic_info): Mark with always_inline attribute. X-Git-Tag: upstream/2.30~21236 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff0a515eec602658a5f9611bd1e29ce70bfe4c04;p=external%2Fglibc.git (elf_get_dynamic_info): Mark with always_inline attribute. --- diff --git a/elf/dynamic-link.h b/elf/dynamic-link.h index d9cb632..40367b8 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;