projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37076fc
)
(elf_get_dynamic_info): Mark with always_inline attribute.
author
Ulrich Drepper
<drepper@redhat.com>
Sat, 31 Aug 2002 04:09:05 +0000
(
04:09
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sat, 31 Aug 2002 04:09:05 +0000
(
04:09
+0000)
elf/dynamic-link.h
patch
|
blob
|
history
diff --git
a/elf/dynamic-link.h
b/elf/dynamic-link.h
index
d9cb632
..
40367b8
100644
(file)
--- 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;