From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7727 invoked by alias); 12 Jan 2011 21:24:38 -0000 Received: (qmail 7719 invoked by uid 22791); 12 Jan 2011 21:24:37 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 12 Jan 2011 21:24:34 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 36A7B2BABC4; Wed, 12 Jan 2011 16:24:32 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id qyvOLwgzBSho; Wed, 12 Jan 2011 16:24:32 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 246582BAB88; Wed, 12 Jan 2011 16:24:32 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 5D7E01459AD; Wed, 12 Jan 2011 16:24:31 -0500 (EST) Date: Wed, 12 Jan 2011 21:28:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org Subject: Re: [PATCH] sim: enable hw_tree_delete in sim_hw_uninstall Message-ID: <20110112212431.GH2504@adacore.com> References: <1293819313-29542-1-git-send-email-vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1293819313-29542-1-git-send-email-vapier@gentoo.org> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2011-01/txt/msg00281.txt.bz2 > So if there are pending issues with this, I'd rather we get the sims > sorted out rather than continuing to leak this stuff. Especially since > the "let's wait for the sims to fix themselves" hasn't actually happened > in the last 10+ years. > > Signed-off-by: Mike Frysinger > > 2010-12-31 Mike Frysinger > > * sim-hw.c (sim_hw_uninstall): Uncomment hw_tree_delete. Given the lack of comments, it's probable that no one knows or remembers. I'd say, go for it, and see if something breaks... -- Joel