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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue