diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/eh-frame.d | 4 |
2 files changed, 6 insertions, 2 deletions
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 |