From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25056 invoked by alias); 9 Sep 2003 21:58:16 -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 25049 invoked from network); 9 Sep 2003 21:58:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 9 Sep 2003 21:58:15 -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 h89LwEl20807 for ; Tue, 9 Sep 2003 17:58:14 -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 h89LwDe29678 for ; Tue, 9 Sep 2003 17:58:13 -0400 Received: from localhost.localdomain (vpn50-21.rdu.redhat.com [172.16.50.21]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id h89LwCba018029; Tue, 9 Sep 2003 17:58:13 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h89Lw7c07795; Tue, 9 Sep 2003 14:58:07 -0700 Date: Tue, 09 Sep 2003 21:58:00 -0000 From: Kevin Buettner Message-Id: <1030909215807.ZM7794@localhost.localdomain> In-Reply-To: Andrew Cagney "[rfa:rs6000] Move rs6000_fix_call_dummy into push_dummy_call" (Sep 9, 5:48pm) References: <3F5E4A9D.7080500@redhat.com> To: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa:rs6000] Move rs6000_fix_call_dummy into push_dummy_call MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-09/txt/msg00179.txt.bz2 On Sep 9, 5:48pm, Andrew Cagney wrote: > 2003-09-09 Andrew Cagney > > * rs6000-tdep.c (rs6000_fix_call_dummy): Delete function. > (rs6000_push_dummy_call): Set the "TOC" register. Okay. Kevin