From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2d.google.com (mail-io1-xd2d.google.com [IPv6:2607:f8b0:4864:20::d2d]) by sourceware.org (Postfix) with ESMTPS id DA62B3851C25 for ; Thu, 30 Apr 2020 04:11:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DA62B3851C25 Received: by mail-io1-xd2d.google.com with SMTP id k6so60859iob.3 for ; Wed, 29 Apr 2020 21:11:34 -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=7BZdPIyawl1RHClRl23werCUS6aKSGEsjnN+E2eDrlQ=; b=Jbvx1+GkxAA240sOLULgLn9FKXbfB7g3iWx4VE43Ys3u4QcDvwyoOd5tTpS8vTIQW2 wiZdGduN95X0TAntmBCbl4MQoVuFAWIFWHKv/YJmUYoRvXXYTjzjWnM8IkoOUx64pwb9 lcl56xnytzO4uZ6GT0Aa/M+Jr9rzmQYcWBTAgYP+BPXA/GvO/HUztivT/yv+hw3YAqtF fkFBfrBTgNsfrP4YNZWemXGUhWkC5uHlmeK5rgQuyMIwohZ1LD1KjW2cqj5IGwiiKX/C cWHcxbwSylNlBOb1W3NStGMeHLWoRLSbrtjDGLVc07sQzAmvuhJ9qd/oSDXY+8K81Zxq +TRg== X-Gm-Message-State: AGi0Pua9O4SRRcxA+8nuBkD9BYIOmKu2f0HnDfVCijQnv91PZ6f601Xl XeT4+I5fjgejQRoGkyMNxVl8fh1PB1iWPbXQ98QWfQ== X-Google-Smtp-Source: APiQypJXXNk7j0WpU0Fsjw9aTRQgICLRjD6g457IiiQ7w4luzermTGnCKfhkgLsPy4sQfET6MSXwXgt+NJqzO+Ed74M= X-Received: by 2002:a02:a68e:: with SMTP id j14mr88315jam.86.1588219894134; Wed, 29 Apr 2020 21:11:34 -0700 (PDT) MIME-Version: 1.0 References: <41d74a1a-0748-4a40-6365-011ac0c2a2ff@polymtl.ca> In-Reply-To: From: Sterling Augustine Date: Wed, 29 Apr 2020 21:10:53 -0700 Message-ID: Subject: Re: Recent commit in binutils-gdb To: Eric Christopher Cc: Simon Marchi , gdb-patches X-Spam-Status: No, score=-22.8 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL 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 04:11:36 -0000 The commit was proposed here: https://sourceware.org/pipermail/gdb/2020-March/000012.html And approved here: https://sourceware.org/pipermail/gdb/2020-April/048466.html On Wed, Apr 29, 2020 at 6:57 PM Eric Christopher wrote: > 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 >> >