From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11600 invoked by alias); 1 Jun 2003 09:25:01 -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 11077 invoked from network); 1 Jun 2003 09:24:50 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.212) by sources.redhat.com with SMTP; 1 Jun 2003 09:24:50 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h519OnrJ000362; Sun, 1 Jun 2003 11:24:49 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h519OnTi006306; Sun, 1 Jun 2003 11:24:49 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h519OnFZ006303; Sun, 1 Jun 2003 11:24:49 +0200 (CEST) To: Richard Henderson Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] update alpha for push_dummy_call References: <20030601035732.GA2062@twiddle.net> From: Mark Kettenis Date: Sun, 01 Jun 2003 09:25:00 -0000 In-Reply-To: Richard Henderson's message of "Sat, 31 May 2003 20:57:32 -0700" Message-ID: <86ptlycfq6.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2003-06/txt/msg00014.txt.bz2 Richard Henderson writes: > Ok? > > r~ > > * alpha-tdep.c (alpha_push_dummy_call): Transmography from > alpha_push_arguments. Don't dump argument register data to > the target stack. Fix float and 128-bit long double semantics. > Store $t12 and $ra as specified by the ABI. Use regcache everywhere. > (alpha_fix_call_dummy): Remove. > (alpha_call_dummy_words): Remove. > (alpha_gdbarch_init): Kill deprecated call hooks; add push_dummy_call. Approved. Mark