From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23880 invoked by alias); 19 Dec 2007 17:51:09 -0000 Received: (qmail 23866 invoked by uid 22791); 19 Dec 2007 17:51:07 -0000 X-Spam-Check-By: sourceware.org Received: from qmta01.westchester.pa.mail.comcast.net (HELO QMTA01.westchester.pa.mail.comcast.net) (76.96.62.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 19 Dec 2007 17:50:52 +0000 Received: from OMTA01.westchester.pa.mail.comcast.net ([76.96.62.11]) by QMTA01.westchester.pa.mail.comcast.net with comcast id SgTH1Y00C0EZKEL050A200; Wed, 19 Dec 2007 17:50:50 +0000 Received: from lucon.org ([24.6.230.138]) by OMTA01.westchester.pa.mail.comcast.net with comcast id Shqp1Y00R2zoa483M00000; Wed, 19 Dec 2007 17:50:50 +0000 X-Authority-Analysis: v=1.0 c=1 a=Uotg21Mx8sIA:10 a=OLZtnFUuPwiVisFomn8A:9 a=jSuO6uwo-cKgBau0p1IA:7 a=IyajKhiQjEAloIq5v8-xFIjl6L8A:4 a=3dWWJ1Qilv0A:10 a=LY0hPdMaydYA:10 Received: by lucon.org (Postfix, from userid 500) id 80F4FF8283; Wed, 19 Dec 2007 09:50:49 -0800 (PST) Date: Wed, 19 Dec 2007 17:51:00 -0000 From: "H.J. Lu" To: GDB Cc: drow@false.org Subject: Re: gdb 6.7.50.20071219-cvs doesn't build on Linux/ia64 Message-ID: <20071219175049.GA1132@lucon.org> References: <20071219174232.GA1094@lucon.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071219174232.GA1094@lucon.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00151.txt.bz2 On Wed, Dec 19, 2007 at 09:42:32AM -0800, H.J. Lu wrote: > When building gdb 6.7.50.20071219-cvs on Linux/ia64, I got > > /net/gnu-6/export/gnu/src/gdb/gdb/gdb/gdbserver/linux-low.c:1751: > undefined reference to `clone' > linux-low.o: In function `linux_test_for_tracefork': > /net/gnu-6/export/gnu/src/gdb/gdb/gdb/gdbserver/linux-low.c:1784: > undefined reference to `clone' > > there is no clone, only clone2, on Linux/ia64. > This regression was introduced by 2007-11-01 Daniel Jacobowitz * linux-low.c (linux_tracefork_grandchild): New. (linux_tracefork_child): Use clone. (linux_test_for_tracefork): Use clone; allocate and free a stack. Daniel, can you look into it? Thanks. H.J.