From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3220 invoked by alias); 3 Mar 2018 00:58:33 -0000 Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org Received: (qmail 3191 invoked by uid 89); 3 Mar 2018 00:58:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*Ad:U*cgen X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 03 Mar 2018 00:58:31 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 61CE1C057F84; Sat, 3 Mar 2018 00:58:30 +0000 (UTC) Received: from redhat.com (ovpn-116-136.phx2.redhat.com [10.3.116.136]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3FAE0620A8; Sat, 3 Mar 2018 00:58:30 +0000 (UTC) Received: from fche by redhat.com with local (Exim 4.89) (envelope-from ) id 1ervVM-0000Pu-Nb; Fri, 02 Mar 2018 19:58:28 -0500 Date: Sat, 03 Mar 2018 00:58:00 -0000 From: "Frank Ch. Eigler" To: Alan Modra Cc: cgen@sourceware.org Subject: Re: binutils opcodes error messages Message-ID: <20180303005828.GA32765@redhat.com> References: <20180302235809.GE3812@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180302235809.GE3812@bubble.grove.modra.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2018-q1/txt/msg00005.txt.bz2 Hi - > This patch is aimed at making binutils/opcodes files comply with the > GNU coding standard regarding error messages [...] lgtm, thanks. - FChE