From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8112 invoked by alias); 2 Nov 2011 19:12:22 -0000 Received: (qmail 8103 invoked by uid 22791); 2 Nov 2011 19:12:21 -0000 X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,TW_BL X-Spam-Check-By: sourceware.org Received: from mail-qy0-f169.google.com (HELO mail-qy0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Nov 2011 19:12:02 +0000 Received: by qyk15 with SMTP id 15so2308686qyk.0 for ; Wed, 02 Nov 2011 12:12:01 -0700 (PDT) Received: by 10.68.6.234 with SMTP id e10mr6033201pba.90.1320261121188; Wed, 02 Nov 2011 12:12:01 -0700 (PDT) Received: by 10.68.6.234 with SMTP id e10mr6033187pba.90.1320261121055; Wed, 02 Nov 2011 12:12:01 -0700 (PDT) Received: from coign.google.com ([216.239.45.130]) by mx.google.com with ESMTPS id lk8sm6940261pbb.4.2011.11.02.12.11.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Nov 2011 12:11:59 -0700 (PDT) From: Ian Lance Taylor To: Matthew Gretton-Dann Cc: "binutils\@sourceware.org" Subject: Re: [RFA] Fix gold's understanding of ARM v4T/v5T interworking References: <4E80908B.4080309@arm.com> Date: Wed, 02 Nov 2011 19:12:00 -0000 In-Reply-To: <4E80908B.4080309@arm.com> (Matthew Gretton-Dann's message of "Mon, 26 Sep 2011 15:47:39 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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 X-SW-Source: 2011-11/txt/msg00024.txt.bz2 Matthew Gretton-Dann writes: > 2011-09-20 Matthew Gretton-Dann > > * arm.cc (Target_arm::Target_arm): Remove initialisation of > may_use_blx_ > (Target_arm::may_use_blx): Remove method. > (Target_arm::set_may_use_blx): Likewise. > (Target_arm::may_use_v4t_interworking): New method. > (Target_arm::may_use_v5t_interworking): Likewise. > (Target_arm::may_use_blx_): Remove member variable. > (Arm_relocate_functions::arm_branch_common): Check for v5T > interworking. > (Arm_relocate_functions::thumb_branch_common): Likewise. > (Reloc_stub::stub_type_for_reloc): Likewise. > (Target_arm::do_finalize_sections): Correct interworking checks. > * testsuite/Makefile.am: Add new tests. > * testsuite/Makefile.in: Regenerate. > * testsuite/arm_farcall_arm_arm.s: New test. > * testsuite/arm_farcall_arm_arm.sh: Likewise. > * testsuite/arm_farcall_arm_thumb.s: Likewise. > * testsuite/arm_farcall_arm_thumb.sh: Likewise. > * testsuite/arm_farcall_thumb_arm.s: Likewise. > * testsuite/arm_farcall_thumb_arm.sh: Likewise. > * testsuite/arm_farcall_thumb_thumb.s: Likewise. > * testsuite/arm_farcall_thumb_thumb.sh: Likewise. Committed. Sorry for the delay. Ian