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 v4 01/13] sim/erc32: Added -v command line switch for verbose output


On 17 Mar 2015 22:02, Jiri Gaisler wrote:
> 	* func.c (show_stat) : Print simulation time in portable long long format.
> 
> 	* help.c (usage) : update usage help print-out
> 
> 	* sis.c (run_sim) : increase debug level with -v. Also print
> 	simulation time in portable long long format.
> 
> 	* sis.h : Use stdint.h for portable 32- and 64-bit ints.

style notes here:
 - should have date+author to start with
 - wrapped at <80 cols
 - no space before the colon
 - each entry should be a full sentence:
   - first world capitialized
   - period at the end
 - no blank lines between the entries

so this would be written as:
2015-03-17  Jiri Gaisler  <jiri@gaisler.se>

	* func.c (show_stat): Print simulation time in portable long long
	format.
	* help.c (usage): Update usage help print-out.
	* sis.c (run_sim): Increase debug level with -v. Also print
	simulation time in portable long long format.
	* sis.h: Use stdint.h for portable 32- and 64-bit ints.

i say this not because i like to be strict, but so that i don't have to rewrite 
things before committing ;).  the GNU style dictates these points, not i.

pushed this now, thanks!
-mike

Attachment: signature.asc
Description: Digital signature


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