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] PPC enable Alitvec hardware, part 3 revision b


Yes this is a conundrum. These changes are changing the ABI so must be 
versioned but 2.3.3 is already shipped in a distro.

[sjmunroe@spokane3 sjmunroe]$ uname -a
Linux spokane3 2.4.21-3.EL #1 SMP Fri Sep 19 13:58:23 EDT 2003 ppc64 ppc64 
ppc64 GNU/Linux
[sjmunroe@spokane3 sjmunroe]$  readelf -a /lib/libc.so.6 | grep getcontext
  1652: 00046e4c     8 FUNC    GLOBAL DEFAULT   10 getcontext@GLIBC_2.1
  2044: 00046ce4   360 FUNC    GLOBAL DEFAULT   10 getcontext@@GLIBC_2.3.3
  5130: 00046ce4   360 FUNC    LOCAL  DEFAULT   10 __getcontext
  5742: 00046e4c     8 FUNC    LOCAL  DEFAULT   10 __getcontext_stub
  7860: 00046e4c     8 FUNC    GLOBAL DEFAULT   10 getcontext@GLIBC_2.1
  8252: 00046ce4   360 FUNC    GLOBAL DEFAULT   10 getcontext@@GLIBC_2.3.3

So these changes must be against 2.3.4

Steven J. Munroe
Power Linux Toolchain Architect
IBM Corporation, Linux Technology Center





Thorsten Kukuk <kukuk@suse.de>
Sent by: libc-hacker-owner@sources.redhat.com
01/16/2004 01:30 AM

 
        To:     libc-hacker@sources.redhat.com
        cc: 
        Subject:        Re: [PATCH] PPC enable Alitvec hardware, part 3 revision b



On Thu, Jan 15, Ulrich Drepper wrote:

> I've applied the patches.  Responsibility for any breakage they might
> cause is still yours.

It does not compile on PPC nor PPC64:

version GLIBC_2.3.4 not defined for libc

  Thorsten

-- 
Thorsten Kukuk       http://www.suse.de/~kukuk/        kukuk@suse.de
SuSE Linux AG        Maxfeldstr. 5                 D-90409 Nuernberg
-------------------------------------------------------------------- 
Key fingerprint = A368 676B 5E1B 3E46 CFCE  2D97 F8FD 4E23 56C6 FB4B





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