* dwarf2-frame.c (struct comp_unit): Use bfd_size_type for
dwarf_frame_size.
+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.
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;