From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6053 invoked by alias); 9 Apr 2006 17:00:41 -0000 Received: (qmail 6044 invoked by uid 22791); 9 Apr 2006 17:00:40 -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; Sun, 09 Apr 2006 17:00:37 +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 k39H0Pag006325; Sun, 9 Apr 2006 19:00:25 +0200 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 k39H0Pi5003572; Sun, 9 Apr 2006 19:00:25 +0200 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id k39H0PLs003568; Sun, 9 Apr 2006 19:00:25 +0200 Date: Sun, 09 Apr 2006 17:00:00 -0000 Message-Id: <200604091700.k39H0PLs003568@ignucius.se.axis.com> From: Hans-Peter Nilsson To: fche@redhat.com CC: hans-peter.nilsson@axis.com, gdb-patches@sourceware.org In-reply-to: (fche@redhat.com) Subject: Re: Committed, sim/cris: correct interrupt-preparation sequence for v32. 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/msg00111.txt.bz2 > From: fche@redhat.com (Frank Ch. Eigler) > Date: 09 Apr 2006 10:19:40 -0400 > Hans-Peter Nilsson writes: > > > Stupid copy-paste-bug; when copying the interrupt-preparation code > > from the (local-only) SID port, [...] > > By the way, can you release the sid port instead of / in addition to > this effort? 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. 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. We can discuss the latter on the CGEN list; the former I think I've heard from someone (IIRC you in person, years ago) was subject to change. When/if those issues are fixed, it may seem more justifiable to put time into updating the SID port and submitting it. Maybe I'll make a try at the CGEN issue, but Not Right Now. brgds, H-P