Skip to content

Commit

Permalink
(elf_get_dynamic_info): Mark with always_inline attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 31, 2002
1 parent 37076fc commit ff0a515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf/dynamic-link.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ff0a515

Please sign in to comment.