]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Pass offset_size to print_dwarf_vma for cie_id
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 12 Oct 2013 17:00:31 +0000 (17:00 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 12 Oct 2013 17:00:31 +0000 (17:00 +0000)
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.

binutils/ChangeLog
binutils/dwarf.c
binutils/testsuite/ChangeLog
binutils/testsuite/binutils-all/x86-64/compressed-1a.d

index 7fe722a4ac661441ddd56581c463e27637625cff..0e763d8d75b7c2f48e0ff00513d8a6fcf455acf5 100644 (file)
@@ -1,3 +1,8 @@
+2013-10-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * dwarf.c (display_debug_frames): Pass offset_size to
+       print_dwarf_vma for cie_id.
+
 2013-10-11  Roland McGrath  <mcgrathr@google.com>
 
        * winduni.c (languages): Use \345 (octal syntax) rather than
index afedf3e92a60b9798ce05baa79a7309685081aa8..ae50a65fbdf026d764d7ca350a74faddeb4dd633 100644 (file)
@@ -5280,7 +5280,7 @@ display_debug_frames (struct dwarf_section *section,
 
          printf ("\n%08lx ", (unsigned long) (saved_start - section_start));
          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)
            {
@@ -5416,7 +5416,7 @@ display_debug_frames (struct dwarf_section *section,
          printf ("\n%08lx %s %s FDE cie=%08lx pc=",
                  (unsigned long)(saved_start - section_start),
                  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));
 
          if (fc->segment_size)
index ac2de1f2708654f6847e6913d3bc66ac5fa23e45..1ab6e86bf6f873c816c7d39904495bf2e81cd448 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-12  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
index 0dfbdc1b047832913eef8d522ab2592b215d9e1d..f1e4bbcd88f88508d70f469b50adeae899a6df72 100644 (file)
@@ -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