2003-11-12  David Mosberger  <davidm@hpl.hp.com>

	* sysdeps/ia64/dl-machine.h: Force inlining of
	elf_machine_runtime_setup().
This commit is contained in:
Ulrich Drepper 2003-11-14 00:47:47 +00:00
parent 45740f4642
commit c85b837e58
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-12 David Mosberger <davidm@hpl.hp.com>
* sysdeps/ia64/dl-machine.h: Force inlining of
elf_machine_runtime_setup().
2003-11-13 Andreas Jaeger <aj@suse.de>
* math/Makefile (CFLAGS-test-float.c): Add -fno-builtin.

View File

@ -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);