This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix glibc binary compatibility problems


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?

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]