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]: Fix access to SPU registers for fortran


On Mon, Apr 21, 2008 at 09:29:15PM +0200, Ulrich Weigand wrote:
> Markus Deuling wrote:
> 
> > 	* eval.c (evaluate_subexp_standard): Use value_subscripted_rvalue for
> > 	multi_f77_subscript to support values from registers.
> > 	* valarith.c (value_subscripted_rvalue): Remove prototype and static.
> > 	* value.h (value_subscripted_rvalue): Add prototype.
> > 
> > 	* f-typeprint.c (f_type_print_base): Add support for TYPE_CODE_UNION.
> > 	Fix output.
> > 	* f-valprint.c (f_val_print): Likewise.
> 
> This is OK, thanks.

Not without documentation, please.  Syntax that doesn't come from
Fortran (as far as I know) and isn't in the manual might as well not
be there :-)

-- 
Daniel Jacobowitz
CodeSourcery


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