From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23309 invoked by alias); 9 Aug 2011 18:25:35 -0000 Received: (qmail 23298 invoked by uid 22791); 9 Aug 2011 18:25:34 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ey0-f169.google.com (HELO mail-ey0-f169.google.com) (209.85.215.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Aug 2011 18:25:20 +0000 Received: by eye22 with SMTP id 22so345934eye.0 for ; Tue, 09 Aug 2011 11:25:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.95.7 with SMTP id o7mr771444eef.184.1312914319469; Tue, 09 Aug 2011 11:25:19 -0700 (PDT) Received: by 10.14.53.11 with HTTP; Tue, 9 Aug 2011 11:25:19 -0700 (PDT) In-Reply-To: <20110808212412.GB19337@host1.jankratochvil.net> References: <20110808183613.GA31998@host1.jankratochvil.net> <20110808212412.GB19337@host1.jankratochvil.net> Date: Tue, 09 Aug 2011 18:25:00 -0000 Message-ID: Subject: Re: [patch] Implement qXfer:libraries for Linux/gdbserver From: Daniel Jacobowitz To: Jan Kratochvil Cc: Paul Pluzhnikov , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-08/txt/msg00208.txt.bz2 On Mon, Aug 8, 2011 at 5:24 PM, Jan Kratochvil wrote: > I do not think it is any problem to require + bundle libexpat, there was even > some FAQ of people with broken GDB for ARM remote targets before some proper > error messages were added indicating libexpat is missing for GDB. You may want to go through the archives on this topic; there were considerable reasons not to bundle libexpat when I introduced the dependency. -- Thanks, Daniel