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] deal with vector return value for ppc68


> Date: Wed, 2 Nov 2005 15:44:00 -0500
> From: Daniel Jacobowitz <drow@false.org>
>
> > +          if (readbuf)
> > +           {
> > +             regcache_cooked_read (regcache, tdep->ppc_vr0_regnum+2, readbuf);
> > +           }
> > +          if (writebuf)
> > +            {
> > +             regcache_cooked_write(regcache, tdep->ppc_vr0_regnum+2, writebuf);
> > +           }
> 
> Useless braces; spaces before parentheses.

And before and after the +.

Mark


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