From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24090 invoked by alias); 23 Jul 2015 10:59:57 -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 24080 invoked by uid 89); 23 Jul 2015 10:59:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 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; Thu, 23 Jul 2015 10:59:55 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 9BE0B7C; Thu, 23 Jul 2015 10:59:54 +0000 (UTC) Received: from [10.36.5.223] (vpn1-5-223.ams2.redhat.com [10.36.5.223]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t6NAxqFP024181 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 23 Jul 2015 06:59:54 -0400 Subject: Re: [AArch64] Long branch veneer support far symbol defined by --defsym To: Jiong Wang , "binutils@sourceware.org" References: From: Nick Clifton Message-ID: <55B0C928.2010203@redhat.com> Date: Thu, 23 Jul 2015 10:59:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00252.txt.bz2 Hi Jiong, > 2015-07-20 Jiong Wang > > bfd/ > * bfd/elfnn-aarch64.c (aarch64_type_of_stub): New parameter "sym_sec". > Loose the check for symbol from ABS section. > (elfNN_aarch64_size_stubs): Pass sym_sec. > > ld/testsuite/ > * ld-aarch64/farcall-b-defsym.s: New test. > * ld-aarch64/farcall-bl-defsym.s: Ditto. > * ld-aarch64/farcall-b-defsym.d: New expectation. > * ld-aarch64/farcall-bl-defsym.d: Ditto. Approved - please apply. Cheers Nick