From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41560 invoked by alias); 29 Nov 2016 21:37:16 -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 41542 invoked by uid 89); 29 Nov 2016 21:37:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:177 X-HELO: mail-wj0-f195.google.com Received: from mail-wj0-f195.google.com (HELO mail-wj0-f195.google.com) (209.85.210.195) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 29 Nov 2016 21:37:15 +0000 Received: by mail-wj0-f195.google.com with SMTP id xy5so19854174wjc.1 for ; Tue, 29 Nov 2016 13:37:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=5SQuLVbBfMelcJ5wpl4X9Q1jSRxLIEAu63uR8qFmHdA=; b=Ei3+SQmyn0tIwhrDAZtxVzdqYTsv/Z/jvMxzV0Uf36Xn8Vqxgq+gDsiy7Ud9p2k9iM ojVD2a+907Ld/C/oJUh72L4ZlXmMibJbwsD0QjrAJAKhPyAsHQ0rUMG4N4JEOx5iuGsN ivvvWHSJJKFwINvFJ82gaZN7iKn2S2hg1s0fdOlY3B29rFnjlamtumV9VPAH4KIZYHyI RqGeb8UMVurSdMaGoBJOFgM440/cSMeWFW22ySUvlwCD8sGYCZjeqpHbx7YFTUh7Dy0d vOTTyHd807852y5UAq83ZkpPNSYMbp6Z1VxrxfQsQfV2RkPz1ILQsoeahiP6tqeAz/2P FsvQ== X-Gm-Message-State: AKaTC01aSoVVJXJp8WQVjs/wClQheShUDuqh+HIVMHe6VVZQNYuF1enoHoxwRxXvQanobA== X-Received: by 10.194.57.9 with SMTP id e9mr23920022wjq.116.1480455432925; Tue, 29 Nov 2016 13:37:12 -0800 (PST) Received: from localhost ([2a02:c7d:8e80:c00:5163:1af1:2b94:f922]) by smtp.gmail.com with ESMTPSA id vr9sm69737297wjc.35.2016.11.29.13.37.11 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 29 Nov 2016 13:37:12 -0800 (PST) Date: Tue, 29 Nov 2016 21:37:00 -0000 From: Yao Qi To: Luis Machado Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 1/8] Fix test names starting with uppercase output by basic functions Message-ID: <20161129213709.mjg2ntnumj6ujiav@localhost> References: <1480107244-1484-1-git-send-email-lgustavo@codesourcery.com> <1480107244-1484-2-git-send-email-lgustavo@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480107244-1484-2-git-send-email-lgustavo@codesourcery.com> User-Agent: NeoMutt/20161104 (1.7.1) X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00966.txt.bz2 Hi, Luis, Drop "gdb/testsuite/" in ChangeLog entry, otherwise patch is good to me. -- Yao