From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9725 invoked by alias); 17 Jun 2009 20:06:02 -0000 Received: (qmail 9702 invoked by uid 22791); 17 Jun 2009 20:06:00 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from p12018-ipbffx02marunouchi.tokyo.ocn.ne.jp (HELO mail.pizzafactory.jp) (222.147.75.18) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Jun 2009 20:05:53 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.pizzafactory.jp (Postfix) with ESMTP id F29134C9930E for ; Thu, 18 Jun 2009 05:05:50 +0900 (JST) Received: from mail.pizzafactory.jp ([127.0.0.1]) by localhost (ldap.monami-software.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dJcBfqx8EXN0 for ; Thu, 18 Jun 2009 05:05:50 +0900 (JST) Received: from [172.16.80.51] (s209.GtokyoFL1.vectant.ne.jp [202.215.14.209]) by mail.pizzafactory.jp (Postfix) with ESMTP id 7F4314C99300 for ; Thu, 18 Jun 2009 05:05:50 +0900 (JST) Message-Id: <842A757C-C343-4363-B406-8A14AA8CCBF5@monami-software.com> From: Masaki Muranaka To: cgen@sourceware.org Content-Type: multipart/mixed; boundary=Apple-Mail-6-673972720 Mime-Version: 1.0 (Apple Message framework v935.3) Subject: [PATCH] Log message fix Date: Wed, 17 Jun 2009 20:06:00 -0000 X-IsSubscribed: yes Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00039.txt.bz2 --Apple-Mail-6-673972720 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-length: 105 Hello, This is a small and obvious fix. Is ChangeLog entry needed? -- Masaki Muranaka Monami software --Apple-Mail-6-673972720 Content-Disposition: attachment; filename=desc-cpu.scm.diff Content-Type: application/octet-stream; x-unix-mode=0644; name="desc-cpu.scm.diff" Content-Transfer-Encoding: 7bit Content-length: 1021 Index: desc-cpu.scm =================================================================== RCS file: /cvs/src/src/cgen/desc-cpu.scm,v retrieving revision 1.22 diff -u -p -r1.22 desc-cpu.scm --- desc-cpu.scm 28 Oct 2005 19:30:02 -0000 1.22 +++ desc-cpu.scm 17 Jun 2009 20:05:04 -0000 @@ -965,7 +965,7 @@ init_tables (void) ; Then they'd be usable and we wouldn't have to special case them here. (define (cgen-desc.h) - (logit 1 "Generating " (current-arch-name) " desc.h ...\n") + (logit 1 "Generating " (current-arch-name) "-desc.h ...\n") (string-write (gen-c-copyright "CPU data header for @arch@." CURRENT-COPYRIGHT CURRENT-PACKAGE) @@ -1018,7 +1018,7 @@ init_tables (void) ; no place to put this file. To be revisited when we do have such a place. (define (cgen-desc.c) - (logit 1 "Generating " (current-arch-name) " desc.c ...\n") + (logit 1 "Generating " (current-arch-name) "-desc.c ...\n") (string-write (gen-c-copyright "CPU data for @arch@." CURRENT-COPYRIGHT CURRENT-PACKAGE) --Apple-Mail-6-673972720--