From: Paul Pluzhnikov Date: Thu, 18 Jun 2009 14:02:18 +0000 (+0000) Subject: 2009-06-18 Paul Pluzhnikov X-Git-Tag: dje-cgen-play1-branchpoint~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c098b58b165ac735c3908e5167d0c1efc37f9a41;p=external%2Fbinutils.git 2009-06-18 Paul Pluzhnikov * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for dwarf_frame_size. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e178ae..352deeb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2009-06-18 Paul Pluzhnikov + + * dwarf2-frame.c (struct comp_unit): Use bfd_size_type for + dwarf_frame_size. + 2009-06-17 Tom Tromey * dwarf2read.c (zlib_decompress_section): Use a cleanup. diff --git a/gdb/dwarf2-frame.c b/gdb/dwarf2-frame.c index cf080b3..67265f2 100644 --- a/gdb/dwarf2-frame.c +++ b/gdb/dwarf2-frame.c @@ -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;