From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28021 invoked by alias); 17 May 2013 15:06:52 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 28007 invoked by uid 89); 17 May 2013 15:06:49 -0000 X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 17 May 2013 15:06:48 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4HF6jPa031861 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 17 May 2013 11:06:46 -0400 Received: from barimba (ovpn-113-158.phx2.redhat.com [10.3.113.158]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r4HF6i3g022550 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 17 May 2013 11:06:45 -0400 From: Tom Tromey To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: [RFA/dwarf 2/2] Mark all functions as prototyped except C functions. References: <87txm6dhhm.fsf@fleche.redhat.com> <1368623983-10625-1-git-send-email-brobecker@adacore.com> <1368623983-10625-3-git-send-email-brobecker@adacore.com> <87ip2k2s8u.fsf@fleche.redhat.com> <20130516073804.GE5555@adacore.com> <20130516081355.GG5555@adacore.com> <87ehd712l6.fsf@fleche.redhat.com> <20130517050723.GB4017@adacore.com> Date: Fri, 17 May 2013 15:06:00 -0000 In-Reply-To: <20130517050723.GB4017@adacore.com> (Joel Brobecker's message of "Fri, 17 May 2013 09:07:23 +0400") Message-ID: <878v3dsl18.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2013-05/txt/msg00680.txt.bz2 >>>>> "Joel" == Joel Brobecker writes: Joel> Pierre noticed a small typo in "asssume" (thank you!), so here is Joel> a new version with the typo corrected. >> >> Sorry, one last question -- do we need an exclusion for OpenCL as well? >> OpenCL is based on C99. Joel> I couldn't really find an answer via quick googling. I am happy Joel> excluding opencl as well - that would preserve the existing behavior Joel> for this language. Or said differently, it would change the behavior Joel> for the following languages: D, Go, Fortran, M2, Asm, Ada, and Joel> "minimal". Yeah, I think that is the way to go. Tom