diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/copyright.py | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 27f7c7f..96cc88d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 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 MULTIPLE_COPYRIGHT_HEADERS (separately) from BY_HAND, even if BY_HAND is empty. diff --git a/gdb/copyright.py b/gdb/copyright.py index bb21b21..119f69f 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -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 |