From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60059 invoked by alias); 7 Apr 2016 13:51:01 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 58621 invoked by uid 89); 7 Apr 2016 13:50:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Kevin, D*verizon.net, saunders, trevor X-HELO: mail-pf0-f177.google.com Received: from mail-pf0-f177.google.com (HELO mail-pf0-f177.google.com) (209.85.192.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 07 Apr 2016 13:50:49 +0000 Received: by mail-pf0-f177.google.com with SMTP id n1so56289821pfn.2 for ; Thu, 07 Apr 2016 06:50:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=M6TqOCSocBAw/RRMvDJDxfaTHPjhNQK9oj7BmQcT8wE=; b=TZ/ldzo/HPvbcF0pnVoQKl5cbBtur5h7FDmUJizBul2WnrFF1aGuJgonXmUysirQkt JpvzwgRNPds5f/YJvFEAF3UobJEPNo1p3Z5U4r8EP4LlwPJ0lOMxx9AXXm2hLo6voG4I P21Nz/kue6dnbScTAmm78yn95q9mjszEcl2C0+wzx4vKumsdiUXNEOU+7OuE5sQYTCP3 t0UXHG/Kl6+9uLXk5+adU8RDkwCsB0Az8+tas8KLo4oC8ld7zFF2+n5LEfPB71GnAWEU q+ckEqz4AKdCbJndicfe4awuVc/nB0+a3gLfUAkrDVL0++czX8n0D1oVWeydwma5bRRz W2Bg== X-Gm-Message-State: AD7BkJKMZD/wZsl+ddtR53CCwcbbEywjiXX0rQD0WPXL0p26pd8O79Rxzg5j8sas4rDIcg== X-Received: by 10.98.87.200 with SMTP id i69mr4820372pfj.63.1460037047388; Thu, 07 Apr 2016 06:50:47 -0700 (PDT) Received: from bubble.grove.modra.org (CPE-58-160-146-233.sa.bigpond.net.au. [58.160.146.233]) by smtp.gmail.com with ESMTPSA id uw2sm12549856pac.10.2016.04.07.06.50.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Apr 2016 06:50:46 -0700 (PDT) Received: by bubble.grove.modra.org (Postfix, from userid 1000) id BB6D2EA0157; Thu, 7 Apr 2016 23:20:41 +0930 (ACST) Date: Thu, 07 Apr 2016 13:51:00 -0000 From: Alan Modra To: Claudiu Zissulescu Cc: Nick Clifton , "binutils@sourceware.org" Subject: Re: [PATCH] [ARC] Prepare strings for automatic translation. Message-ID: <20160407135041.GK18129@bubble.grove.modra.org> References: <1460030573-16082-1-git-send-email-claziss@synopsys.com> <5706562B.8050403@redhat.com> <098ECE41A0A6114BB2A07F1EC238DE896617D76C@DE02WEMBXB.internal.synopsys.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <098ECE41A0A6114BB2A07F1EC238DE896617D76C@DE02WEMBXB.internal.synopsys.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00122.txt.bz2 On Thu, Apr 07, 2016 at 01:22:05PM +0000, Claudiu Zissulescu wrote: > In my last commit, I've added an extra line on top of gas/Changelog by mistake. What is the procedure to remove it. Sorry for this inconvenience. You would normally just make another commit to fix the ChangeLog. I've fixed it for you, and a bunch of other errors too. Indent with a tab, not spaces. diff --git a/gas/ChangeLog b/gas/ChangeLog index 9307b64..a756924 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,9 +1,8 @@ -gas/ 2016-04-07 Claudiu Zissulescu - * config/tc-arc.c (arc_option): Prepare string for automatic - translation. - (declare_register): Likewise. + * config/tc-arc.c (arc_option): Prepare string for automatic + translation. + (declare_register): Likewise. 2016-04-06 James Greenhalgh @@ -52,16 +51,16 @@ gas/ 2016-04-05 Claudiu Zissulescu - * config/tc-arc.c (is_code_density_p): Compare directly the - subclass field. - (is_spfp_p, is_dpfp_p, is_spfp_p): Define. - (check_cpu_feature): New function. - (find_opcode_match): Use check_cpu_feature function. - (preprocess_operands): Likewise. - (md_parse_option): Use mfpuda, mdpfp, mspfp options. - * testsuite/gas/arc/tdpfp.d: New file. - * testsuite/gas/arc/tfpuda.d: Likewise. - * testsuite/gas/arc/tfpx.s: Likewise. + * config/tc-arc.c (is_code_density_p): Compare directly the + subclass field. + (is_spfp_p, is_dpfp_p, is_spfp_p): Define. + (check_cpu_feature): New function. + (find_opcode_match): Use check_cpu_feature function. + (preprocess_operands): Likewise. + (md_parse_option): Use mfpuda, mdpfp, mspfp options. + * testsuite/gas/arc/tdpfp.d: New file. + * testsuite/gas/arc/tfpuda.d: Likewise. + * testsuite/gas/arc/tfpx.s: Likewise. 2016-04-05 Jiong Wang @@ -72,16 +71,17 @@ gas/ * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New warning results. * testsuite/gas/arm/simd_by_scalar_low_regbank.s: New test source. * testsuite/gas/arm/simd_by_scalar_low_regbank.d: New testcase. - * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise for Thumb. + * testsuite/gas/arm/simd_by_scalar_low_regbank_thumb.d: Likewise + for Thumb. * testsuite/gas/arm/simd_by_scalar_low_regbank.l: New warning results. 2016-04-05 Claudiu Zissulescu - * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for + * config/tc-arc.c (assemble_insn): Prohibit pc-rel relocations for JUMP instructions type. - * testsuite/gas/arc/relocs-errors.d: New file. - * testsuite/gas/arc/relocs-errors.err: Likewise. - * testsuite/gas/arc/relocs-errors.s: Likewise. + * testsuite/gas/arc/relocs-errors.d: New file. + * testsuite/gas/arc/relocs-errors.err: Likewise. + * testsuite/gas/arc/relocs-errors.s: Likewise. 2016-04-04 H.J. Lu @@ -456,20 +456,20 @@ gas/ 2016-03-30 Claudiu Zissulescu - * testsuite/gas/all/gas.exp: Don't xfail on ARC. - * testsuite/gas/elf/elf.exp: Likewise. - * testsuite/gas/all/redef3.d: Allow execution for ARC. + * testsuite/gas/all/gas.exp: Don't xfail on ARC. + * testsuite/gas/elf/elf.exp: Likewise. + * testsuite/gas/all/redef3.d: Allow execution for ARC. 2016-03-30 Claudiu Zissulescu - * testsuite/gas/arc/warn.exp: Fix matching pattern. + * testsuite/gas/arc/warn.exp: Fix matching pattern. 2016-03-29 Claudiu Zissulescu - * testsuite/gas/arc/ext2op.d: New file. - * testsuite/gas/arc/ext2op.s: Likewise. - * testsuite/gas/arc/ext3op.d: Likewise. - * testsuite/gas/arc/ext3op.s: Likewise. + * testsuite/gas/arc/ext2op.d: New file. + * testsuite/gas/arc/ext2op.s: Likewise. + * testsuite/gas/arc/ext3op.d: Likewise. + * testsuite/gas/arc/ext3op.s: Likewise. 2016-03-29 Trevor Saunders @@ -827,7 +827,7 @@ gas/ 2016-03-15 Ulrich Drepper * doc/c-i386.texi (Register Naming): Update to details of the - latest architecture version. + latest architecture version. 2016-03-10 Mickael Guene @@ -925,12 +925,12 @@ gas/ 2016-02-29 Cupertino Miranda Claudiu Zissulescu - * config/tc-arc.c (arc_extra_reloc): Change size to 0. - (tc_arc_fix_adjustable): Changed default return value to 1. - * testsuite/gas/arc/j.d: Updated expected symbol - * testsuite/gas/arc/jl.d: Likewise - * testsuite/gas/arc/relax-avoid1.d: Likewise - * testsuite/gas/arc/st.d: Likewise + * config/tc-arc.c (arc_extra_reloc): Change size to 0. + (tc_arc_fix_adjustable): Changed default return value to 1. + * testsuite/gas/arc/j.d: Updated expected symbol + * testsuite/gas/arc/jl.d: Likewise + * testsuite/gas/arc/relax-avoid1.d: Likewise + * testsuite/gas/arc/st.d: Likewise 2016-02-29 Claudiu Zissulescu @@ -1120,7 +1120,7 @@ gas/ 2016-02-24 Kyrylo Tkachov - * doc/c-arm.texi (ARM Options): Document cortex-a17. + * doc/c-arm.texi (ARM Options): Document cortex-a17. 2016-02-23 H.J. Lu @@ -1228,7 +1228,7 @@ gas/ * input-file.h (input_file_open): Adjust. * input-scrub.c (logical_input_file): change type to const char *. (physical_input_file): Likewise. - (struct input_save): Adjust. + (struct input_save): Adjust. (input_scrub_push): Adjust. (input_scrub_begin): Adjust. (as_where): Adjust. @@ -1309,7 +1309,7 @@ gas/ and string const char *. * read.c (_bfd_rel): Make type of name const char *. * app.c (out_string): Change type to const char *. - (struct app_save::out_string): Likewise. + (struct app_save::out_string): Likewise. 2016-02-18 Dan Gisselquist Nick Clifton @@ -1503,7 +1503,7 @@ gas/ 2016-02-03 Kevin Buettner - * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4. + * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4. 2016-02-03 H.J. Lu @@ -1585,10 +1585,9 @@ gas/ 2016-01-26 Claudiu Zissulescu - * config/tc-arc.c (md_apply_fix): Allow addendum. - (arc_reloc_op): Allow complex expressions for tpoff. - (md_apply_fix): Handle resolved TLS local symbol. - + * config/tc-arc.c (md_apply_fix): Allow addendum. + (arc_reloc_op): Allow complex expressions for tpoff. + (md_apply_fix): Handle resolved TLS local symbol. * testsuite/gas/arc/tls-relocs1.d: New file. * testsuite/gas/arc/tls-relocs1.s: Likewise. -- Alan Modra Australia Development Lab, IBM