From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24918 invoked by alias); 29 Oct 2013 22:23:42 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 24897 invoked by uid 89); 29 Oct 2013 22:23:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mail-pa0-f52.google.com Received: from mail-pa0-f52.google.com (HELO mail-pa0-f52.google.com) (209.85.220.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 29 Oct 2013 22:23:39 +0000 Received: by mail-pa0-f52.google.com with SMTP id bj1so15889pad.11 for ; Tue, 29 Oct 2013 15:23:37 -0700 (PDT) X-Received: by 10.68.49.232 with SMTP id x8mr1722872pbn.167.1383085417631; Tue, 29 Oct 2013 15:23:37 -0700 (PDT) Received: from bubble.grove.modra.org ([101.166.26.37]) by mx.google.com with ESMTPSA id ef10sm24179pac.1.2013.10.29.15.23.35 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 29 Oct 2013 15:23:36 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id 6FE10EA006C; Wed, 30 Oct 2013 08:53:32 +1030 (CST) Date: Tue, 29 Oct 2013 22:23:00 -0000 From: Alan Modra To: Tom Tromey Cc: GDB Development , Binutils Development Subject: Re: git is live Message-ID: <20131029222332.GZ20756@bubble.grove.modra.org> Mail-Followup-To: Tom Tromey , GDB Development , Binutils Development References: <877gd5iyaz.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <877gd5iyaz.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-10/txt/msg00187.txt.bz2 I tried to push some testsuite changes today, and got remote: ld/testsuite/ld-powerpc/tlsexe.r:50: trailing whitespace. remote: + +03 +\.tdata \.dynamic \.opd \.got \.plt remote: ld/testsuite/ld-powerpc/tlsexe.r:90: trailing whitespace. remote: +.* SECTION +LOCAL +DEFAULT +13 ... remote: error: hook declined to update refs/heads/master I agree that it's good to reject trailing whitespace generally, but the testsuite is a little special. We're matching tool output. If, as in this example, readelf emits trailing whitespace then we shouldn't need to write a regex to match it. Can this be fixed easily? -- Alan Modra Australia Development Lab, IBM