From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cvs.linux-mips.org (eddie.linux-mips.org [148.251.95.138]) by sourceware.org (Postfix) with ESMTP id 22549385DC00 for ; Wed, 1 Apr 2020 17:28:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 22549385DC00 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=linux-mips.org Authentication-Results: sourceware.org; spf=none smtp.mailfrom=macro@linux-mips.org Received: (from localhost user: 'macro', uid#1010) by eddie.linux-mips.org with ESMTP id S23992512AbgDAR2qNMJoM (ORCPT ); Wed, 1 Apr 2020 19:28:46 +0200 Date: Wed, 1 Apr 2020 18:28:46 +0100 (BST) Sender: "Maciej W. Rozycki" From: "Maciej W. Rozycki" To: =?UTF-8?Q?Martin_Li=C5=A1ka?= cc: Jakub Jelinek , GCC Patches , binutils@sourceware.org, "H.J. Lu" Subject: Re: [PATCH] PR lto/94249: Correct endianness detection with the __BYTE_ORDER macro In-Reply-To: <61fdce93-0da7-3bda-6a78-c5a072304d6d@suse.cz> Message-ID: References: <20200323103505.GF2156@tucnak> <6313e487-6dbb-ac17-4160-4ac600af40be@suse.cz> <7369b1aa-be0d-92cc-4f81-1612f101e2e8@suse.cz> <3786da05-1530-38c5-e9e2-cd69418cd42a@suse.cz> <5b27738a-9885-9906-0c93-888daf4a066f@suse.cz> <20200324083109.GP2156@tucnak> <20200324091805.GQ2156@tucnak> <58a785c1-08fc-a491-e19d-2b42e0a9817b@suse.cz> <2131cafa-703e-5f42-865b-e2f7f718dc83@suse.cz> <61fdce93-0da7-3bda-6a78-c5a072304d6d@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, UNPARSEABLE_RELAY autolearn=no 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: Wed, 01 Apr 2020 17:28:50 -0000 On Wed, 1 Apr 2020, Martin Liška wrote: > > commit 142d68f50b48309f48e34fc1d9d6dbbeecfde684 > > Author: Martin Liska > > AuthorDate: Wed Apr 1 09:37:37 2020 +0200 > > Commit: Martin Liska > > CommitDate: Wed Apr 1 09:37:37 2020 +0200 > > > > You're still listed as the author of the change in question. > > It's the first time anybody is asking me for that. I considered the ChangeLog > entry as sufficient. Anyway, next time please send a patch with git > format-patch > so that one can apply it with git am. That will preserve you as the author. Of course it was formatted for `git am', I've been doing that for many years now for all the pieces of the toolchain (even with GCC while it was still on SVN). Had you fed the message to `git am', it would have done the right thing. > Or ideally, feel free to fulfil copyright assignment and install commits > by your own. I've had it for some 20 years now for GCC and other pieces of the GNU toolchain. Otherwise I couldn't have been listed in MAINTAINERS. Why did you come up with an idea that I haven't? Maciej