From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103273 invoked by alias); 6 May 2016 16:47:31 -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 103258 invoked by uid 89); 6 May 2016 16:47:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:347, our 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; Fri, 06 May 2016 16:47:21 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (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 1DBE81555D; Fri, 6 May 2016 16:47:20 +0000 (UTC) Received: from [10.36.6.246] (vpn1-6-246.ams2.redhat.com [10.36.6.246]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u46GlHXM017510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 6 May 2016 12:47:18 -0400 Subject: Re: [RFC PATCH, binutils, ARM 2/11, ping] Factor our stub creation in ARM backend To: Thomas Preudhomme , Christophe Lyon References: <004801d13d57$4a13b670$de3b2350$@foss.arm.com> <2632328.d9AUHOZn5J@e108577-lin> <1894904.1KFLMDu2Qh@e108577-lin> Cc: binutils@sourceware.org From: Nick Clifton Message-ID: Date: Fri, 06 May 2016 16:47:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <1894904.1KFLMDu2Qh@e108577-lin> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00071.txt.bz2 Hi Thomas, > *** bfd/ChangeLog *** > > 2015-12-16 Thomas Preud'homme > > * elf32-arm.c (elf32_arm_create_stub): New function. > (elf32_arm_size_stubs): Use elf32_arm_create_stub for stub creation. Approved, please apply. Cheers Nick