(elf_get_dynamic_info): Mark with always_inline attribute.
authorUlrich Drepper <drepper@redhat.com>
Sat, 31 Aug 2002 04:09:05 +0000 (04:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 31 Aug 2002 04:09:05 +0000 (04:09 +0000)
elf/dynamic-link.h

index d9cb632..40367b8 100644 (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;