Another obstack patch.

Chris Moller cmoller@redhat.com
Thu Apr 22 20:13:00 GMT 2010


On 04/22/10 15:03, Tom Tromey wrote:
>>>>>> "Chris" == Chris Moller<cmoller@redhat.com>  writes:
>>>>>>              
>
> Chris>   static void cp_print_value (struct type *, struct type *, const gdb_byte *,
> Chris>   			int, CORE_ADDR, struct ui_file *, int,
> Chris>  -			    const struct value_print_options *, struct type **);
> Chris>  +			    const struct value_print_options *,
> Chris>  +			    struct type **);
>
> Don't mix reformatting and semantic changes.
>
> Chris>  +	      if (obstack_final_size>  stat_array_obstack_initial_size) {
>
> Wrong brace placement.
>
> Ok with those changes.
>    

Fixed and committed.

cm

> Tom
>    



More information about the Gdb-patches mailing list