From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18696 invoked by alias); 28 Jan 2005 20:49:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18666 invoked from network); 28 Jan 2005 20:49:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 28 Jan 2005 20:49:39 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0SKndek022951 for ; Fri, 28 Jan 2005 15:49:39 -0500 Received: from localhost.redhat.com (vpn50-67.rdu.redhat.com [172.16.50.67]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0SKnXO05136; Fri, 28 Jan 2005 15:49:34 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 23CAB7D79; Fri, 28 Jan 2005 15:49:22 -0500 (EST) Message-ID: <41FAA54E.8080100@gnu.org> Date: Fri, 28 Jan 2005 20:49:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Hans-Peter Nilsson Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA:] The CRIS simulator. References: <200501280442.j0S4g4B0013369@ignucius.se.axis.com> In-Reply-To: <200501280442.j0S4g4B0013369@ignucius.se.axis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00287.txt.bz2 > I certainly had a lot of fun with the autoconf change. I can't > use the sim/README-HACKING instructions. For example the > autoheader-common rule barfs all over and I still have an empty > sim/cris/config.in. Running aclocal or autoheader manually > doesn't help. Since sim/cris works anyway, I checked in the > empty config.in to keep sim/cris/configure.ac uniform with the > others. The barfing indicates missing quotations in > common/aclocal.m4. Whatever. Ah, ok (thanks). Remember that for GDB anyone can commit configure changes and fixes (just ask your self "do you feel lucky" :-). Andrew