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 V2 3/3] fort_dyn_array: Use value constructor instead of raw-buffer manipulation.


Bernhard Heckel <bernhard.heckel@intel.com> writes:

> 2014-05-28  Sanimir Agovic  <sanimir.agovic@intel.com>
>             Keven Boell  <keven.boell@intel.com>
>             Bernhard Heckel  <bernhard.heckel@intel.com>
>
> gdb/Changelog:
> 	* f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
> 	function.
> 	(F77_DIM_SIZE, F77_DIM_OFFSET): Remove macro.
> 	(f77_print_array_1): Use value_subscript to subscript a
> 	value array.
> 	(f77_print_array): Remove call to f77_create_arrayprint_offset_tbl.
> 	(f_val_print): Use value_field to construct a field value.
>
> gdb/testsuite/Changelog:
> 	* vla-type.exp: Print structure from toplevel.

Patch is good to me.

-- 
Yao (éå)


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