This is the mail archive of the cgen-cvs@sourceware.org mailing list for the CGEN 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]

src/cgen ChangeLog desc-cpu.scm opc-asmdis.scm ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	amodra@sourceware.org	2018-03-03 01:31:31

Modified files:
	cgen           : ChangeLog desc-cpu.scm opc-asmdis.scm 
	                 opc-ibld.scm utils.scm 

Log message:
	binutils opcodes error messages
	
	This patch is aimed at making binutils/opcodes files comply with the
	GNU coding standard regarding error messages, that is, they should
	start with the program name followed by a colon, then a lower case
	message.  Accomplished by calling opcodes_error_handler to output the
	program name (and final '\n'), rather than calling fprintf.
	
	* desc-cpu.scm (opcodes_error_handler): Define.
	(@arch@_cgen_rebuild_tables): Use opcodes_error_handler.
	(@arch@_cgen_cpu_open): Likewise.
	* opc-asmdis.scm (@arch@_cgen_parse_operand): Likewise.
	(@arch@_cgen_print_operand): Likewise.
	* opc-ibld.scm (@arch@_cgen_get_int_operand): Likewise.
	(@arch@_cgen_get_vma_operand): Likewise.
	(@arch@_cgen_set_int_operand): Likewise.
	(@arch@_cgen_set_vma_operand): Likewise.
	(@arch@_cgen_insert_operand): Likewise.
	(@arch@_cgen_extract_operand): Likewise.
	* utils.scm: Update emitted copyright dates.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.483&r2=1.484
http://sourceware.org/cgi-bin/cvsweb.cgi/src/cgen/desc-cpu.scm.diff?cvsroot=src&r1=1.35&r2=1.36
http://sourceware.org/cgi-bin/cvsweb.cgi/src/cgen/opc-asmdis.scm.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/cgen/opc-ibld.scm.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/cgen/utils.scm.diff?cvsroot=src&r1=1.40&r2=1.41


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