From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86264 invoked by alias); 25 Apr 2016 08:40:04 -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 86250 invoked by uid 89); 25 Apr 2016 08:40:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*f:sk:binutil, H*MI:sk:binutil, H*i:sk:binutil 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 25 Apr 2016 08:39:54 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DC6B58553D; Mon, 25 Apr 2016 08:39:52 +0000 (UTC) Received: from [10.36.4.178] (vpn1-4-178.ams2.redhat.com [10.36.4.178]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u3P8doXL018400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Apr 2016 04:39:51 -0400 Subject: Re: [PATCH] use xstrdup and concat more To: tbsaunde+binutils@tbsaunde.org, binutils@sourceware.org References: <1461483896-3190-1-git-send-email-tbsaunde+binutils@tbsaunde.org> From: Nick Clifton Message-ID: <571DD7D6.4050606@redhat.com> Date: Mon, 25 Apr 2016 08:40:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <1461483896-3190-1-git-send-email-tbsaunde+binutils@tbsaunde.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00404.txt.bz2 Hi Trev, > gas/ChangeLog: > 2016-04-24 Trevor Saunders > > * config/obj-coff.c (obj_coff_def): Simplify string copying. > (weak_name2altname): Likewise. > (weak_uniquify): Likewise. > (obj_coff_section): Likewise. > (obj_coff_init_stab_section): Likewise. > * config/obj-elf.c (obj_elf_section_name): Likewise. > (obj_elf_init_stab_section): Likewise. > * config/obj-evax.c (evax_shorten_name): Likewise. > * config/obj-macho.c (obj_mach_o_make_or_get_sect): Likewise. > * config/tc-aarch64.c (create_register_alias): Likewise. > * config/tc-alpha.c (load_expression): Likewise. > (s_alpha_file): Likewise. > (s_alpha_section_name): Likewise. > (tc_gen_reloc): Likewise. > * config/tc-arc.c (md_assemble): Likewise. > * config/tc-arm.c (create_neon_reg_alias): Likewise. > (start_unwind_section): Likewise. > * config/tc-hppa.c (pa_build_unwind_subspace): Likewise. > (hppa_elf_mark_end_of_function): Likewise. > * config/tc-nios2.c (nios2_modify_arg): Likewise. > (nios2_negate_arg): Likewise. > * config/tc-rx.c (rx_section): Likewise. > * config/tc-sh64.c (sh64_consume_datalabel): Likewise. > * config/tc-tic30.c (tic30_find_parallel_insn): Likewise. > * config/tc-tic54x.c (tic54x_include): Likewise. > (tic54x_macro_info): Likewise. > (subsym_get_arg): Likewise. > (subsym_substitute): Likewise. > (tic54x_start_line_hook): Likewise. > * config/tc-xtensa.c (xtensa_literal_prefix): Likewise. > (xg_reverse_shift_count): Likewise. > * config/xtensa-relax.c (enter_opname_n): Likewise. > (split_string): Likewise. > * dwarf2dbg.c (get_filenum): Likewise. > (process_entries): Likewise. > * expr.c (operand): Likewise. > * itbl-ops.c (alloc_entry): Likewise. > * listing.c (listing_message): Likewise. > (listing_title): Likewise. > * macro.c (check_macro): Likewise. > * stabs.c (s_xstab): Likewise. > * symbols.c (symbol_relc_make_expr): Likewise. > * write.c (compress_debug): Likewise. Approved - please apply. Cheers Nick