[AArch64] Fixup ld-aarch64/eh-frame.d expected PC range.
authorMarcus Shawcroft <marcus.shawcroft@arm.com>
Mon, 31 Mar 2014 11:58:48 +0000 (12:58 +0100)
committerMarcus Shawcroft <marcus.shawcroft@arm.com>
Mon, 31 Mar 2014 11:58:48 +0000 (12:58 +0100)
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

ld/testsuite/ChangeLog
ld/testsuite/ld-aarch64/eh-frame.d

index b5d13447053fc238b868820ba69751f670b31f9e..0d36a4fd88a3a238c11a1bdd4b9aa7da5c58cf08 100644 (file)
@@ -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
index f3daeb2eb1c3f287656e50c5940d6336a1a715ab..15d5c5c0c4a388e095c9409539654fce2b92b500 100644 (file)
@@ -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
This page took 0.026141 seconds and 4 git commands to generate.