2009-02-22 Carlos O'Donell <carlos@codesourcery.com>

* sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile.
This commit is contained in:
Carlos O'Donell 2009-02-22 17:02:14 +00:00
parent 1090d6bf10
commit 370b2f2c97
2 changed files with 5 additions and 1 deletions

View 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

View 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;