From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27309 invoked by alias); 18 Nov 2002 22:56:24 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 27302 invoked from network); 18 Nov 2002 22:56:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Nov 2002 22:56:20 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gAIMWcw32335 for ; Mon, 18 Nov 2002 17:32:38 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAIMuJD26797; Mon, 18 Nov 2002 17:56:19 -0500 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAIMuIq01993; Mon, 18 Nov 2002 17:56:19 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id gAIMuDk05539; Mon, 18 Nov 2002 15:56:13 -0700 Date: Mon, 18 Nov 2002 14:56:00 -0000 From: Kevin Buettner Message-Id: <1021118225613.ZM5538@localhost.localdomain> In-Reply-To: Romain Berrendonner "compatibility between gdb and stub" (Nov 18, 3:09pm) References: <20021118140945.GF1252@torino.act-europe.fr> To: Romain Berrendonner , gdb@sources.redhat.com Subject: Re: compatibility between gdb and stub MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-11/txt/msg00199.txt.bz2 On Nov 18, 3:09pm, Romain Berrendonner wrote: > The file rs6000-tdep.c however, which was very similar in gdb 5.1 and > gdb 5.2, changed in the 5.3 branch, causing interoperability disruption > with older stubs, due to the definition of fpscr. It was my intent to add fpscr in such a way so that existing stubs would not be broken. It sounds like I didn't succeed. Can you explain the problem that you're seeing? Kevin