[PATCH] gdb: move remaining ChangeLogs to legacy files

Andrew Burgess andrew.burgess@embecosm.com
Mon Jul 26 11:26:28 GMT 2021


* Simon Marchi <simon.marchi@polymtl.ca> [2021-07-23 09:34:03 -0400]:

> 
> 
> On 2021-07-23 5:38 a.m., Andrew Burgess wrote:
> > In commit:
> > 
> >   commit f069ea46a03ae868581d1c852da28e979ea1245a
> >   Date:   Sat Jul 3 16:29:08 2021 -0700
> > 
> >       Rename gdb/ChangeLog to gdb/ChangeLog-2021
> > 
> > The gdb/ChangeLog file was renamed, but all of the other ChangeLog
> > files relating to gdb were left in place.
> > 
> > As I understand things, the no ChangeLogs policy applies to all the
> > GDB related directories, so this commit renames all of the remaining
> > GDB related ChangeLog files.
> > 
> > As with the original commit, the intention behind this commit is to
> > hopefully stop people merging ChangeLog entries by mistake.
> > 
> > The renames carried out in this commit are:
> > 
> >     gdb/doc/ChangeLog -> gdb/doc/ChangeLog-1991-2021
> >     gdb/stubs/ChangeLog -> gdb/stubs/ChangeLog-2012-2020
> >     gdb/testsuite/ChangeLog -> gdb/testsuite/ChangeLog-2014-2021
> >     gdbserver/ChangeLog -> gdbserver/ChangeLog-2002-2021
> >     gdbsupport/ChangeLog -> gdbsupport/ChangeLog-2020-2021
> > ---
> >  gdb/doc/{ChangeLog => ChangeLog-1991-2021}       | 0
> >  gdb/stubs/{ChangeLog => ChangeLog-2012-2020}     | 0
> >  gdb/testsuite/{ChangeLog => ChangeLog-2014-2021} | 0
> >  gdbserver/{ChangeLog => ChangeLog-2002-2021}     | 0
> >  gdbsupport/{ChangeLog => ChangeLog-2020-2021}    | 0
> >  5 files changed, 0 insertions(+), 0 deletions(-)
> >  rename gdb/doc/{ChangeLog => ChangeLog-1991-2021} (100%)
> >  rename gdb/stubs/{ChangeLog => ChangeLog-2012-2020} (100%)
> >  rename gdb/testsuite/{ChangeLog => ChangeLog-2014-2021} (100%)
> >  rename gdbserver/{ChangeLog => ChangeLog-2002-2021} (100%)
> >  rename gdbsupport/{ChangeLog => ChangeLog-2020-2021} (100%)
> > 
> > diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog-1991-2021
> > similarity index 100%
> > rename from gdb/doc/ChangeLog
> > rename to gdb/doc/ChangeLog-1991-2021
> > diff --git a/gdb/stubs/ChangeLog b/gdb/stubs/ChangeLog-2012-2020
> > similarity index 100%
> > rename from gdb/stubs/ChangeLog
> > rename to gdb/stubs/ChangeLog-2012-2020
> > diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog-2014-2021
> > similarity index 100%
> > rename from gdb/testsuite/ChangeLog
> > rename to gdb/testsuite/ChangeLog-2014-2021
> > diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog-2002-2021
> > similarity index 100%
> > rename from gdbserver/ChangeLog
> > rename to gdbserver/ChangeLog-2002-2021
> > diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog-2020-2021
> > similarity index 100%
> > rename from gdbsupport/ChangeLog
> > rename to gdbsupport/ChangeLog-2020-2021
> > 
> 
> This is in line with the intention of renaming gdb/ChangeLog, so it
> looks good to me.

Thanks, I've now pushed this.

Andrew


More information about the Gdb-patches mailing list