From patchwork Wed Jan 4 02:02:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tsukasa OI X-Patchwork-Id: 62678 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A16203858D1E for ; Wed, 4 Jan 2023 02:02:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A16203858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672797753; bh=rND/1yIy6V8ajB1b0EDEhfXxLACBbYzlEooCbewj7is=; h=To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=c15+OuizmQoZomMCoV4r3TBSLZT0WmGApIHnu62ESlYbvHsWXr2V9Z4t/mj4HPtR0 uPXIkY+Vd/WuFNlnVqtFSJb6vWJqgpNZBkQtJupBggiK9Sw4fXYqnR83cKdmBtyfeu aVN07GJhZrl7A7FKNb7sIrf4pkLIxpU+n/p1U+N8= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mail-sender-0.a4lg.com (mail-sender.a4lg.com [153.120.152.154]) by sourceware.org (Postfix) with ESMTPS id 63D2F3858D1E for ; Wed, 4 Jan 2023 02:02:10 +0000 (GMT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id BD10D300089; Wed, 4 Jan 2023 02:02:08 +0000 (UTC) To: Pedro Alves , Mike Frysinger Cc: Tsukasa OI , gdb-patches@sourceware.org Subject: [PATCH 1/2] gdb, gnulib: Regenerate using the maintainer mode Date: Wed, 4 Jan 2023 02:02:03 +0000 Message-Id: Mime-Version: 1.0 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 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-Patchwork-Original-From: Tsukasa OI via Gdb-patches From: Tsukasa OI Reply-To: Tsukasa OI Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" 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 +++++----- gdbsupport/Makefile.in | 2 +- gnulib/Makefile.in | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) base-commit: e346efcde0fd60c8b010cfc5b14dc0e725bc9e75 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. From patchwork Wed Jan 4 02:02:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tsukasa OI X-Patchwork-Id: 62679 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 451493858C2B for ; Wed, 4 Jan 2023 02:03:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 451493858C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1672797781; bh=QxExKhPxz/Yth5Ue+etUIP2xLKTQC/wUXUhxt7NC2yE=; h=To:Cc:Subject:Date:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=ZBb9pif5MzQO3low346VdVuz/TYqVkT8kCF8iICLvsGHRw/dmsN5CwIwaYYss2NGF 6ndc/6EgN683PL4dnMP1LazAMHvelOPnFiFVi5CJCif72Kgf6a5jfWVuYUqci8I7LW QR4jT3WpuLbUqscF1hgas3yXdDmKIctI795n4xO0= X-Original-To: gdb-patches@sourceware.org Delivered-To: gdb-patches@sourceware.org Received: from mail-sender-0.a4lg.com (mail-sender.a4lg.com [153.120.152.154]) by sourceware.org (Postfix) with ESMTPS id 0197F3858C27 for ; Wed, 4 Jan 2023 02:02:20 +0000 (GMT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id 3F57D300089; Wed, 4 Jan 2023 02:02:19 +0000 (UTC) To: Pedro Alves , Mike Frysinger Cc: Tsukasa OI , gdb-patches@sourceware.org Subject: [PATCH 2/2] sim: Regenerate using the maintainer mode Date: Wed, 4 Jan 2023 02:02:04 +0000 Message-Id: <7432ea0f0f7b3d58a0f4ddd15f74870493e848ce.1672797718.git.research_trasio@irq.a4lg.com> In-Reply-To: References: Mime-Version: 1.0 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 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-Patchwork-Original-From: Tsukasa OI via Gdb-patches From: Tsukasa OI Reply-To: Tsukasa OI Errors-To: gdb-patches-bounces+patchwork=sourceware.org@sourceware.org Sender: "Gdb-patches" From: Tsukasa OI Those files have changed by regenerating using the maintainer mode. The first line of sim/ppc/pk.h have changed by an effect of the commit 319e41e83a40 ("sim: ppc: inline the sim-packages option"). --- sim/ppc/pk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/ppc/pk.h b/sim/ppc/pk.h index b4de99658459..92e49e9e8a45 100644 --- a/sim/ppc/pk.h +++ b/sim/ppc/pk.h @@ -1,2 +1,2 @@ -/* Generated file; do not edit. */ +/* Generated file by Makefile.in; do not edit. */ extern package_create_instance_callback pk_disklabel_create_instance;