From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23389 invoked by alias); 30 Jan 2002 14:21:02 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 23311 invoked from network); 30 Jan 2002 14:20:56 -0000 Received: from unknown (HELO Cantor.suse.de) (213.95.15.193) by sources.redhat.com with SMTP; 30 Jan 2002 14:20:56 -0000 Received: from Hermes.suse.de (Hermes.suse.de [213.95.15.136]) by Cantor.suse.de (Postfix) with ESMTP id 507AD1E3E8; Wed, 30 Jan 2002 15:20:55 +0100 (MET) Date: Wed, 30 Jan 2002 06:53:00 -0000 From: Philipp Thomas To: Richard.Earnshaw@arm.com Cc: Nick Clifton , binutils@sources.redhat.com Subject: Re: [PATCH] Unify messages in coff-arm.c and elf32-arm.h Message-ID: <20020130152054.H5439@jeffreys.suse.de> Mail-Followup-To: Philipp Thomas , Richard.Earnshaw@arm.com, Nick Clifton , binutils@sources.redhat.com References: <200201301412.OAA04072@cam-mail2.cambridge.arm.com> <200201301415.OAA04249@cam-mail2.cambridge.arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <200201301415.OAA04249@cam-mail2.cambridge.arm.com>; from rearnsha@arm.com on Wed, Jan 30, 2002 at 02:15:13PM +0000 X-SW-Source: 2002-01/txt/msg00654.txt.bz2 * Richard Earnshaw (rearnsha@arm.com) [20020130 15:15]: > > > - _bfd_error_handler (("Warning: Clearing the interworking bit of %s > > > + _bfd_error_handler (("Warning: Clearing the interworking flag of %s, > > Leave out the comma, you already have in the other file. Thanks for spotting that. > One other thing. Why have you switched to "interworking *bit*"? I think > flag was clearer. Read again ;-) The *old* code used "interworking bit", which I changed to "interworking flag" precisely because I thought it to be clearer. Philipp