diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-09-27 18:05:03 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-09-27 18:05:03 +0000 |
commit | 9c41109d368bad91f2c3e8ebcdce18e521b0da0c (patch) | |
tree | 9595401ac1d058746bd66371e9f316e1aebf03a1 /binutils/testsuite | |
parent | 3736004f01ce839ed6f27fa97bdf8d5dea3e4653 (diff) | |
download | gdb-9c41109d368bad91f2c3e8ebcdce18e521b0da0c.zip gdb-9c41109d368bad91f2c3e8ebcdce18e521b0da0c.tar.gz gdb-9c41109d368bad91f2c3e8ebcdce18e521b0da0c.tar.bz2 |
Pass offset_size to print_dwarf_vma for cie_id
binutils/
* dwarf.c (display_debug_frames): Pass offset_size to
print_dwarf_vma for cie_id.
binutils/testsuite/
* binutils-all/x86-64/compressed-1a.d: Updated for 64-bit addresses.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/x86-64/compressed-1a.d | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index ac2de1f..6c98a13 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-09-27 H.J. Lu <hongjiu.lu@intel.com> + + * binutils-all/x86-64/compressed-1a.d: Updated for 64-bit addresses. + 2013-09-12 Nick Clifton <nickc@redhat.com> * binutils-all/x86-64/compressed-1a.d: Update expected output to diff --git a/binutils/testsuite/binutils-all/x86-64/compressed-1a.d b/binutils/testsuite/binutils-all/x86-64/compressed-1a.d index 0dfbdc1..f1e4bbc 100644 --- a/binutils/testsuite/binutils-all/x86-64/compressed-1a.d +++ b/binutils/testsuite/binutils-all/x86-64/compressed-1a.d @@ -135,7 +135,7 @@ Contents of the .[z]?debug_str section: Contents of the .[z]?debug_frame section: -00000000 00000014 ffffffff CIE +00000000 0+014 ffffffff CIE Version: 1 Augmentation: "" Code alignment factor: 1 @@ -151,7 +151,7 @@ Contents of the .[z]?debug_frame section: DW_CFA_nop DW_CFA_nop -00000018 00000014 00000000 FDE cie=00000000 pc=0+0000..0+0002 +00000018 0+014 00000000 FDE cie=00000000 pc=0+0000..0+0002 -00000030 00000014 00000000 FDE cie=00000000 pc=0+0010..0+0015 +00000030 0+014 00000000 FDE cie=00000000 pc=0+0010..0+0015 |