From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22767 invoked by alias); 20 Jan 2016 17:32:39 -0000 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 Received: (qmail 22750 invoked by uid 89); 20 Jan 2016 17:32:38 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=shlib X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 20 Jan 2016 17:32:37 +0000 Received: from EUSAAHC006.ericsson.se (Unknown_Domain [147.117.188.90]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id D9.EB.32102.2A4CF965; Wed, 20 Jan 2016 18:32:19 +0100 (CET) Received: from [142.133.110.95] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.92) with Microsoft SMTP Server id 14.3.248.2; Wed, 20 Jan 2016 12:32:34 -0500 Subject: Re: [PATCH] Fix missing IPA lib in tspeed.exp in some configurations. To: Yao Qi References: <1453296401-31209-1-git-send-email-antoine.tremblay@ericsson.com> <86bn8gry9o.fsf@gmail.com> CC: From: Antoine Tremblay Message-ID: <569FC4B2.2010605@ericsson.com> Date: Wed, 20 Jan 2016 17:32:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <86bn8gry9o.fsf@gmail.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00483.txt.bz2 On 01/20/2016 11:50 AM, Yao Qi wrote: > Antoine Tremblay writes: > >> gdb/testsuite/ChangeLog: >> >> * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile >> command. > > OK with me. > Thanks, pushed in.