From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10317 invoked by alias); 18 Sep 2002 16:29:41 -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 10298 invoked from network); 18 Sep 2002 16:29:39 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 18 Sep 2002 16:29:39 -0000 Received: by fw-cam.cambridge.arm.com; id RAA25834; Wed, 18 Sep 2002 17:29:37 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma025556; Wed, 18 Sep 02 17:29:21 +0100 Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [172.16.202.26]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id RAA06898; Wed, 18 Sep 2002 17:29:20 +0100 (BST) Received: from pc960.cambridge.arm.com (rearnsha@localhost) by pc960.cambridge.arm.com (8.11.6/8.9.3) with ESMTP id g8IGTKb18884; Wed, 18 Sep 2002 17:29:20 +0100 Message-Id: <200209181629.g8IGTKb18884@pc960.cambridge.arm.com> X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha owned process doing -bs To: Andrew Cagney cc: gdb-patches@sources.redhat.com, Richard.Earnshaw@arm.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. Subject: Re: [rfa:doco] document frame_align() In-reply-to: Your message of "Wed, 18 Sep 2002 12:24:27 EDT." <3D88A8BB.2010007@ges.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 18 Sep 2002 09:29:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-09/txt/msg00402.txt.bz2 > +Unlike @ref{frame_align}, this function always adjusts @var{addr} > +upwards. ^^^^^^^^ Even for stack_grows_upwards machines? R.