From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14068 invoked by alias); 25 Oct 2017 15:28:02 -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 14056 invoked by uid 89); 25 Oct 2017 15:28:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=(unknown) X-HELO: mail-yw0-f174.google.com Received: from mail-yw0-f174.google.com (HELO mail-yw0-f174.google.com) (209.85.161.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Oct 2017 15:28:01 +0000 Received: by mail-yw0-f174.google.com with SMTP id w2so316193ywa.9 for ; Wed, 25 Oct 2017 08:28:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=g0TnJvHI8/Jiu12Fy9WsKogKI1US1qtQas6RAbD9Avk=; b=DnYoYLbsNix3lpGpf2UL8ct39DRT6yKbIxtUKdYSdj6985Tz5YCKaA1aq93LmwfpxP qbMdbuqCsPZeW6sQF/vb2POJ/BV/z3kfzd8e9iadv2c/txBTQUu9r0DWdApB61+W4rcc S+gcjGXCPjqUMARvc97YOh7nh7rOVB1Eyn+tTbSUH9zQnNhgnXyW5gqmL6PXd3RdPNvF sauNMNfS3ZU5v0AHRcykbQ4t/VdZOK5IZ/woBk/LLrjZylPGAgZ5+Y6UXEVwg2v/EwWJ vyWhdcCZylEjtuaKXQf/UYy7VOwAdzF0z3TfK0YUEBzCIwncoRWVRsZDhLARV9DmI6We 4etQ== X-Gm-Message-State: AMCzsaVGvTH/TApRL+6JJB0pXgx21hDy8Lt2e45hrIcScd22RlACeCBC jQ/icuzU34EZmJJcXwyg+OhHJ4bh6hhUa6MJjrMhSg== X-Google-Smtp-Source: ABhQp+Q1+EXXeskn7Nx44IeE0blYNtn2JNFWH7W9KKA1xp5JQmVTq3O6Zf5x8dtg4m2rXTC1JHxXA9wf3C8z7tahNUc= X-Received: by 10.37.183.201 with SMTP id u9mr1509763ybj.44.1508945279242; Wed, 25 Oct 2017 08:27:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.37.85.194 with HTTP; Wed, 25 Oct 2017 08:27:38 -0700 (PDT) In-Reply-To: References: <20171025092432.108380-1-leszeks@google.com> From: "Leszek Swirski via gdb-patches" Reply-To: Leszek Swirski Date: Wed, 25 Oct 2017 15:28:00 -0000 Message-ID: Subject: Re: [PATCH] Fix dwarf2_string_attr for -gsplit-dwarf To: Simon Marchi Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-10/txt/msg00774.txt.bz2 > It's not mentioned, but from the context of the ChangeLog change, I > understand this is for the 8.0 branch? 8.0.1 was already released, and I > don't know if there are plans for a 8.0.2. But in any case, cherry-picking > this fix doesn't hurt for anybody building from the gdb-8.0-branch. Yes, sorry, I should have made that clearer.