From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id 3691F3858D1E for ; Wed, 4 Jan 2023 08:57:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3691F3858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=irq.a4lg.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=irq.a4lg.com Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id 3A944300089; Wed, 4 Jan 2023 08:56:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=irq.a4lg.com; s=2017s01; t=1672822618; bh=alimSgMiL72b+a7aIMbcrH+e1LkkMbQxd95QIpxo2QU=; h=Message-ID:Date:Mime-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Vyk3Ch1wgxkHckJ9qkJ1ism0qc3+cdfe+z2nzXyJAG03UamynaHeLDVRQdjhdfakz BX8TOD3tvba3PlTJfFo2TbB7LyzLIDOI1GXzCZ2MQKkTSAO/ovsCrqf97RBMOHmGdt nuX6dip7501SNlG6V59wMkr7caGWNpl6k4uXK2Y4= Message-ID: Date: Wed, 4 Jan 2023 17:56:56 +0900 Mime-Version: 1.0 Subject: Re: [PATCH 1/2] gdb, gnulib: Regenerate using the maintainer mode Content-Language: en-US To: Pedro Alves Cc: gdb-patches@sourceware.org References: From: Tsukasa OI In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,GIT_PATCH_0,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 2023/01/04 11:02, Tsukasa OI wrote: > From: Tsukasa OI > > Those files have changed by regenerating using the maintainer mode. > gdb/aclocal.m4 changed its m4_include ordering and {gdbsupport,gnulib} > /Makefile.in changed their copyright year. > --- > gdb/aclocal.m4 | 10 +++++----- It seems, gdb/aclocal.m4 diff is caused by inconsistent maintainer mode environment and only {gdbsupport,gnulib} are affected. I'll resubmit PATCH v2 (since PATCH 2/2 is already merged, only consists of updated version of this patch [PATCH 1/2]). > gdbsupport/Makefile.in | 2 +- > gnulib/Makefile.in | 2 +- > 3 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/gdb/aclocal.m4 b/gdb/aclocal.m4 > index 4aac87b52ed5..806c551456f5 100644 > --- a/gdb/aclocal.m4 > +++ b/gdb/aclocal.m4 > @@ -199,6 +199,11 @@ AC_DEFUN([_AM_SUBST_NOTMAKE]) > # Public sister of _AM_SUBST_NOTMAKE. > AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) > > +m4_include([../libtool.m4]) > +m4_include([../ltoptions.m4]) > +m4_include([../ltsugar.m4]) > +m4_include([../ltversion.m4]) > +m4_include([../lt~obsolete.m4]) > m4_include([../config/acx.m4]) > m4_include([../config/ax_pthread.m4]) > m4_include([../config/bfd64.m4]) > @@ -212,9 +217,4 @@ m4_include([../config/override.m4]) > m4_include([../config/pkg.m4]) > m4_include([../config/plugins.m4]) > m4_include([../config/tcl.m4]) > -m4_include([../libtool.m4]) > -m4_include([../ltoptions.m4]) > -m4_include([../ltsugar.m4]) > -m4_include([../ltversion.m4]) > -m4_include([../lt~obsolete.m4]) > m4_include([acinclude.m4]) > diff --git a/gdbsupport/Makefile.in b/gdbsupport/Makefile.in > index 6aadae410316..c4b43c99c3d7 100644 > --- a/gdbsupport/Makefile.in > +++ b/gdbsupport/Makefile.in > @@ -15,7 +15,7 @@ > @SET_MAKE@ > > # > -# Copyright (C) 2020-2022 Free Software Foundation, Inc. > +# Copyright (C) 2020-2023 Free Software Foundation, Inc. > # > # This file is free software; you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by > diff --git a/gnulib/Makefile.in b/gnulib/Makefile.in > index 6a2091627d28..8d5bf7f16729 100644 > --- a/gnulib/Makefile.in > +++ b/gnulib/Makefile.in > @@ -14,7 +14,7 @@ > > @SET_MAKE@ > > -# Copyright (C) 2019-2022 Free Software Foundation, Inc. > +# Copyright (C) 2019-2023 Free Software Foundation, Inc. > > # This file is part of GDB. > > > base-commit: e346efcde0fd60c8b010cfc5b14dc0e725bc9e75