From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19517 invoked by alias); 13 Nov 2008 01:17:52 -0000 Received: (qmail 19491 invoked by uid 22791); 13 Nov 2008 01:17:51 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Nov 2008 01:16:58 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 6D4712A965C; Wed, 12 Nov 2008 20:16:56 -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 JmZbPVvnG++q; Wed, 12 Nov 2008 20:16:56 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 122062A965A; Wed, 12 Nov 2008 20:16:56 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E04BDE7ACD; Wed, 12 Nov 2008 17:16:53 -0800 (PST) Date: Thu, 13 Nov 2008 13:05:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: Vladimir Prus , gdb-patches@sources.redhat.com Subject: Re: [RFA] Kill ptrace_ops_hack Message-ID: <20081113011653.GJ5112@adacore.com> References: <200808192133.34582.vladimir@codesourcery.com> <20080918005719.GB3651@adacore.com> <200811041319.57079.vladimir@codesourcery.com> <1226441389.20764.135.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1226441389.20764.135.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.2i 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-11/txt/msg00260.txt.bz2 > This patch missed functions in remote-sim.c, giving the following > warning with GCC 4.1.2: As it happens, I had approved a patch that fixes exactly this, but that didn't get checked in: http://www.sourceware.org/ml/gdb-patches/2008-11/msg00175.html The patch is slightly more complete as it removes one reference to the gdbsim_ops global. I'll commit that part separately. -- Joel