From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21330 invoked by alias); 14 Mar 2012 01:48:56 -0000 Received: (qmail 21089 invoked by uid 22791); 14 Mar 2012 01:48:55 -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, 14 Mar 2012 01:48:41 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B8E5C1C606D; Tue, 13 Mar 2012 21:48:40 -0400 (EDT) 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 p14vhdBjZiOb; Tue, 13 Mar 2012 21:48:40 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5C87F1C6059; Tue, 13 Mar 2012 21:48:40 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 28EB7145615; Tue, 13 Mar 2012 18:48:33 -0700 (PDT) Date: Wed, 14 Mar 2012 01:48:00 -0000 From: Joel Brobecker To: Josh Matthews Cc: gdb-patches@sourceware.org, Tristan Gingold Subject: Re: [patch] Darwin build fix for unused prototypes Message-ID: <20120314014833.GC2853@adacore.com> References: <20120309134014.GB2853@adacore.com> <20120309163451.GC2853@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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: 2012-03/txt/msg00466.txt.bz2 > I lost the copyright assignment form and haven't been able to find it, > unfortunately. Since I'm now able to print it and send it myself, I'll > do that, but I don't think it's worth holding up this change for the > form. I have aspirations of fixing the problem that prevents gdb from > being able to debug Firefox, but that's been fruitless for me so far. You are quite right. The patch is sufficiently small and obvious to be accepted without a formal assignment. > >> gdb/ChangeLog: > >> > >>       * darwin-nat-info.c (_initialize_darwin_info_commands): Add > >>       prototype. > >>       (darwin_debug_port_info): Make static. > >>       * darwin-nat.c (_initialize_darwin_inferior): Add prototype. > >>       * machoread.c (_initialize_machoread): Add prototype. > >>       * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get) > >>       (i386_darwin_set_control, i386_darwin_get_control) > >>       i386_darwin_dr_set_addr, i386_darwin_get_addr) > >>       i386_darwin_get_status, i386_darwin_get_control): > >>       Hide these with HW_WATCHPOINT_NOT_YET_ENABLED. Now applied. Sorry for the delay, it's been pretty busy for me the last few days... -- Joel