This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/3] bitpos: Expand type_field_bitpos to LONGEST and type.length to ULONGEST


On Wed, 22 Aug 2012 14:15:39 -0300, Sergio wrote:
> >  
> >  struct type *
> >  lookup_string_range_type (struct type *string_char_type,
> > -			  int low_bound, int high_bound)
> > +			  LONGEST low_bound, LONGEST high_bound)
> >  {
> >    struct type *result_type;
> 
> These two functions' prototypes have to be updated on gdbtypes.h.

Thanks, I had already fixed this with a follow-up patch submission.

Regards,
Siddhesh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]