public inbox for cgen-cvs@sourceware.org
help / color / mirror / Atom feed
* src/cgen ChangeLog desc-cpu.scm opc-asmdis.scm ...
@ 2001-10-09  1:24 nickc
  0 siblings, 0 replies; 3+ messages in thread
From: nickc @ 2001-10-09  1:24 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sources.redhat.com	2001-10-09 01:24:22

Modified files:
	cgen           : ChangeLog desc-cpu.scm opc-asmdis.scm 
	                 opc-ibld.scm opc-itab.scm 
	cgen/cpu       : fr30.opc m32r.opc openrisc.opc 

Log message:
	Fix compile time warning messages in generated C files

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.79&r2=1.80
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/desc-cpu.scm.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/opc-asmdis.scm.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/opc-ibld.scm.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/opc-itab.scm.diff?cvsroot=src&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/fr30.opc.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/m32r.opc.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/openrisc.opc.diff?cvsroot=src&r1=1.1&r2=1.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

* src/cgen ChangeLog desc-cpu.scm opc-asmdis.scm ...
@ 2018-03-03  1:31 amodra
  0 siblings, 0 replies; 3+ messages in thread
From: amodra @ 2018-03-03  1:31 UTC (permalink / raw)
  To: cgen-cvs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* src/cgen ChangeLog desc-cpu.scm opc-asmdis.scm ...
@ 2005-07-01 11:16 nickc
  0 siblings, 0 replies; 3+ messages in thread
From: nickc @ 2005-07-01 11:16 UTC (permalink / raw)
  To: cgen-cvs

CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2005-07-01 11:16:30

Modified files:
	cgen           : ChangeLog desc-cpu.scm opc-asmdis.scm 
	                 opc-ibld.scm opc-itab.scm 
	cgen/cpu       : fr30.opc i960.opc ip2k.opc iq2000.opc m32r.opc 
	                 openrisc.opc sh.opc sparc.opc xstormy16.opc 

Log message:
	Update function declarations to ISO C90 formatting

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.212&r2=1.213
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/desc-cpu.scm.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/opc-asmdis.scm.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/opc-ibld.scm.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/opc-itab.scm.diff?cvsroot=src&r1=1.12&r2=1.13
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/fr30.opc.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/i960.opc.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/ip2k.opc.diff?cvsroot=src&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/iq2000.opc.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/m32r.opc.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/openrisc.opc.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/sh.opc.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/sparc.opc.diff?cvsroot=src&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/cpu/xstormy16.opc.diff?cvsroot=src&r1=1.5&r2=1.6


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-03  1:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-09  1:24 src/cgen ChangeLog desc-cpu.scm opc-asmdis.scm nickc
2005-07-01 11:16 nickc
2018-03-03  1:31 amodra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).