public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Tsukasa OI <research_trasio@irq.a4lg.com>
To: Pedro Alves <pedro@palves.net>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 1/2] gdb, gnulib: Regenerate using the maintainer mode
Date: Wed, 4 Jan 2023 17:56:56 +0900	[thread overview]
Message-ID: <cfb1ae7a-4409-1fce-e157-e692c160e078@irq.a4lg.com> (raw)
In-Reply-To: <f7e2a6fbc055773d12334723621926cb2b0eb9a3.1672797718.git.research_trasio@irq.a4lg.com>

On 2023/01/04 11:02, Tsukasa OI wrote:
> From: Tsukasa OI <research_trasio@irq.a4lg.com>
> 
> 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

  parent reply	other threads:[~2023-01-04  8:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04  2:02 Tsukasa OI
2023-01-04  2:02 ` [PATCH 2/2] sim: " Tsukasa OI
2023-01-04  2:11   ` Mike Frysinger
2023-01-04  8:56 ` Tsukasa OI [this message]
2023-01-05  3:32 ` [PATCH v2] gdbsupport, gnulib: Regenerate with " Tsukasa OI
2023-01-05 16:31   ` Simon Marchi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cfb1ae7a-4409-1fce-e157-e692c160e078@irq.a4lg.com \
    --to=research_trasio@irq.a4lg.com \
    --cc=gdb-patches@sourceware.org \
    --cc=pedro@palves.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).