From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29667 invoked by alias); 21 Mar 2003 22:26:33 -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 29651 invoked from network); 21 Mar 2003 22:26:33 -0000 Received: from unknown (HELO e5.ny.us.ibm.com) (32.97.182.105) by sources.redhat.com with SMTP; 21 Mar 2003 22:26:33 -0000 Received: from northrelay03.pok.ibm.com (northrelay03.pok.ibm.com [9.56.224.151]) by e5.ny.us.ibm.com (8.12.8/8.12.2) with ESMTP id h2LMQMoe182616; Fri, 21 Mar 2003 17:26:22 -0500 Received: from d27ml105.rchland.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by northrelay03.pok.ibm.com (8.12.8/NCO/VER6.5) with ESMTP id h2LMQJPs094106; Fri, 21 Mar 2003 17:26:20 -0500 To: Roland McGrath Cc: libc-hacker@sources.redhat.com, Alan Modra , "Janis Johnson" MIME-Version: 1.0 Subject: Re: chech-abi for PPC64 Message-ID: From: "Steve Munroe" Date: Fri, 21 Mar 2003 22:27:00 -0000 Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2003-03/txt/msg00066.txt.bz2 Roland McGrath writes: > You are using gcc 3.3, right? I get similar results on my ppc32 build > when I use gcc 3.3. (I have not tried gcc 3.3 on another platform lately.) Yes the tls/__thread support for ppc32/64 is only available in gcc-3.3+. I'll bring this up with Alan and Janis. Thanks.