diff options
author | Kyrylo Tkachov <ktkachov@sourceware.org> | 2013-09-18 13:59:12 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@sourceware.org> | 2013-09-18 13:59:12 +0000 |
commit | 25f686c226fe67017e54670302cd5c040d8a4ae9 (patch) | |
tree | 843035088760edb3d909565f75d20c837d4e447a | |
parent | a205fbfc1842906a733ffdafcd297cbca3d23ae4 (diff) | |
download | gdb-25f686c226fe67017e54670302cd5c040d8a4ae9.zip gdb-25f686c226fe67017e54670302cd5c040d8a4ae9.tar.gz gdb-25f686c226fe67017e54670302cd5c040d8a4ae9.tar.bz2 |
2013-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* ld-aarch64/eh-frame.d: Update expected output to allow for
64-bit addresses.
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/eh-frame.d | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index c471ccd..04a0af1 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-09-18 Kyrylo Tkachov <kyrylo.tkachov@arm.com> + + * ld-aarch64/eh-frame.d: Update expected output to allow for + 64-bit addresses. + 2013-09-12 Nick Clifton <nickc@redhat.com> * ld-elf/eh1.d: Update expected output to allow for diff --git a/ld/testsuite/ld-aarch64/eh-frame.d b/ld/testsuite/ld-aarch64/eh-frame.d index 88e9988..f3daeb2 100644 --- a/ld/testsuite/ld-aarch64/eh-frame.d +++ b/ld/testsuite/ld-aarch64/eh-frame.d @@ -2,7 +2,7 @@ Contents of the .eh_frame section: -00000000 00000044 00000000 CIE +0+0000 0+0044 0+0000 CIE Version: 1 Augmentation: "zR" Code alignment factor: 2 @@ -34,7 +34,7 @@ Contents of the .eh_frame section: DW_CFA_nop DW_CFA_nop -00000048 00000014 0000004c FDE cie=00000000 pc=f*ffffff80..f*ffffffc0 +0+0048 0+0014 0+004c FDE cie=0+0000 pc=f+fffff80..f+fffffc0 DW_CFA_nop DW_CFA_nop DW_CFA_nop @@ -43,7 +43,7 @@ Contents of the .eh_frame section: DW_CFA_nop DW_CFA_nop -00000060 00000044 00000000 CIE +0+0060 0+0044 0+0000 CIE Version: 1 Augmentation: "zR" Code alignment factor: 2 @@ -75,7 +75,7 @@ Contents of the .eh_frame section: DW_CFA_nop DW_CFA_nop -000000a8 00000014 0000004c FDE cie=00000060 pc=f*ffffffc0..00000000 +0+00a8 0+0014 0+004c FDE cie=0+0060 pc=f+fffffc0..0+0000 DW_CFA_nop DW_CFA_nop DW_CFA_nop |