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: [RFA] get_array_bounds function: change low and high parameter type to LONGEST *


> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Joel Brobecker
> Envoyé?: Wednesday, June 02, 2010 11:22 PM
> À?: Pierre Muller
> Cc?: gdb-patches@sourceware.org
> Objet?: Re: [RFA] get_array_bounds function: change low and high
> parameter type to LONGEST *
> 
> > 2010-06-02  Pierre Muller  <muller@ics.u-strasbg.fr>
> >
> > 	* valprint.h (get_array_bounds): Change low and high parameter
> types
> > 	to LONGEST *.
> > 	* valprint.c (get_array_bounds): Use get_discrete_bounds call to
> > 	compute bounds.
> > 	(val_print_array_elements): Adapt to change above.
> > 	* ada-valprint.c (print_optional_low_bound): Adapt to change
> above.
> > 	* p-valprint.c (pascal_val_print): Likewise.
> 
> This is a nice cleanup, thank you. OK to commit.
Thank you for the approval,
patch committed.

Pierre


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