From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9270 invoked by alias); 1 Jul 2003 21:35:07 -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 9256 invoked from network); 1 Jul 2003 21:35:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 1 Jul 2003 21:35:07 -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 h61LZ7H17629 for ; Tue, 1 Jul 2003 17:35:07 -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 h61LZ7I04278; Tue, 1 Jul 2003 17:35:07 -0400 Received: from localhost.localdomain (vpn50-30.rdu.redhat.com [172.16.50.30]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h61LZ6E26995; Tue, 1 Jul 2003 17:35:06 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h61LZ0t16449; Tue, 1 Jul 2003 14:35:00 -0700 Date: Tue, 01 Jul 2003 21:35:00 -0000 From: Kevin Buettner Message-Id: <1030701213500.ZM16448@localhost.localdomain> In-Reply-To: Andreas Schwab "Re: [commit] infcall.c cleanup - explict bp_addr variable" (Jul 1, 7:44pm) References: <3EA6AE7F.7060708@redhat.com> <3EFCBF6F.2050805@redhat.com> To: Andreas Schwab Subject: Re: [commit] infcall.c cleanup - explict bp_addr variable Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00016.txt.bz2 On Jul 1, 7:44pm, Andreas Schwab wrote: > 2003-07-01 Andreas Schwab > > * ia64-tdep.c (ia64_push_dummy_call): Define as combination of > former ia64_push_arguments and ia64_push_return_address, and use > regcache functions instead of read/write_register. > (ia64_gdbarch_init): Set push_dummy_call instead of > deprecated_push_arguments and deprecated_push_return_address. Okay. Thanks! Kevin