]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2009-02-22 Carlos O'Donell <carlos@codesourcery.com>
authorCarlos O'Donell <carlos@systemhalted.org>
Sun, 22 Feb 2009 17:02:14 +0000 (17:02 +0000)
committerCarlos O'Donell <carlos@systemhalted.org>
Sun, 22 Feb 2009 17:02:14 +0000 (17:02 +0000)
* sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile.

ChangeLog.hppa
sysdeps/hppa/dl-machine.h

index a817e5f02574eb51f8caca94afb7667230b69615..e575b36c5f0e1651c75aa71223d61d3e013ba5d3 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-22  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile.
+
 2009-02-13  Khem Raj  <raj.khem@gmail.com>
 
        * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c 
index 08542951c49a4c4b9e1c4c2fb60521e01ba5317f..503bbcab8ce4ad617b70562d4990d2fef852ff04 100644 (file)
@@ -233,7 +233,7 @@ elf_machine_runtime_setup (struct link_map *l, int lazy, int profile)
                       GL(dl_profile_map) = l;
                     }
 
-                 if((unsigned long) &_dl_runtime_resolve & 3)
+                 if((unsigned long) &_dl_runtime_profile & 3)
                    {
                       got[-2] = (Elf32_Addr) ((struct fdesc *)
                                   ((unsigned long) &_dl_runtime_profile & ~3))->ip;