This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: [rfa] MIPS/Linux, take 3


On Tue, Jul 10, 2001 at 03:50:53PM -0400, Andrew Cagney wrote:
> > On Mon, Jul 09, 2001 at 03:04:27PM -0400, Andrew Cagney wrote:
> > 
> >> > +    supply_register ((regi - EF_REG0), (char *)(regp + regi));
> > 
> >> 
> >> Just FYI, you don't need the cast and in general people are removing
> >> them.
> > 
> > 
> > I don't get it.  What do you mean by "don't need the cast"?  I get a
> > warning without it.
> 
> 
> Grumph, sorry, never mind.
> 
> regcache.h:extern void supply_register (int regnum, char *val);
> 
> Feel motivated enough to file a PR against it?

Sure.  I'm still not entirely clear what the right thing to do is,
though.  Play with void* instead?  It's hard to say what type the
incoming data should really be, if not char*.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


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