]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 14 Nov 2003 00:47:47 +0000 (00:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 14 Nov 2003 00:47:47 +0000 (00:47 +0000)
2003-11-12  David Mosberger  <davidm@hpl.hp.com>

* sysdeps/ia64/dl-machine.h: Force inlining of
elf_machine_runtime_setup().

ChangeLog
sysdeps/ia64/dl-machine.h

index 3d9e3dd0ac109a2f631fb380e1a8cd54629a084c..467b0c6fa6426457226d64639be5dc5760f7fe68 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c0f9263bf704ce025687fdf21d1fbf50401ce5ea..a8ba1218681bad4f33b6be94f87dc1fde96bf4ca 100644 (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);
This page took 0.055714 seconds and 5 git commands to generate.