diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-07-23 10:30:36 +0100 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2021-07-26 12:20:33 +0100 |
commit | 730afdd1399f12b6683b70b7cba0ef67651e4e05 (patch) | |
tree | 81e9b7d5679a66403c6654aee4fd3ddcc54fbcc9 | |
parent | b6c4205149824bfc3e5ab9e12819dcc0fc2af29d (diff) | |
download | gdb-730afdd1399f12b6683b70b7cba0ef67651e4e05.zip gdb-730afdd1399f12b6683b70b7cba0ef67651e4e05.tar.gz gdb-730afdd1399f12b6683b70b7cba0ef67651e4e05.tar.bz2 |
gdb: move remaining ChangeLogs to legacy files
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
-rw-r--r-- | gdb/doc/ChangeLog-1991-2021 (renamed from gdb/doc/ChangeLog) | 0 | ||||
-rw-r--r-- | gdb/stubs/ChangeLog-2012-2020 (renamed from gdb/stubs/ChangeLog) | 0 | ||||
-rw-r--r-- | gdb/testsuite/ChangeLog-2014-2021 (renamed from gdb/testsuite/ChangeLog) | 0 | ||||
-rw-r--r-- | gdbserver/ChangeLog-2002-2021 (renamed from gdbserver/ChangeLog) | 0 | ||||
-rw-r--r-- | gdbsupport/ChangeLog-2020-2021 (renamed from gdbsupport/ChangeLog) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog-1991-2021 index 0df8399..0df8399 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog-1991-2021 diff --git a/gdb/stubs/ChangeLog b/gdb/stubs/ChangeLog-2012-2020 index a5cfae0..a5cfae0 100644 --- a/gdb/stubs/ChangeLog +++ b/gdb/stubs/ChangeLog-2012-2020 diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog-2014-2021 index a7fa58d..a7fa58d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog-2014-2021 diff --git a/gdbserver/ChangeLog b/gdbserver/ChangeLog-2002-2021 index c2ff85e..c2ff85e 100644 --- a/gdbserver/ChangeLog +++ b/gdbserver/ChangeLog-2002-2021 diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog-2020-2021 index d054899..d054899 100644 --- a/gdbsupport/ChangeLog +++ b/gdbsupport/ChangeLog-2020-2021 |