From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28803 invoked by alias); 5 Jun 2004 10:17:38 -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 28516 invoked from network); 5 Jun 2004 10:17:37 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 5 Jun 2004 10:17:37 -0000 Received: from zaretski (pns03-196-13.inter.net.il [80.230.196.13]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DAG76940; Sat, 5 Jun 2004 13:16:43 +0300 (IDT) Date: Sat, 05 Jun 2004 10:17:00 -0000 From: "Eli Zaretskii" To: Andrew Cagney Message-Id: <1438-Sat05Jun2004131412+0300-eliz@gnu.org> CC: randolph@tausq.org, gdb-patches@sources.redhat.com In-reply-to: <40C0C30C.7020308@gnu.org> (message from Andrew Cagney on Fri, 04 Jun 2004 14:44:28 -0400) Subject: Re: [patch/rfa] function descriptor handling for push_dummy_call Reply-to: Eli Zaretskii References: <20040604061024.GQ601@tausq.org> <40C0C30C.7020308@gnu.org> X-SW-Source: 2004-06/txt/msg00097.txt.bz2 > Date: Fri, 04 Jun 2004 14:44:28 -0400 > From: Andrew Cagney > > I'm ok with the gdbarch and hp/ux mods (suggest separate commits?). I'd > just first check that Eli is ok with the doco aspect of the > gdbint.texinfo change. Oops, sorry, missed the original message (probably because the documentation patch didn't stand out in the logs). However, the change seems to be a cosmetic one: it renames a single argument to push_dummy_call from `func_addr' to `function'. Why is that necessary?