From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4101 invoked by alias); 19 Apr 2005 21:48:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4077 invoked from network); 19 Apr 2005 21:48:06 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 19 Apr 2005 21:48:06 -0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j3JLkgV9023735; Tue, 19 Apr 2005 23:46:43 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j3JLkgVj010178; Tue, 19 Apr 2005 23:46:42 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j3JLkgwf015869; Tue, 19 Apr 2005 23:46:42 +0200 (CEST) Date: Tue, 19 Apr 2005 21:48:00 -0000 Message-Id: <200504192146.j3JLkgwf015869@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: manjo@austin.ibm.com, gdb-patches@sources.redhat.com In-reply-to: <20050419213634.GA12623@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 19 Apr 2005 17:36:34 -0400) Subject: Re: [RFC] (Resubmit) Use HAVE_LONGLONG instead of __GNUC__ to check for long long support. References: <7320552869539569@webhare> <20050419213634.GA12623@nevyn.them.org> X-SW-Source: 2005-04/txt/msg00227.txt.bz2 Date: Tue, 19 Apr 2005 17:36:34 -0400 From: Daniel Jacobowitz On Tue, Apr 19, 2005 at 05:06:28PM -0500, Manoj Iyer wrote: > > > Anymore thoughts on this patch? ok to commit? Please wait a bit. I asked Mark a question, and I haven't had time to go digging for the answer myself yet. It's only been a couple of hours. Oops. I just sent out an ok. I can vaguely remember something but it's gotten a bit mixed up with with the what I remember about the `long double' check in the gdb configure.ac. Mark