diff options
author | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-03-31 12:58:48 +0100 |
---|---|---|
committer | Marcus Shawcroft <marcus.shawcroft@arm.com> | 2014-03-31 12:58:48 +0100 |
commit | 72c56015dda568cdcce75dc0316aa768f922c2d7 (patch) | |
tree | 32483136cf7d2de21eea8e273555fb4da77061d0 /ld/testsuite/ld-aarch64 | |
parent | 46e2bafa7a77fb852862a89bca861ba39d9cdb8e (diff) | |
download | gdb-72c56015dda568cdcce75dc0316aa768f922c2d7.zip gdb-72c56015dda568cdcce75dc0316aa768f922c2d7.tar.gz gdb-72c56015dda568cdcce75dc0316aa768f922c2d7.tar.bz2 |
[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
Diffstat (limited to 'ld/testsuite/ld-aarch64')
-rw-r--r-- | ld/testsuite/ld-aarch64/eh-frame.d | 4 |
1 files changed, 2 insertions, 2 deletions
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 |