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 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?

	Andrew




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