From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63572 invoked by alias); 3 Mar 2018 01:31:31 -0000 Mailing-List: contact cgen-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cgen-cvs-owner@sourceware.org Received: (qmail 63555 invoked by uid 9051); 3 Mar 2018 01:31:31 -0000 Message-ID: <20180303013131.63552.qmail@sourceware.org> From: amodra@sourceware.org Date: Sat, 03 Mar 2018 01:31:00 -0000 To: cgen-cvs@sourceware.org Subject: src/cgen ChangeLog desc-cpu.scm opc-asmdis.scm ... User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2018/txt/msg00000.txt.bz2 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