From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29572 invoked by alias); 15 Nov 2012 16:02:54 -0000 Received: (qmail 29559 invoked by uid 22791); 15 Nov 2012 16:02:52 -0000 X-SWARE-Spam-Status: No, hits=-6.6 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 16:02:49 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qAFG2kNu026417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 15 Nov 2012 11:02:46 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qAFG2iSS019643 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 15 Nov 2012 11:02:45 -0500 From: Tom Tromey To: "Pierre Muller" Cc: Subject: Re: [RFA] ARI fixes: move gdb_stat.h and gdb_wait.h to common subdirectory. References: <7358.97838972068$1352968938@news.gmane.org> Date: Thu, 15 Nov 2012 16:02:00 -0000 In-Reply-To: <7358.97838972068$1352968938@news.gmane.org> (Pierre Muller's message of "Thu, 15 Nov 2012 09:41:48 +0100") Message-ID: <87k3tm26sb.fsf@fleche.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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-11/txt/msg00407.txt.bz2 >>>>> "Pierre" == Pierre Muller writes: Pierre> I know that Joel and Tom talked about using Pierre> gnulib instead of our own headers, but this is out of Pierre> my competence, thus I send a patch that is really Pierre> a quick way to remove Critical entries from ARI web page. FWIW, yesterday I experimented with this. I updated gnulib to latest, added some modules, and removed some now-useless things from gdb and gdbserver. In particular, I was able to get rid of gdb_dirent.h, gdb_string.h, and gdb_stat.h; plus a bunch of more minor things. I'll send this patch series soon. The biggest problem is testing it. I don't really have access to hosts that would require most of this configury. If people want to test it out rather than just seeing the patches, I'm happy to push a branch to archer.git. gdb_wait.h also looks pretty easy to drop. Tom