From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32043 invoked by alias); 28 May 2002 19:41:14 -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 32036 invoked from network); 28 May 2002 19:41:12 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 28 May 2002 19:41:12 -0000 Received: from romulus.sfbay.redhat.com (remus.sfbay.redhat.com [172.16.27.252]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA08238; Tue, 28 May 2002 12:41:11 -0700 (PDT) Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g4SJf9621651; Tue, 28 May 2002 12:41:09 -0700 Date: Tue, 28 May 2002 12:52:00 -0000 From: Kevin Buettner Message-Id: <1020528194109.ZM21642@localhost.localdomain> In-Reply-To: Jason R Thorpe "[PATCH/RFA] Generic OS ABI handling for PowerPC" (May 28, 12:26pm) References: <20020528122612.O22765@dr-evil.shagadelic.org> To: Jason R Thorpe , gdb-patches@sources.redhat.com Subject: Re: [PATCH/RFA] Generic OS ABI handling for PowerPC MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00979.txt.bz2 On May 28, 12:26pm, Jason R Thorpe wrote: > This makes the PowerPC/RS6000 target use the generic OS ABI framework, > and also moves some SVR4 ABI stuff out of ppc-linux-tdep.c into > rs6000-tdep.c. Why did you move the SVR4 ABI stuff out of ppc-linux-tdep.c? I know there's a FIXME comment to that effect in this file, but I don't think that rs6000-tdep.c is really the right place for for the SVR4 ABI code. Kevin