From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 119890 invoked by alias); 31 May 2016 19:11:11 -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 119879 invoked by uid 89); 31 May 2016 19:11:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:355 X-HELO: mail-qk0-f181.google.com Received: from mail-qk0-f181.google.com (HELO mail-qk0-f181.google.com) (209.85.220.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 31 May 2016 19:11:01 +0000 Received: by mail-qk0-f181.google.com with SMTP id c140so18155988qke.2 for ; Tue, 31 May 2016 12:11:00 -0700 (PDT) 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:from:date :message-id:subject:to:cc; bh=143LYYZKz7ABcGkWISGgpZnvf5erZ2OSBA7SbHaqUqI=; b=Pd5Yeg4KvMlPLCrG7MtsJyagBSLfAyc4Y1dr21yGWGuE84r8PnmveN1Dcwj2R5alRW rsWbqE1yF3jA7TzqiQ3nB951dd9LtsS5ncdwl0ho0A47tlNK3KETNcWrghFP3xq4BBX0 XyNG1m+aIbHStkX+fVUBEzlYO/Q0ZNvomWz+hpFE1rGVsz7Jju4UBU1iyEYBtq50p85u d/dTjdbc31I6ZjjPpQi0gfEsiOfSynV/n3L1gkD7x6veV+CKm9ABEuSmJBRL4xduBKrq XTe/ogWGR0o1+zpLgtqY6RVUTyOjo3l/6B3dowMIJHPRWEoZbPF+OY3FvnyATmdgLI0J MzkQ== X-Gm-Message-State: ALyK8tKeTNEYIzNLPTtInxQvIOEaWT0LMcHtxS2zPGPLQXXYNH3Sh0PUN7t4VFJVAbMvWa+G0hT50Z5ytJ5nLjrV X-Received: by 10.200.51.60 with SMTP id t57mr33649235qta.26.1464721859085; Tue, 31 May 2016 12:10:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.24.150 with HTTP; Tue, 31 May 2016 12:10:19 -0700 (PDT) In-Reply-To: <4c1bda84-e98d-6d06-7eed-410bb4b98d00@redhat.com> References: <20160531183523.882-1-martin.galvan@tallertechnologies.com> <218e5048-2ea1-2dfe-71ec-ee973ed6531f@redhat.com> <4c1bda84-e98d-6d06-7eed-410bb4b98d00@redhat.com> From: Martin Galvan Date: Tue, 31 May 2016 19:11:00 -0000 Message-ID: Subject: Re: [PATCH v4][PR gdb/19893] Fix handling of synthetic C++ references To: Pedro Alves Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-05/txt/msg00560.txt.bz2 On Tue, May 31, 2016 at 4:08 PM, Pedro Alves wrote: > It's also standard procedure to put the PR number in the ChangeLog [1], > which I totally forgot to point out in review. Don't worry, I noticed that when I opened the ChangeLogs and added it before pushing :)