From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30443 invoked by alias); 7 Mar 2004 11:37:13 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 30422 invoked from network); 7 Mar 2004 11:37:12 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 7 Mar 2004 11:37:12 -0000 Received: from hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id BB5802A3409; Sun, 7 Mar 2004 12:37:10 +0100 (CET) Received: from aj by arthur.inka.de with local (Exim 4.22) id 1Azwae-0001z0-PO; Sun, 07 Mar 2004 12:37:04 +0100 To: Glibc hackers Cc: Steven Munroe Subject: sysdeps/powerpc/elf/rtld-global-offsets.sym From: Andreas Jaeger Date: Sun, 07 Mar 2004 11:37:00 -0000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2004-03/txt/msg00009.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1115 Looking at the recent changes, I guess this file needs to be changed with the following patch. Can anybody test this on powerpc, please? Andreas 2004-03-07 Andreas Jaeger * sysdeps/powerpc/elf/rtld-global-offsets.sym: Use _dl_hwcap is in rtld_global_ro. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: sysdeps/powerpc/elf/rtld-global-offsets.sym --- sysdeps/powerpc/elf/rtld-global-offsets.sym 16 Jan 2004 04:43:46 -0000 = 1.1 +++ sysdeps/powerpc/elf/rtld-global-offsets.sym 7 Mar 2004 11:36:31 -0000 @@ -2,6 +2,6 @@ =20 #include =20 -#define rtdl_global_offsetof(mem) offsetof (struct rtld_global, mem) +#define rtdl_global_offsetof(mem) offsetof (struct rtld_global_ro, mem) =20 RTLD_GLOBAL_DL_HWCAP_OFFSET rtdl_global_offsetof (_dl_hwcap) --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQBASwlfOJpWPMJyoSYRAm3+AJ9aHJbpjeP/OAWbWpmXWWmPz/5ZRQCffwQv 33Bmp2eqemxzpGMvXiOZraw= =p9Py -----END PGP SIGNATURE----- --=-=-=--