From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54579 invoked by alias); 24 Feb 2015 20:29:32 -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 54569 invoked by uid 89); 24 Feb 2015 20:29:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-oi0-f47.google.com Received: from mail-oi0-f47.google.com (HELO mail-oi0-f47.google.com) (209.85.218.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 24 Feb 2015 20:29:30 +0000 Received: by mail-oi0-f47.google.com with SMTP id i138so21590010oig.6 for ; Tue, 24 Feb 2015 12:29:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=MuB5uPakP/Udhn5iLnc4n1bxdSGZXbGLiZ/XCnfTosY=; b=F9f+FQDXS5Tqr6fD/mVfARrcxEF2CSCJ1ASUjiOHv+d2hdvuOuW8haQW+vrusBi24V 3PrC4h0xAqda0nhwHMai4RM0SMAoQ/zh4BboN1S5E1P/H6cqK5adiQUS5pYwNGeQKmy9 6wyfA98CgDKoldlSzRXbFRufrJqjMpNteTLbbI1tO69eSt+apIhYFXej6wuvCBNx0zwe YYJxOZd7G5nhlNjiyhMTBcH4HWW34fUqQXcAy7GwyAhuZ4dC8Tl86Lh1wsEe7/7RyVH7 C0hWlh9cLKYyN15cOEyaloTQJAw2Sh0px87hG29xkerQVQ4GcQeHolFdtQdtisYfViA9 kuVA== X-Gm-Message-State: ALoCoQkG6jf7tKDMBQ9x1B9pzieXvErHU5WccLP7KcfPNrboBAlxbGEOthA0x1Vm+7GYJlUgIsG8 MIME-Version: 1.0 X-Received: by 10.202.91.138 with SMTP id p132mr11738408oib.47.1424809768510; Tue, 24 Feb 2015 12:29:28 -0800 (PST) Received: by 10.182.142.226 with HTTP; Tue, 24 Feb 2015 12:29:28 -0800 (PST) In-Reply-To: <20150224193452.GF6655@vapier> References: <54EB4FDF.1060909@redhat.com> <54EB513A.8050706@redhat.com> <20150224193452.GF6655@vapier> Date: Tue, 24 Feb 2015 20:29:00 -0000 Message-ID: Subject: Re: [PATCH] Enable building GDB without installed libtermcap From: Doug Evans To: Bernd Edlinger , Pedro Alves , GDB Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00700.txt.bz2 On Tue, Feb 24, 2015 at 11:34 AM, Mike Frysinger wrote: > On 24 Feb 2015 19:13, Bernd Edlinger wrote: >> Maybe the name windows-termcap.c is a bit misleading, >> because my target is mostly some embedded linux. > > yes, i think you should rename it to "stub-termcap.c" or something similar. > -mike Agreed.