From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14423 invoked by alias); 14 Mar 2006 21:24:57 -0000 Received: (qmail 14415 invoked by uid 22791); 14 Mar 2006 21:24:57 -0000 X-Spam-Check-By: sourceware.org Received: from miranda.se.axis.com (HELO miranda.se.axis.com) (193.13.178.8) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Mar 2006 21:24:53 +0000 Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.83.5.18]) by miranda.se.axis.com (8.12.9/8.12.9/Debian-5local0.1) with ESMTP id k2ELOcVJ001028; Tue, 14 Mar 2006 22:24:38 +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 k2ELObmC011230; Tue, 14 Mar 2006 22:24:37 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id k2ELObJ9011226; Tue, 14 Mar 2006 22:24:37 +0100 Date: Tue, 14 Mar 2006 21:24:00 -0000 Message-Id: <200603142124.k2ELObJ9011226@ignucius.se.axis.com> From: Hans-Peter Nilsson To: fche@redhat.com CC: brolley@redhat.com, hans-peter.nilsson@axis.com, cgen@sourceware.org In-reply-to: <20060314171655.GG6930@redhat.com> (fche@redhat.com) Subject: Re: [RFA:] Fix breakage of manually building SID CPU Mailing-List: contact cgen-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00021.txt.bz2 > Date: Tue, 14 Mar 2006 12:16:55 -0500 > From: "Frank Ch. Eigler" > > >(i.e. the earliest occurrence of "delay" for the enabled mach). > > >I guessed this could be related to some change in delay > > >semantics, but the usage in cris.cpu seems no different to other > > >*.cpu. [...] > > I believe (delay) was never implemented properly for the SIM backend, > only for SID. I expect it to be treated rather like a no-op for SIM, > or equivalently, that any SIM-targeting .cpu users of (delay) should > work just as well without. Um, what (delay) are you referring to above? A (delay 1 (set pc something)) certainly is different to (set pc something). I now think it's the cris.cpu pc setter function that may have something that causes the SID cgen-cpu generators to barf. brgds, H-P