From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14602 invoked by alias); 30 Sep 2003 00:31:35 -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 14595 invoked from network); 30 Sep 2003 00:31:34 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 30 Sep 2003 00:31:34 -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 h8U0VY104356 for ; Mon, 29 Sep 2003 20:31:34 -0400 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 h8U0VXc11759; Mon, 29 Sep 2003 20:31:33 -0400 Received: from localhost.localdomain (vpn50-46.rdu.redhat.com [172.16.50.46]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h8U0VWTX028864; Mon, 29 Sep 2003 20:31:32 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h8U0VR516692; Mon, 29 Sep 2003 17:31:27 -0700 Date: Tue, 30 Sep 2003 00:31:00 -0000 From: Kevin Buettner Message-Id: <1030930003126.ZM16691@localhost.localdomain> In-Reply-To: Andrew Cagney "Re: [rfa/6.0] fix aix inferior calls" (Sep 29, 4:33pm) References: <3F789078.3000100@redhat.com> <1030929202202.ZM15766@localhost.localdomain> <3F789727.3080704@redhat.com> To: Andrew Cagney , Kevin Buettner Subject: Re: [rfa/6.0] fix aix inferior calls Cc: gdb-patches@sources.redhat.com, peter.schauer@regent.e-technik.tu-muenchen.de MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00645.txt.bz2 On Sep 29, 4:33pm, Andrew Cagney wrote: > * rs6000-tdep.c (rs6000_gdbarch_init): Set the PowerOpen red zone > to 224, not 220. Okay, so long as you incorporate Andreas' suggested comment fix. Kevin