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] Handle BINOP_INTDIV in eval.c


Thanks, committed right now.

  I will try to also commit my pascal testcase
later.

Pierre Muller

> -----Original Message-----
> From: Daniel Jacobowitz [mailto:drow@false.org]
> Sent: Wednesday, January 30, 2008 1:59 AM
> To: Pierre Muller
> Cc: 'Joel Brobecker'; gdb-patches@sourceware.org
> Subject: Re: [RFA] Handle BINOP_INTDIV in eval.c
> 
> On Fri, Jan 25, 2008 at 11:52:28AM +0100, Pierre Muller wrote:
> >  My first patch handling BINOP_INTDIV was incomplete,
> > I forgot the eval.c part that is required:
> >
> > I send here a minimal patch to
> > allow to get a 'print 13 div 3' to return '4'
> >
> >   Is this OK?
> >
> > ChangeLog entry:
> >
> > 2008-01-25  Pierre Muller  <muller@ics.u-strasbg.fr>
> >
> > 	* eval.c (evaluate_subexp_standard): Support
> > 	BINOP_INTDIV opcode.
> 
> OK.
> 
> --
> Daniel Jacobowitz
> CodeSourcery




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