gdb/copyright.py: Remove testsuite/gdb.base/step-line.{c,inp} special handling
authorJoel Brobecker <brobecker@adacore.com>
Mon, 1 Jan 2018 04:18:16 +0000 (08:18 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 2 Jan 2018 03:38:05 +0000 (07:38 +0400)
In the past, these files needed to be handled by hand, because
the testcase was sensitive to the length of the header, which was
potentially changing when new copyright years were added to
the copyright header. Now that we simply maintain and update
a range, the length of the copyright header should not change
as a consequence of the update performed by this script, so
special handling of those files is no longer necessary.

gdb/ChangeLog:

        * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
        and gdb/testsuite/gdb.base/step-line.c.

gdb/ChangeLog
gdb/copyright.py

index 27f7c7ffee7f843a1a7b8b1febeeee05281f6b7b..96cc88d658226967ed4498cadbf3dc9ae1b7cbda 100644 (file)
@@ -1,3 +1,8 @@
+2018-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * copyright.py (BY_HAND): Remove gdb/testsuite/gdb.base/step-line.inp
+       and gdb/testsuite/gdb.base/step-line.c.
+
 2018-01-01  Joel Brobecker  <brobecker@adacore.com>
 
        * copyright.py (main): Dump the contents of
index bb21b21601fbb67cb5f6552929cb4acbed078804..119f69f9e39f514fb19616b426df5a17f1368cee 100644 (file)
@@ -200,9 +200,7 @@ EXCLUDE_ALL_LIST = (
 
 # The list of files to update by hand.
 BY_HAND = (
-    # These files are sensitive to line numbering.
-    "gdb/testsuite/gdb.base/step-line.inp",
-    "gdb/testsuite/gdb.base/step-line.c",
+    # Nothing at the moment :-).
 )
 
 # Files containing multiple copyright headers.  This script is only