From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5452 invoked by alias); 22 Jun 2002 05:14:00 -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 5433 invoked from network); 22 Jun 2002 05:13:57 -0000 Received: from unknown (HELO myware.mynet) (24.221.190.179) by sources.redhat.com with SMTP; 22 Jun 2002 05:13:57 -0000 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by myware.mynet (8.12.3/8.12.3) with ESMTP id g5M5DuDH015706; Fri, 21 Jun 2002 22:13:56 -0700 Subject: Re: [PATCH] Fix glibc binary compatibility problems From: Ulrich Drepper To: Jakub Jelinek Cc: Glibc hackers In-Reply-To: <20020607120559.M20867@sunsite.ms.mff.cuni.cz> References: <20020607120559.M20867@sunsite.ms.mff.cuni.cz> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-EPNbXfRYrGVzFLAoUDIv" Date: Fri, 21 Jun 2002 22:14:00 -0000 Message-Id: <1024722836.2240.78.camel@myware.mynet> Mime-Version: 1.0 X-SW-Source: 2002-06/txt/msg00031.txt.bz2 --=-EPNbXfRYrGVzFLAoUDIv Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Content-length: 939 On Fri, 2002-06-07 at 03:05, Jakub Jelinek wrote: > readelf -a /lib/i686/libc.so.6 | grep gethostent_r | less > 1062: 420f87e0 198 FUNC GLOBAL DEFAULT 11 gethostent_r@GLIBC_2.0 > 1380: 420f87e0 198 FUNC LOCAL DEFAULT 11 __old_gethostent_r > 1494: 420f8720 187 FUNC LOCAL HIDDEN 11 gethostent_r@@GLIBC_2.1= .2 > 2108: 420f8720 187 FUNC LOCAL HIDDEN 11 __gethostent_r > 3441: 420f87e0 198 FUNC GLOBAL DEFAULT 11 gethostent_r@GLIBC_2.0 > and similarly for all other get*ent_r functions, plus _IO_wfile_jumps > is not exported either but used to be (@@GLIBC_2.2). I've applied parts of the patch. I do not know why _IO_wfile_jumps is needed. What package is using it? --=20 ---------------. ,-. 1325 Chesapeake Terrace Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA Red Hat `--' drepper at redhat.com `------------------------ --=-EPNbXfRYrGVzFLAoUDIv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part Content-length: 232 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA9FAeU2ijCOnn/RHQRAo5HAKCXwdWUFoOqXeroh7lOmGxZAzZfDACfeLsC AUpitS7OWzawo5iRfVuEuls= =zwCq -----END PGP SIGNATURE----- --=-EPNbXfRYrGVzFLAoUDIv--