From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31655 invoked by alias); 19 Apr 2005 21:43:22 -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 31632 invoked from network); 19 Apr 2005 21:43:20 -0000 Received: from unknown (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 19 Apr 2005 21:43:20 -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 j3JLhFGD031172; Tue, 19 Apr 2005 23:43:15 +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 j3JLhEDk027946; Tue, 19 Apr 2005 23:43:15 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j3JLhE80025473; Tue, 19 Apr 2005 23:43:14 +0200 (CEST) Date: Tue, 19 Apr 2005 21:43:00 -0000 Message-Id: <200504192143.j3JLhE80025473@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: manjo@austin.ibm.com CC: gdb-patches@sources.redhat.com, drow@false.org In-reply-to: (message from Manoj Iyer on Tue, 19 Apr 2005 17:06:28 -0500 (CDT)) Subject: Re: [RFC] (Resubmit) Use HAVE_LONGLONG instead of __GNUC__ to check for long long support. References: <7320552869539569@webhare> X-SW-Source: 2005-04/txt/msg00226.txt.bz2 Date: Tue, 19 Apr 2005 17:06:28 -0500 (CDT) From: Manoj Iyer Anymore thoughts on this patch? ok to commit? Yes please commit the AC_CHECK_TYPES() stuff. Whatever's the reason for not using this in gdb/, I don't think that applies here. Perhaps Dan is just confused with the long double test there. Guess the only way to find out whether there's something wrong is checking this bit in. Mark