From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7612 invoked by alias); 9 Apr 2006 17:06:31 -0000 Received: (qmail 7604 invoked by uid 22791); 9 Apr 2006 17:06:30 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 09 Apr 2006 17:06:29 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k39H6QaX021316; Sun, 9 Apr 2006 13:06:26 -0400 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id k39H6Qiv004753; Sun, 9 Apr 2006 13:06:26 -0400 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k39H6QlO030238; Sun, 9 Apr 2006 13:06:26 -0400 Received: from ton.toronto.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by touchme.toronto.redhat.com (Postfix) with ESMTP id E53E780022E; Sun, 9 Apr 2006 13:06:25 -0400 (EDT) Received: from ton.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by ton.toronto.redhat.com (8.13.1/8.13.1) with ESMTP id k39H6Pfo018112; Sun, 9 Apr 2006 13:06:25 -0400 Received: (from fche@localhost) by ton.toronto.redhat.com (8.13.1/8.13.1/Submit) id k39H6Pox018111; Sun, 9 Apr 2006 13:06:25 -0400 Date: Sun, 09 Apr 2006 17:06:00 -0000 From: "Frank Ch. Eigler" To: Hans-Peter Nilsson Cc: gdb-patches@sourceware.org Subject: Re: Committed, sim/cris: correct interrupt-preparation sequence for v32. Message-ID: <20060409170625.GA29626@redhat.com> References: <200604091700.k39H0PLs003568@ignucius.se.axis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200604091700.k39H0PLs003568@ignucius.se.axis.com> User-Agent: Mutt/1.4.1i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00112.txt.bz2 Hi - On Sun, Apr 09, 2006 at 07:00:25PM +0200, Hans-Peter Nilsson wrote: > [...] > IIRC I mentioned in passing that there are issues why I didn't > do that: first of all, last time I looked and asked, the > copyright of SID wasn't FSF, but Red Hat, and contributors were > asked to assign copyright of major contributions to Red Hat. SID contributions are not copyright-assigned to Red Hat, though CGEN makes erroneous guesses about this in its generated files. > Second, CGEN-SID has incompatibly (with src/sim) changed syntax of > the "delay" CGEN construct to the effect that it doesn't support > non-parallel machines with delay-slots anymore. [...] OK. I didn't realize that you considered this a show-stopper. - FChE