From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8061 invoked by alias); 19 Apr 2005 09:54:34 -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 7838 invoked from network); 19 Apr 2005 09:54:26 -0000 Received: from unknown (HELO e31.co.us.ibm.com) (32.97.110.129) by sourceware.org with SMTP; 19 Apr 2005 09:54:26 -0000 Received: from westrelay02.boulder.ibm.com (westrelay02.boulder.ibm.com [9.17.195.11]) by e31.co.us.ibm.com (8.12.10/8.12.9) with ESMTP id j3J9sPua422744 for ; Tue, 19 Apr 2005 05:54:25 -0400 Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by westrelay02.boulder.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j3J9sPIA352164 for ; Tue, 19 Apr 2005 03:54:25 -0600 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j3J9sOkk022122 for ; Tue, 19 Apr 2005 03:54:24 -0600 Received: from austin.ibm.com (netmail2.austin.ibm.com [9.41.248.176]) by d03av02.boulder.ibm.com (8.12.11/8.12.11) with ESMTP id j3J9sOj9022113 for ; Tue, 19 Apr 2005 03:54:24 -0600 Received: from lazy.austin.ibm.com (lazy.austin.ibm.com [9.53.94.97]) by austin.ibm.com (8.12.10/8.12.10) with ESMTP id j3J9sNeT042902 for ; Tue, 19 Apr 2005 04:54:24 -0500 Date: Tue, 19 Apr 2005 09:54:00 -0000 From: Manoj Iyer X-X-Sender: manjo@lazy To: gdb-patches@sources.redhat.com Subject: Re: [RFC] Use HAVE_LONGLONG instead of __GNUC__ to check for long long support. In-Reply-To: <7320552869539569@webhare> Message-ID: References: <7320552869539569@webhare> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2005-04/txt/msg00217.txt.bz2 > > > > 2005-04-18 Manoj Iyer > > * configure.ac: Added check for long long. > > * config.in: Regenerated. > > * configure: Regenerated. > > * words.h: Modified logic to check for HAVE_LONGLONG instead of > > __GNUC__, added config.h header file. > > Please use AC_CHECK_TYPES, it should take care of defining > HAVE_LONG_LONG (note the extra underscore) and the comment all by > itself. So I dont need to regenerate config.in if I use AC_CHECK_TYPES? I need to modify only configure.ac and words.h ? Wondering how HAVE_LONG_LONG will get added to config.h in this case. -- Manjo