2009-06-18 Paul Pluzhnikov <ppluzhnikov@google.com>
* dwarf2-frame.c (struct comp_unit): Use bfd_size_type for dwarf_frame_size.
This commit is contained in:
parent
14aae7232b
commit
c098b58b16
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user