From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oo1-xc2c.google.com (mail-oo1-xc2c.google.com [IPv6:2607:f8b0:4864:20::c2c]) by sourceware.org (Postfix) with ESMTPS id A9B37386EC42 for ; Thu, 30 Apr 2020 01:57:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A9B37386EC42 Received: by mail-oo1-xc2c.google.com with SMTP id c83so924167oob.6 for ; Wed, 29 Apr 2020 18:57:28 -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:references:in-reply-to:from:date :message-id:subject:to:cc; bh=P+oCnSakuPbgtNLEoQOhnzHvxCWCxlhn17pL95YjUgc=; b=YliASYYBvD1bvw+8rtOLj8VAU6aQwVPjg+T7bWwE8Vtp/67QcmHmulL0Om6nEShNtH DPIhMm/QmYSlXJ9dBqz1r+JInCyfB9DAWuNpVzofu2W3bII9aOg0YtkdpeHQflWmK/+H lqQgzaOiiIK69VtluGmWQMPVVjEMQXbpiNPFFtueyaPK6OyNigAxBoEYrNFfUEUxb3d+ p8+U2xDxMdUFs9Eo+PfLrWcrQYK1Q9hyyWMM8ary9HMBUyZJtqbod2u3pukZewqMmlwG RgZUfs1ZSKnnsBLA/o3F9MAfMKBRyXCfUepjCtPHqac8rCjwor3YTGlvT1aK4kj5OtR3 A10w== X-Gm-Message-State: AGi0PuYP8HrqaoqHPtyNp0V3oXjAz6LuspgGATK5TAdvfPk0C8xeo3aH qF+KU3yqMIhSfjBYdhBxv4FlGg1OiEHcMuTID10= X-Google-Smtp-Source: APiQypIfL+9118L2TfR7dbAMk66n77Un4MC10ELLY63zp/DNb9af+QTSiBv0+9V7yFUHfsQwknvcAbxTTWAFsgN/my8= X-Received: by 2002:a4a:ba0b:: with SMTP id b11mr881290oop.44.1588211847950; Wed, 29 Apr 2020 18:57:27 -0700 (PDT) MIME-Version: 1.0 References: <41d74a1a-0748-4a40-6365-011ac0c2a2ff@polymtl.ca> In-Reply-To: <41d74a1a-0748-4a40-6365-011ac0c2a2ff@polymtl.ca> From: Eric Christopher Date: Wed, 29 Apr 2020 18:57:15 -0700 Message-ID: Subject: Re: Recent commit in binutils-gdb To: Simon Marchi Cc: gdb-patches , saugustine@google.com X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Apr 2020 01:57:30 -0000 Hi Simon! Sterling misplaced his commit keys and asked me to commit on his behalf. IIRC it was approved a couple months ago and just now had the chance to commit. I tried to set the author etc correctly but let me know if I missed anything. -eric On Wed, Apr 29, 2020, 5:50 PM Simon Marchi wrote: > Hi Eric, > > I was just wondering about the recent commit 84ed7a4725 in the binutils-gdb > git repo, touching dwarf2/read.c, there's no commit message and I haven't > seen > it pass by on the mailing list. Where does this come from, what is it > about? > > Simon >