From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20050 invoked by alias); 24 Aug 2008 21:43:08 -0000 Received: (qmail 20035 invoked by uid 22791); 24 Aug 2008 21:43:07 -0000 X-Spam-Check-By: sourceware.org Received: from elasmtp-masked.atl.sa.earthlink.net (HELO elasmtp-masked.atl.sa.earthlink.net) (209.86.89.68) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 24 Aug 2008 21:42:26 +0000 Received: from [68.108.140.98] (helo=macbook-2.local) by elasmtp-masked.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1KXNLs-0003tn-Nu; Sun, 24 Aug 2008 17:42:24 -0400 Message-ID: <48B1D5BE.7050202@earthlink.net> Date: Sun, 24 Aug 2008 21:43:00 -0000 From: Stan Shebs User-Agent: Thunderbird 2.0.0.16 (Macintosh/20080707) MIME-Version: 1.0 To: tromey@redhat.com CC: gdb-patches@sourceware.org Subject: Re: [commit] Remove frame_func_unwind References: <20080715183655.GA29872@caradoc.them.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da9409888256a969aa4c7033034410ac48428350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00603.txt.bz2 Tom Tromey wrote: >>>>>> "Daniel" == Daniel Jacobowitz writes: >>>>>> > > Daniel> A number of frame unwind functions are no longer necessary now that > Daniel> unwinders get the current frame. This patch removes > Daniel> frame_func_unwind; tested on x86_64-linux and committed. > > Just today I found that this makes --enable-targets=all fail to build > on my x86 F8 box. m88k-tdep.c uses frame_func_unwind, plus a few > other missing things. Error messages appended. > > For the time being I just removed m88k-tdep.o from ALL_TARGET_OBS. > Yeah, I believe Mark K has signed up to update this target. I suspect a lot of us have removed the m88k-tdep.o dependency in our local trees so we can test things in the meantime. :-) Stan