From: Carlos O'Donell Date: Sun, 22 Feb 2009 17:02:14 +0000 (+0000) Subject: 2009-02-22 Carlos O'Donell X-Git-Tag: glibc-2.16-ports-before-merge~653 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=370b2f2c97815286f8a200880cbf8d0e14f6e6dd;p=thirdparty%2Fglibc.git 2009-02-22 Carlos O'Donell * sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile. --- diff --git a/ChangeLog.hppa b/ChangeLog.hppa index a817e5f0257..e575b36c5f0 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,3 +1,7 @@ +2009-02-22 Carlos O'Donell + + * sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile. + 2009-02-13 Khem Raj * sysdeps/unix/sysv/linux/hppa/nptl/unwind-forcedunwind.c diff --git a/sysdeps/hppa/dl-machine.h b/sysdeps/hppa/dl-machine.h index 08542951c49..503bbcab8ce 100644 --- a/sysdeps/hppa/dl-machine.h +++ b/sysdeps/hppa/dl-machine.h @@ -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;