From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4148 invoked by alias); 17 May 2013 05:07:37 -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 4115 invoked by uid 89); 17 May 2013 05:07:32 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 17 May 2013 05:07:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E04961C7972; Fri, 17 May 2013 01:07:29 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id KUnWQssN0JFd; Fri, 17 May 2013 01:07:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 70F771C7651; Fri, 17 May 2013 01:07:29 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 5B363C25F1; Fri, 17 May 2013 09:07:23 +0400 (RET) Date: Fri, 17 May 2013 05:07:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFA/dwarf 2/2] Mark all functions as prototyped except C functions. Message-ID: <20130517050723.GB4017@adacore.com> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ehd712l6.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00662.txt.bz2 > 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. I couldn't really find an answer via quick googling. I am happy excluding opencl as well - that would preserve the existing behavior for this language. Or said differently, it would change the behavior for the following languages: D, Go, Fortran, M2, Asm, Ada, and "minimal". -- Joel