From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10615 invoked by alias); 12 Nov 2013 18:34:11 -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 10602 invoked by uid 89); 12 Nov 2013 18:34:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_20,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-vb0-f52.google.com Received: from Unknown (HELO mail-vb0-f52.google.com) (209.85.212.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 12 Nov 2013 18:33:41 +0000 Received: by mail-vb0-f52.google.com with SMTP id f12so4459920vbg.39 for ; Tue, 12 Nov 2013 10:33:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=j9ayBgvh4Xl10Jtqk7gsydO8nZnamgAImUIQc3pEMfc=; b=GDJRKLqxkB+F5o9zYnMnr0yUxb4DBPpyfZ/ir0TbNlyyvDPmPPTxeCLv8RK2+mygip h7PRrjhHfMMjSJXsp5VxqVYkF+T9NHjTHilX440eCshTxLo1NpXdRSOGxHXcE12qjd54 pgfejEFoNhBINgvHBgx202xuSEP4kDamnb0q0dGL8qN8sgCgWJfNgBN45qDFnsIbJJmx SNYZLBdQX4F7aUxCt6SSwxdurFDs224/0m/u5RUWq+t2CAsowepN9X7x12T4WVFfBz8Z 1oxbCgBacOBg5nW/rPIS/sVRkGK2hFdh3TJAqfu2AIiAo94z/lWP7GbjGSCTsOl1ZbE9 Nypw== X-Gm-Message-State: ALoCoQlPk9AdE7PdXTSPqjJSfOQS4rWeeSV5LgXK6/ehQNA/EUFQ6zYi484U4s2Z1+xBDiSKFmChKbOOBukz8AvXaqiEVfb9Jx7N41tOOJtUEq0v8sVLdA47i3TWynAykEdUQVRIJ3l1XpfVrRu8ftLyxjQ9D31QV/O9kvw4MR7PFyJBHiounluzQnKdq71thYEqgW024UofsfZ8E9K03NpqhFaaoQ6eOA== MIME-Version: 1.0 X-Received: by 10.220.58.1 with SMTP id e1mr30361889vch.0.1384281213632; Tue, 12 Nov 2013 10:33:33 -0800 (PST) Received: by 10.52.237.232 with HTTP; Tue, 12 Nov 2013 10:33:33 -0800 (PST) In-Reply-To: <20131108175033.GA11849@host2.jankratochvil.net> References: <87li13shk2.fsf@fleche.redhat.com> <20131105172219.GA21529@host2.jankratochvil.net> <20131105180547.GA24004@host2.jankratochvil.net> <20131106212434.GA4193@host2.jankratochvil.net> <20131107190059.GA24230@host2.jankratochvil.net> <21117.8566.225807.905608@ruffy.mtv.corp.google.com> <20131108175033.GA11849@host2.jankratochvil.net> Date: Tue, 12 Nov 2013 18:46:00 -0000 Message-ID: Subject: Re: [PATCH] Fix Gold/strip discrepancies for PR 11786 From: Doug Evans To: Jan Kratochvil Cc: Tom Tromey , gdb-patches , Pedro Alves , Stan Shebs Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00324.txt.bz2 On Fri, Nov 8, 2013 at 9:50 AM, Jan Kratochvil wrote: > On Fri, 08 Nov 2013 18:37:58 +0100, Doug Evans wrote: >> I'd feel more comfortable with explicit approval from all the GMs, >> as opposed to passive non-disapproval. :-) > > I have only expressed my opinion and giving a passive non-disapproval to > whatever you think is right. Not having to follow the GNU coding style for > example permits at least the testcases to be written in a common modern coding > style people already know. Ok, cool. I wrote this: https://sourceware.org/gdb/wiki/Internals%20GDB-Testsuite-Coding-Standards Feel free to tweak or add whatever community rules there are. I'll add more as it occurs to me.