From amodra@sourceware.org Sat Mar 3 01:31:00 2018 From: amodra@sourceware.org (amodra@sourceware.org) Date: Sat, 03 Mar 2018 01:31:00 -0000 Subject: src/cgen ChangeLog desc-cpu.scm opc-asmdis.scm ... Message-ID: <20180303013131.63552.qmail@sourceware.org> 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 From fche@sourceware.org Tue Nov 20 20:32:00 2018 From: fche@sourceware.org (fche@sourceware.org) Date: Tue, 20 Nov 2018 20:32:00 -0000 Subject: src/cgen ChangeLog doc/running.texi Message-ID: <20181120203239.26107.qmail@sourceware.org> CVSROOT: /cvs/src Module name: src Changes by: fche@sourceware.org 2018-11-20 20:32:39 Modified files: cgen : ChangeLog cgen/doc : running.texi Log message: 2018-11-20 Jose E. Marchesi * doc/running.texi (Set up the arguments for cgen): Raised from a subsection to a section. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.484&r2=1.485 http://sourceware.org/cgi-bin/cvsweb.cgi/src/cgen/doc/running.texi.diff?cvsroot=src&r1=1.7&r2=1.8