From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17328 invoked by alias); 13 May 2003 22:33:11 -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 16969 invoked from network); 13 May 2003 22:32:31 -0000 Received: from unknown (HELO zenia.red-bean.com) (12.222.151.100) by sources.redhat.com with SMTP; 13 May 2003 22:32:31 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h4DMctFq012393; Tue, 13 May 2003 17:38:55 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h4DMcnNu012389; Tue, 13 May 2003 17:38:49 -0500 To: "Will Schmidt" Cc: gdb-patches@sources.redhat.com, will_schmidt@vnet.ibm.com, Elena Zannoni Subject: Re: [PATCH] new support for PPC64 architecture References: From: Jim Blandy Date: Tue, 13 May 2003 22:33:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.95 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-05/txt/msg00205.txt.bz2 "Will Schmidt" writes: > This patch contains code that provides support for GDB on the PPC64 > architecture. This patch will apply clean on top of the RedHat > gdb-5.3post-0.20021129.29.src.rpm. (A patch against CVS will > happen, but not today.. ) Okay --- here are the next steps, as I see them: - As you say, get the patch to apply and run against current sources. This can happen without worrying about bringing the patch in line with current requirements for contributions: multi-arch, using new interfaces, etc. - Get a test suite run with those sources that we can use as a baseline for evaluating subsequent work. - Worry about multi-arch, new interfaces, etc. This should be pretty easy going, since both tasks break down into (possibly large) sets of small, mostly independent changes. It'll be easy to work incrementally, and share the job.