This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] [AArch64] Fixup ld-aarch64/eh-frame.d expected PC range.


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  <marcus.shawcroft@arm.com>

       * ld-aarch64/eh-frame.d: Adjust FDE pc address.
commit 302d6d2ef25f88c8c91c41effab46caa806c7942
Author: Marcus Shawcroft <marcus.shawcroft@arm.com>
Date:   Mon Mar 31 12:13:03 2014 +0100

    [AArch64] Fixup ld-aarch64/eh-frame.d expected PC range.
    
    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  <marcus.shawcroft@arm.com>
+
+	* ld-aarch64/eh-frame.d: Adjust FDE pc address.
+
 2014-03-27  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/16756
diff --git a/ld/testsuite/ld-aarch64/eh-frame.d b/ld/testsuite/ld-aarch64/eh-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
 
-0+0048 0+0014 0+004c FDE cie=0+0000 pc=f+fffff80..f+fffffc0
+0+0048 0+0014 0+004c FDE cie=0+0000 pc=0+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
 
-0+00a8 0+0014 0+004c FDE cie=0+0060 pc=f+fffffc0..0+0000
+0+00a8 0+0014 0+004c FDE cie=0+0060 pc=0+8040..0+8080
   DW_CFA_nop
   DW_CFA_nop
   DW_CFA_nop

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]