From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8220 invoked by alias); 8 Nov 2010 16:43:46 -0000 Received: (qmail 8209 invoked by uid 22791); 8 Nov 2010 16:43:45 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Nov 2010 16:43:40 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 49F7E2BAC5C; Mon, 8 Nov 2010 11:43:38 -0500 (EST) 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 xBGsLIipYzwT; Mon, 8 Nov 2010 11:43:38 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 7CC432BAC56; Mon, 8 Nov 2010 11:43:37 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 7BC17145907; Mon, 8 Nov 2010 08:43:32 -0800 (PST) Date: Mon, 08 Nov 2010 16:43:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: jan.kratochvil@redhat.com, eliz@gnu.org, dje@google.com, gdb-patches@sourceware.org, ken@linux.vnet.ibm.com, tromey@redhat.com, pedro@codesourcery.com Subject: Re: [doc RFA] Switch to GCC coding style [Re: [patch] initial OpenCL C language support] Message-ID: <20101108164332.GD2933@adacore.com> References: <20101026195747.GE2847@adacore.com> <20101027190417.GA19067@host1.dyn.jankratochvil.net> <201010272020.51386.pedro@codesourcery.com> <20101102165134.GA19296@host0.dyn.jankratochvil.net> <20101102172246.GA22137@host0.dyn.jankratochvil.net> <8339rj5y7z.fsf@gnu.org> <20101108124942.GA29408@host0.dyn.jankratochvil.net> <20101108161121.GA2933@adacore.com> <201011081638.oA8GciFV005540@glazunov.sibelius.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011081638.oA8GciFV005540@glazunov.sibelius.xs4all.nl> User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2010-11/txt/msg00120.txt.bz2 > > I agree that 1 document would be better, even if we end up duplicating > > some information in GCS. It's just simpler for everyone. > > Not sure about that. Quite a few people are already familliar with > the GNU Coding standards. Having a document that describes just the > additional bits means there is less material to read through, and less > likely for people to miss the GDB-specific bits. OK - so how about 2 sections: 1. Coding Conventions from the GCS 2. The other Coding Conventions used in GDB Have a link that allows to jump directly to (2)? -- Joel