From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3616 invoked by alias); 24 Mar 2003 03:39: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 3605 invoked from network); 24 Mar 2003 03:39:00 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 24 Mar 2003 03:39:00 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9B9692B11; Sun, 23 Mar 2003 22:38:54 -0500 (EST) Message-ID: <3E7E7DCE.3000106@redhat.com> Date: Mon, 24 Mar 2003 03:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfc] Deprecate FRAME_CHAIN{,_VALID} References: <3E7B3DED.8050805@redhat.com> <4331-Sun23Mar2003054611+0200-eliz@elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00466.txt.bz2 >> Date: Fri, 21 Mar 2003 11:29:33 -0500 >> From: Andrew Cagney >> >> The new frame code makes these methods entirely redundant. The attached=20 >> deprecates them. > > > The docs part is approved. I've checked it all in. Andrew