From 370b2f2c97815286f8a200880cbf8d0e14f6e6dd Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Sun, 22 Feb 2009 17:02:14 +0000 Subject: 2009-02-22 Carlos O'Donell * sysdeps/hppa/dl-machine.h: Use _dl_runtime_profile. --- sysdeps/hppa/dl-machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/hppa') diff --git a/sysdeps/hppa/dl-machine.h b/sysdeps/hppa/dl-machine.h index 08542951c4..503bbcab8c 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; -- cgit v1.2.3