about summary refs log tree commit diff
path: root/sysdeps/ia64
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-11-14 00:47:47 +0000
committerUlrich Drepper <drepper@redhat.com>2003-11-14 00:47:47 +0000
commitc85b837e5809aeea1a1237de78a1210bb52d58e6 (patch)
tree21e493f9cea554a3879f34c7fa7ace1baefc1672 /sysdeps/ia64
parent45740f4642c2e7f59221981138472c4b3f783176 (diff)
downloadglibc-c85b837e5809aeea1a1237de78a1210bb52d58e6.tar.gz
glibc-c85b837e5809aeea1a1237de78a1210bb52d58e6.tar.xz
glibc-c85b837e5809aeea1a1237de78a1210bb52d58e6.zip
Update.
2003-11-12  David Mosberger  <davidm@hpl.hp.com>

	* sysdeps/ia64/dl-machine.h: Force inlining of
	elf_machine_runtime_setup().
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r--sysdeps/ia64/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ia64/dl-machine.h b/sysdeps/ia64/dl-machine.h
index c0f9263bf7..a8ba121868 100644
--- a/sysdeps/ia64/dl-machine.h
+++ b/sysdeps/ia64/dl-machine.h
@@ -98,7 +98,7 @@ elf_machine_load_address (void)
 /* Set up the loaded object described by L so its unrelocated PLT
    entries will jump to the on-demand fixup code in dl-runtime.c.  */
 
-static inline int
+static inline int __attribute__ ((always_inline))
 elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
 {
   extern void _dl_runtime_resolve (void);