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: [sim] new port: Renesas RL78


On Thursday 17 November 2011 14:47:54 DJ Delorie wrote:
> +      for (i=0; i<32; i++)

seems many of the for loops in here need to have spaces added around their 
operators.
	for (i = 0; i < 32; i++)

otherwise, didn't really see anything else from scanning through.  other than 
my overall comment that it'd be nice if this used common/ instead of doing 
everything itself ;).
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


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