From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17890 invoked by alias); 11 Jan 2010 16:14:29 -0000 Received: (qmail 17879 invoked by uid 22791); 11 Jan 2010 16:14:27 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 16:14:23 +0000 Received: (qmail 23812 invoked from network); 11 Jan 2010 16:14:21 -0000 Received: from unknown (HELO orlando) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Jan 2010 16:14:21 -0000 From: Pedro Alves To: Jan Kratochvil Subject: Re: [patch] Fix false warning: Shared library is missing debugging information. Date: Mon, 11 Jan 2010 16:14:00 -0000 User-Agent: KMail/1.9.10 Cc: Tristan Gingold , gdb-patches@sourceware.org References: <20100111160720.GB12356@host0.dyn.jankratochvil.net> In-Reply-To: <20100111160720.GB12356@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <201001111614.22335.pedro@codesourcery.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: 2010-01/txt/msg00255.txt.bz2 On Monday 11 January 2010 16:07:20, Jan Kratochvil wrote: > 2010-01-11 =A0Jan Kratochvil =A0 > =A0=A0=A0=A0=A0=A0=A0=A0 =A0 =A0Tristan Gingold =A0 >=20 > =A0=A0=A0=A0=A0=A0=A0=A0* solib.c (info_sharedlibrary_command): Replace > =A0=A0=A0=A0=A0=A0=A0=A0objfile_has_partial_symbols and objfile_has_full_= symbols calls by > =A0=A0=A0=A0=A0=A0=A0=A0objfile_has_symbols. >=20 This is OK. Thanks. --=20 Pedro Alves