From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x843.google.com (mail-qt1-x843.google.com [IPv6:2607:f8b0:4864:20::843]) by sourceware.org (Postfix) with ESMTPS id 72DF5393C85B for ; Fri, 18 Sep 2020 14:28:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 72DF5393C85B Received: by mail-qt1-x843.google.com with SMTP id y11so5076845qtn.9 for ; Fri, 18 Sep 2020 07:28:36 -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=IXXSRxCSQCOT4ClgKqmM5QS4o1a7A++WJqsfcTmL+6A=; b=kvmta3sk5RoW0eJ4eU79DbTyiOIUa3mgK5J2AHLibx3MsvBr3onnzrdeMgsfxUmWd1 RmD2byQlRiginnqYbkit72ugnw0xDhvsTJaxGuVkZ7pBBUZIFyrrSJgmjWQ88wV+LaVU kSub4rDoxT5zhDNgyscK9wFFfpNF3/FJFmXSEust/7fZIROqFF7AkHJerHzbOaGM2m+c AH1MRUmvdH4+lH9X20h3IXofD25CHVDEret/2yLrlcJRRiY3usT5jc96JYNnGgZM26R7 4r9FeudleYnjosc8JAkeF0CEmaNgcdnG8tgMoHDxPwesHdudObq8lWen529Yvm+06aQu 1GpQ== X-Gm-Message-State: AOAM533RJEjkIH4W3iyR9/sdQIEr8TttikDfBfh7dNPNT4ZL5Y9OJynR 3nUPcRwiecDoF2Zp8/OoeK5lKwJzXRyAjPrQdywoPQ== X-Google-Smtp-Source: ABdhPJwU8VUbOgyB8ePxZuu+hCaVEzWTIJK9UvZSHTnoYoOeqN3XpD2sBz8yuoZT93IaaayVbfRN4qp8Q0gkAGF8lEU= X-Received: by 2002:ac8:1787:: with SMTP id o7mr32908645qtj.322.1600439315675; Fri, 18 Sep 2020 07:28:35 -0700 (PDT) MIME-Version: 1.0 References: <20200917202922.4179305-1-simon.marchi@polymtl.ca> In-Reply-To: <20200917202922.4179305-1-simon.marchi@polymtl.ca> From: Christian Biesinger Date: Fri, 18 Sep 2020 16:27:58 +0200 Message-ID: Subject: Re: [PATCH] Import mklog.py from gcc repo To: Simon Marchi Cc: gdb-patches , binutils@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-16.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, 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 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: Fri, 18 Sep 2020 14:28:37 -0000 On Thu, Sep 17, 2020 at 10:29 PM Simon Marchi via Gdb-patches wrote: > The simplest way to fix this is to import the script in binutils-gdb and > use it from there. It's also nice because we can use it without having > a clone of the gcc repo. I like this in principle, but the one annoying part is that no longer prints the patch author/date line, so you have to manually create it. I suppose one could make their own script for that (or maybe emacs users have a macro for that or something)... Christian