From: Andrew Burgess Date: Fri, 23 Jul 2021 09:30:36 +0000 (+0100) Subject: gdb: move remaining ChangeLogs to legacy files X-Git-Tag: binutils-2_38~1801 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=730afdd1399f12b6683b70b7cba0ef67651e4e05;p=thirdparty%2Fbinutils-gdb.git 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 --- 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