From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28855 invoked by alias); 31 Mar 2014 12:00: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 28832 invoked by uid 89); 31 Mar 2014 11:59:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: service87.mimecast.com Received: from service87.mimecast.com (HELO service87.mimecast.com) (91.220.42.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 31 Mar 2014 11:59:58 +0000 Received: from cam-owa1.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 31 Mar 2014 12:59:54 +0100 Received: from [10.1.207.52] ([10.1.255.212]) by cam-owa1.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 31 Mar 2014 13:00:09 +0100 Message-ID: <533958B8.4070709@arm.com> Date: Mon, 31 Mar 2014 12:00:00 -0000 From: Marcus Shawcroft User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "binutils@sourceware.org" Subject: [PATCH] [AArch64] Fixup ld-aarch64/eh-frame.d expected PC range. X-MC-Unique: 114033112595403801 Content-Type: multipart/mixed; boundary="------------060704080804030400000806" X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00315.txt.bz2 This is a multi-part message in MIME format. --------------060704080804030400000806 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable Content-length: 322 Fix the expected output for ld-aarch64/eh-frame.d. This issue was exposed by the recent fix to the output of objdump -Wf here: https://sourceware.org/ml/binutils/2014-03/msg00251.html Committed. /Marcus 2014-03-31 Marcus Shawcroft * ld-aarch64/eh-frame.d: Adjust FDE pc address.= --------------060704080804030400000806 Content-Type: text/x-patch; name=binutils-eh-frame-merge.diff Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="binutils-eh-frame-merge.diff" Content-length: 1451 commit 302d6d2ef25f88c8c91c41effab46caa806c7942 Author: Marcus Shawcroft Date: Mon Mar 31 12:13:03 2014 +0100 [AArch64] Fixup ld-aarch64/eh-frame.d expected PC range. =20=20=20=20 Fix the expected output for ld-aarch64/eh-frame.d. This issue was exposed by the recent fix to the output of objdump -Wf here: https://sourceware.org/ml/binutils/2014-03/msg00251.html diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index b5d1344..0d36a4f 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-03-31 Marcus Shawcroft + + * ld-aarch64/eh-frame.d: Adjust FDE pc address. + 2014-03-27 H.J. Lu =20 PR ld/16756 diff --git a/ld/testsuite/ld-aarch64/eh-frame.d b/ld/testsuite/ld-aarch64/e= h-frame.d index f3daeb2..15d5c5c 100644 --- a/ld/testsuite/ld-aarch64/eh-frame.d +++ b/ld/testsuite/ld-aarch64/eh-frame.d @@ -34,7 +34,7 @@ Contents of the .eh_frame section: DW_CFA_nop DW_CFA_nop =20 -0+0048 0+0014 0+004c FDE cie=3D0+0000 pc=3Df+fffff80..f+fffffc0 +0+0048 0+0014 0+004c FDE cie=3D0+0000 pc=3D0+8000..0+8040 DW_CFA_nop DW_CFA_nop DW_CFA_nop @@ -75,7 +75,7 @@ Contents of the .eh_frame section: DW_CFA_nop DW_CFA_nop =20 -0+00a8 0+0014 0+004c FDE cie=3D0+0060 pc=3Df+fffffc0..0+0000 +0+00a8 0+0014 0+004c FDE cie=3D0+0060 pc=3D0+8040..0+8080 DW_CFA_nop DW_CFA_nop DW_CFA_nop= --------------060704080804030400000806--