From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27713 invoked by alias); 2 Jun 2015 16:21:24 -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 27641 invoked by uid 89); 2 Jun 2015 16:21:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pa0-f53.google.com Received: from mail-pa0-f53.google.com (HELO mail-pa0-f53.google.com) (209.85.220.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 02 Jun 2015 16:21:21 +0000 Received: by padjw17 with SMTP id jw17so64232797pad.2 for ; Tue, 02 Jun 2015 09:21:20 -0700 (PDT) X-Received: by 10.70.48.34 with SMTP id i2mr22347542pdn.125.1433262079938; Tue, 02 Jun 2015 09:21:19 -0700 (PDT) Received: from [127.0.0.1] (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id z12sm17990211pbt.29.2015.06.02.09.21.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 02 Jun 2015 09:21:19 -0700 (PDT) Message-ID: <556DD7F8.1010505@gmail.com> Date: Tue, 02 Jun 2015 16:21:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Jan Kratochvil , Joel Brobecker CC: gdb-patches@sourceware.org, Phil Muldoon Subject: Re: 2 weeks to GDB 7.10 tentative branching date! References: <20150601213709.GC2631@adacore.com> <20150602081231.GA7387@host1.jankratochvil.net> In-Reply-To: <20150602081231.GA7387@host1.jankratochvil.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00032.txt.bz2 On 02/06/15 09:12, Jan Kratochvil wrote: > [PATCH v4 1/2] compile: set debug compile: Display GCC driver filename > https://sourceware.org/ml/gdb-patches/2015-05/msg00628.html > Message-ID:<20150524185752.31862.62312.stgit@host1.jankratochvil.net> This was reviewed and approved by Pedro here https://sourceware.org/ml/gdb-patches/2015-05/msg00711.html -- Yao (齐尧)