From patchwork Tue Sep 2 16:30:25 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Maciej W. Rozycki" X-Patchwork-Id: 2629 Received: (qmail 1603 invoked by alias); 2 Sep 2014 16:30:42 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 1589 invoked by uid 89); 2 Sep 2014 16:30:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 02 Sep 2014 16:30:39 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-04.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1XOqyV-0005cI-Fg from Maciej_Rozycki@mentor.com for gdb-patches@sourceware.org; Tue, 02 Sep 2014 09:30:34 -0700 Received: from localhost (137.202.0.76) by SVR-IES-FEM-04.mgc.mentorg.com (137.202.0.110) with Microsoft SMTP Server (TLS) id 14.2.247.3; Tue, 2 Sep 2014 17:30:30 +0100 Date: Tue, 2 Sep 2014 17:30:25 +0100 From: "Maciej W. Rozycki" To: CC: Stan Shebs Subject: [PATCH] CONTRIBUTE: For internals refer to wiki, not gdb/doc Message-ID: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Hi, I've noticed that after this change: commit 0a7cfe2cf50b450d0cf9db16ee4bd027e08763e8 Author: Stan Shebs Date: Mon Sep 16 18:00:34 2013 +0000 we've now got a stale reference in gdb/CONTRIBUTE to our former internals documentation in gdb/doc. Let's fix it up. OK to apply? 2014-09-02 Maciej W. Rozycki gdb/ * CONTRIBUTE (Coding Standards): For internals refer to wiki, not gdb/doc. Maciej gdb-contrib-gdbint.diff Index: gdb-fsf-trunk-quilt/gdb/CONTRIBUTE =================================================================== --- gdb-fsf-trunk-quilt.orig/gdb/CONTRIBUTE 2013-10-26 20:23:01.000000000 +0100 +++ gdb-fsf-trunk-quilt/gdb/CONTRIBUTE 2014-09-01 17:58:42.068940061 +0100 @@ -32,11 +32,12 @@ o Coding Standards Submissions which do not conform to the standards will be returned with a request to reformat the changes. + Ref: http://www.gnu.org/prep/standards_toc.html + GDB has certain additional coding requirements. Those - requirements are explained in the GDB internals documentation - in the gdb/doc directory. + requirements are explained in the GDB internals documentation. - Ref: http://www.gnu.org/prep/standards_toc.html + Ref: http://sourceware.org/gdb/wiki/Internals%20Coding-Standards o Copyright Assignment