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 a817e5f..e575b36 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 0854295..503bbca 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;