From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x841.google.com (mail-qt1-x841.google.com [IPv6:2607:f8b0:4864:20::841]) by sourceware.org (Postfix) with ESMTPS id 72700386F03B for ; Fri, 18 Sep 2020 14:28:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 72700386F03B Received: by mail-qt1-x841.google.com with SMTP id 19so5112021qtp.1 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=eUL/nJySKSWHS8YoGohP7ztiWmVKsgQ4fJg8DH7Ey9f1bU0kOfgfkMf+8+ym/8fS7n XBBm6MiSQVwu8HWIyZcAQpq+rkkBrpqSo39EitZ4iPpy9oCnUAaHo4TKie+ogCY1ywfR CD7Jji0wd18gzGXF38kMlMcxst7z/W52GuDiq2EDtsrcMaeEO0iD4LgtHXl7R9oZ7Zuh NKAWIQltAnPXpfXr+QKodtlnQauqq3VBxp9gySlGEBhEIBO1eYWlCV94O4Uo24vFZjre R7+pBjZxrPeRcgG3E5tDHzpuk1W3CM6ql5Q8oP6RnRJWwS+9527CSsZkzLRuNueY9v3D IiPw== X-Gm-Message-State: AOAM532GOLC+Y9Dq/yRQpGWgWjd8ANj1NYBy/dxQm0wfJUl8sY1OvG+H /3Ruci9172p5PwkKsID613IhiO3BcAvcOIxRwdbBgw== 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.9 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: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils 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