From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100385 invoked by alias); 12 Apr 2017 10:28:59 -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 100368 invoked by uid 89); 12 Apr 2017 10:28:58 -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_NONE autolearn=ham version=3.3.2 spammy=tabs X-HELO: mail-wr0-f182.google.com Received: from mail-wr0-f182.google.com (HELO mail-wr0-f182.google.com) (209.85.128.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Apr 2017 10:28:57 +0000 Received: by mail-wr0-f182.google.com with SMTP id z109so14468684wrb.1 for ; Wed, 12 Apr 2017 03:28:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=zlafBhh+EBWno9d2D5bOLPQmA/hYy1vSrEyvPo7Uh5Y=; b=b/g72cjb1tXDTKOTfFqPfy7ZZ97Eqg8FMyPvLZRT366TNHJ9oZLw3d5ikuxNbPeJHU mod/TR0i7YzooiRScFzrAqzQs3uGzkry0+cOHivWQiDSY4KXFEM8Cdp7kaSyHJXcKIEf Z9H4KAfjPRv/3Vo8zfBbkJCxEn6Lv4Zc85N8u2cRzDTf60KnN2X0dNZEzAsP/JqPL1Ny mYYF5httV7QKzt4vDGgWazRYceYR3S/RICiHlA8I/7X9k9+GhhKW3hSiFh1DLrDNQVRP Z8ASaSs4VE7WX42kBvn/MpzP5J2SrqBldliBhi2r1hw9VJ3lQcGrDgYURXU/B2LF8vQ7 FIFQ== X-Gm-Message-State: AN3rC/51t+Kx6JphkJS6uDE0byH3OE8ARqkmGu4faophkCEs2EThsKt4t/R3DjCa3jVHJvxD X-Received: by 10.223.174.131 with SMTP id y3mr2395224wrc.196.1491992936889; Wed, 12 Apr 2017 03:28:56 -0700 (PDT) Received: from [192.168.0.101] ([37.189.166.198]) by smtp.gmail.com with ESMTPSA id 43sm25133476wry.64.2017.04.12.03.28.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 12 Apr 2017 03:28:56 -0700 (PDT) Subject: Re: [PATCH] Create gdb_termios.h (and cleanup gdb/{,gdbserver/}terminal.h) To: Sergio Durigan Junior , GDB Patches References: <8737de3216.fsf@redhat.com> <20170412011649.20597-1-sergiodj@redhat.com> From: Pedro Alves Message-ID: Date: Wed, 12 Apr 2017 10:28:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20170412011649.20597-1-sergiodj@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-04/txt/msg00321.txt.bz2 On 04/12/2017 02:16 AM, Sergio Durigan Junior wrote: > gdb/ChangeLog: > yyyy-mm-dd Sergio Durigan Junior > > * Makefile.in (HFILES_NO_SRCDIR): Add "common/gdb_termios.h". > * common/common.m4: Check headers 'termios.h', 'termio.h' and > 'sgtty.h'. > * common/gdb_termios.h: New file, with parts of "terminal.h". > * inflow.c: Include "gdb_termios.h". > * ser-unix.c: Include "gdb_termios.h". > * terminal.h: Move terminal-related defines to > "common/gdb_termios.h". > > gdb/gdbserver/ChangeLog: > yyyy-mm-dd Sergio Durigan Junior > > * remote-utils.c: Include "gdb_termios.h" instead of > "terminal.h". > * terminal.h: Delete file. (Note leading tabs vs spaces in the gdbserver CL.) OK. Thanks, Pedro Alves