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: "Transfer rate" patch


On Tue, 2006-09-05 at 09:24 +0200, Ilko Iliev wrote:
> Hi,
> 
> I found a small bug by the calculating of the transfer rate at the 
> "load" command - if the download image size or the download speed is 
> higher then occurs overflow and the printed information is wrong.
> 
> I attached a patch for this problem.

Thank you Ilko -- two requests.
1) The gnu coding standard calls for a white space on each side
of an operator, eg. not "(foo)*1000" but (foo) * 1000".  Could
you add those please?  If you need to break a long line, break
it at an operator, and put the operator on the new line.  And,
2) All patches require a ChangeLog entry.  It should be short 
and descriptive, eg. "Fixed overflow problem".  See the file, 
ChangeLog, to get the format, and please include an entry when
you re-submit.

Thanks,
Michael Snyder


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