mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-03 04:01:22 +08:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user