From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7482 invoked by alias); 28 Jan 2005 04:42:17 -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 7289 invoked from network); 28 Jan 2005 04:42:08 -0000 Received: from unknown (HELO krynn.se.axis.com) (212.209.10.221) by sourceware.org with SMTP; 28 Jan 2005 04:42:08 -0000 Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.83.5.18]) by krynn.se.axis.com (8.12.9/8.12.9/Debian-5local0.1) with ESMTP id j0S4g5Uh025240; Fri, 28 Jan 2005 05:42:05 +0100 Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id j0S4g4dD013373; Fri, 28 Jan 2005 05:42:04 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id j0S4g4B0013369; Fri, 28 Jan 2005 05:42:04 +0100 Date: Fri, 28 Jan 2005 04:42:00 -0000 Message-Id: <200501280442.j0S4g4B0013369@ignucius.se.axis.com> From: Hans-Peter Nilsson To: cagney@gnu.org CC: hans-peter.nilsson@axis.com, gdb-patches@sources.redhat.com In-reply-to: <41E312C1.8030407@gnu.org> (message from Andrew Cagney on Mon, 10 Jan 2005 18:41:53 -0500) Subject: Re: [RFA:] The CRIS simulator. X-SW-Source: 2005-01/txt/msg00269.txt.bz2 > Date: Mon, 10 Jan 2005 18:41:53 -0500 > From: Andrew Cagney > Hans-Peter Nilsson wrote: > > * cris: New directory, simulator for Axis Communications CRIS > > including CRISv32, CGEN-based. Changed to "CRIS v32". > > * configure.in: Add corresponding configury. > Have fun! Checked in. Wheeeee! 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. brgds, H-P