From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16573 invoked by alias); 18 Jun 2009 15:35:27 -0000 Received: (qmail 16562 invoked by uid 22791); 18 Jun 2009 15:35:25 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_00,DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: sourceware.org Received: from sebabeach.org (HELO sebabeach.org) (64.165.110.50) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Jun 2009 15:35:20 +0000 Received: from sspiff.sspiff.org (seba.sebabeach.org [10.8.159.10]) by sebabeach.org (Postfix) with ESMTP id 4A7B56E3C4; Thu, 18 Jun 2009 08:35:17 -0700 (PDT) Message-ID: <4A3A5EB4.3070309@sebabeach.org> Date: Thu, 18 Jun 2009 15:35:00 -0000 From: Doug Evans User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Masaki Muranaka CC: cgen@sourceware.org Subject: Re: [PATCH] Log message fix References: <842A757C-C343-4363-B406-8A14AA8CCBF5@monami-software.com> <4A39D323.6090406@sebabeach.org> <4E07CA97-7D2D-4084-A56A-A0299A5284F1@monami-software.com> In-Reply-To: <4E07CA97-7D2D-4084-A56A-A0299A5284F1@monami-software.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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/msg00042.txt.bz2 Masaki Muranaka wrote: > Hello, > Thanks for your comment. > I re-generated the patch to get more consistency. > Yikes. I think I goofed in the sense that at least for the sims the files don't have a "$cpu-" prefix. E.g. In the gdb tree, ls src/sim/m32r. Opcode files need the prefix because they all live in the same directory. That's not the case with the sims. Ummm, "Sorry about that Chief". :-( I realize it's just a debugging printf, but OTOH "consistency is good". How about something that works regardless of what the file is. Maybe something like: (logit 1 "Generating " (gen-cpu-name) "'s cpu.h ...\n") Or some such ... I can do that if you want. Saves you from having to retype everything again. Apologies.