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.
This commit is contained in:
parent
3736004f01
commit
9c41109d36
4 changed files with 14 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-09-27 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* dwarf.c (display_debug_frames): Pass offset_size to
|
||||||
|
print_dwarf_vma for cie_id.
|
||||||
|
|
||||||
2013-09-20 Alan Modra <amodra@gmail.com>
|
2013-09-20 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
|
@ -5249,7 +5249,7 @@ display_debug_frames (struct dwarf_section *section,
|
||||||
|
|
||||||
printf ("\n%08lx ", (unsigned long) (saved_start - section_start));
|
printf ("\n%08lx ", (unsigned long) (saved_start - section_start));
|
||||||
print_dwarf_vma (length, fc->ptr_size);
|
print_dwarf_vma (length, fc->ptr_size);
|
||||||
print_dwarf_vma (cie_id, fc->ptr_size);
|
print_dwarf_vma (cie_id, offset_size);
|
||||||
|
|
||||||
if (do_debug_frames_interp)
|
if (do_debug_frames_interp)
|
||||||
{
|
{
|
||||||
|
@ -5385,7 +5385,7 @@ display_debug_frames (struct dwarf_section *section,
|
||||||
printf ("\n%08lx %s %s FDE cie=%08lx pc=",
|
printf ("\n%08lx %s %s FDE cie=%08lx pc=",
|
||||||
(unsigned long)(saved_start - section_start),
|
(unsigned long)(saved_start - section_start),
|
||||||
dwarf_vmatoa_1 (NULL, length, fc->ptr_size),
|
dwarf_vmatoa_1 (NULL, length, fc->ptr_size),
|
||||||
dwarf_vmatoa_1 (NULL, cie_id, fc->ptr_size),
|
dwarf_vmatoa_1 (NULL, cie_id, offset_size),
|
||||||
(unsigned long)(cie->chunk_start - section_start));
|
(unsigned long)(cie->chunk_start - section_start));
|
||||||
|
|
||||||
if (fc->segment_size)
|
if (fc->segment_size)
|
||||||
|
|
|
@ -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>
|
2013-09-12 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* binutils-all/x86-64/compressed-1a.d: Update expected output to
|
* binutils-all/x86-64/compressed-1a.d: Update expected output to
|
||||||
|
|
|
@ -135,7 +135,7 @@ Contents of the .[z]?debug_str section:
|
||||||
|
|
||||||
Contents of the .[z]?debug_frame section:
|
Contents of the .[z]?debug_frame section:
|
||||||
|
|
||||||
00000000 00000014 ffffffff CIE
|
00000000 0+014 ffffffff CIE
|
||||||
Version: 1
|
Version: 1
|
||||||
Augmentation: ""
|
Augmentation: ""
|
||||||
Code alignment factor: 1
|
Code alignment factor: 1
|
||||||
|
@ -151,7 +151,7 @@ Contents of the .[z]?debug_frame section:
|
||||||
DW_CFA_nop
|
DW_CFA_nop
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue