From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17444 invoked by alias); 2 Jan 2012 17:12:25 -0000 Received: (qmail 17434 invoked by uid 22791); 2 Jan 2012 17:12:25 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 Jan 2012 17:12:10 +0000 Received: by wibhq12 with SMTP id hq12so11476522wib.0 for ; Mon, 02 Jan 2012 09:12:09 -0800 (PST) Received: by 10.216.132.141 with SMTP id o13mr26835848wei.58.1325524329608; Mon, 02 Jan 2012 09:12:09 -0800 (PST) Received: from [192.168.0.103] (bl16-31-110.dsl.telepac.pt. [188.81.31.110]) by mx.google.com with ESMTPS id v28sm9928206wbo.18.2012.01.02.09.12.07 (version=SSLv3 cipher=OTHER); Mon, 02 Jan 2012 09:12:08 -0800 (PST) Message-ID: <4F01E566.7040307@gmail.com> Date: Mon, 02 Jan 2012 17:12:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0 MIME-Version: 1.0 To: Jan Kratochvil CC: gdb-patches@sourceware.org, Sergio Durigan Subject: Re: [patch] Put solib-target.o back to COMMON_OBS [Re: [patch 2/2] Do not build libgdb.a by default] References: <20111221114720.GC25652@host2.jankratochvil.net> <4F01B3C7.2050805@gmail.com> <20120102140139.GA19721@host2.jankratochvil.net> In-Reply-To: <20120102140139.GA19721@host2.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-01/txt/msg00050.txt.bz2 On 01/02/2012 02:01 PM, Jan Kratochvil wrote: > On Mon, 02 Jan 2012 14:40:23 +0100, Pedro Alves wrote: >> On 12/21/2011 11:47 AM, Jan Kratochvil wrote: >>> @@ -910,7 +910,7 @@ COMMON_OBS = $(DEPFILES) $(CONFIG_OBS) $(YYOBJ) \ >>> reggroups.o regset.o \ >>> trad-frame.o \ >>> tramp-frame.o \ >>> - solib.o solib-target.o \ >>> + solib.o \ >> >> This is wrong. solib-target.o should be always present in all >> gdb builds in all configurations. > > I see now from: > Re: Switch shared library default backend to solib-target.c > http://sourceware.org/ml/gdb-patches/2010-06/msg00347.html > > So I will check in this one. Thanks, looks fine to me. -- Pedro Alves