OSDN Git Service

2009-06-18 Paul Pluzhnikov <ppluzhnikov@google.com>
authorppluzhnikov <ppluzhnikov>
Thu, 18 Jun 2009 14:02:15 +0000 (14:02 +0000)
committerppluzhnikov <ppluzhnikov>
Thu, 18 Jun 2009 14:02:15 +0000 (14:02 +0000)
* dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
dwarf_frame_size.

gdb/ChangeLog
gdb/dwarf2-frame.c

index 3e178ae..352deeb 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
+       dwarf_frame_size.
+
 2009-06-17  Tom Tromey  <tromey@redhat.com>
 
        * dwarf2read.c (zlib_decompress_section): Use a cleanup.
index cf080b3..67265f2 100644 (file)
@@ -130,7 +130,7 @@ struct comp_unit
   gdb_byte *dwarf_frame_buffer;
 
   /* Length of the loaded .debug_frame section.  */
-  unsigned long dwarf_frame_size;
+  bfd_size_type dwarf_frame_size;
 
   /* Pointer to the .debug_frame section.  */
   asection *dwarf_frame_section;