From: Ulrich Drepper Date: Fri, 14 Nov 2003 00:47:47 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c85b837e5809aeea1a1237de78a1210bb52d58e6;p=thirdparty%2Fglibc.git Update. 2003-11-12 David Mosberger * sysdeps/ia64/dl-machine.h: Force inlining of elf_machine_runtime_setup(). --- diff --git a/ChangeLog b/ChangeLog index 3d9e3dd0ac1..467b0c6fa64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-12 David Mosberger + + * sysdeps/ia64/dl-machine.h: Force inlining of + elf_machine_runtime_setup(). + 2003-11-13 Andreas Jaeger * math/Makefile (CFLAGS-test-float.c): Add -fno-builtin. diff --git a/sysdeps/ia64/dl-machine.h b/sysdeps/ia64/dl-machine.h index c0f9263bf70..a8ba1218681 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);