[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
This commit is contained in:
parent
46e2bafa7a
commit
72c56015dd
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user