From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31170 invoked by alias); 15 Nov 2012 20:08:34 -0000 Received: (qmail 31158 invoked by uid 22791); 15 Nov 2012 20:08:33 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Nov 2012 20:08:29 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MDJ00300P6AXC00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Thu, 15 Nov 2012 22:08:14 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MDJ003SXP9K7PE0@a-mtaout20.012.net.il>; Thu, 15 Nov 2012 22:08:09 +0200 (IST) Date: Thu, 15 Nov 2012 20:08:00 -0000 From: Eli Zaretskii Subject: Re: [2/10] RFC: remove gdb_string.h In-reply-to: <87vcd6y8pm.fsf@fleche.redhat.com> To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83390atys7.fsf@gnu.org> References: <87obiyzns7.fsf@fleche.redhat.com> <87vcd6y8pm.fsf@fleche.redhat.com> 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: 2012-11/txt/msg00434.txt.bz2 > From: Tom Tromey > Date: Thu, 15 Nov 2012 12:20:05 -0700 > > This one removes gdb_string.h and pulls in various related gnulib > modules. > > The bulk of this patch is just changing "gdb_string.h" to . Why do we need the gnulib module? Why not just assume the ANSI C string.h header?