Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / gdb / copyright.py
index bb21b21601fbb67cb5f6552929cb4acbed078804..84ead523eeaa8ce754462c019e75c7e682d29790 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 
-# Copyright (C) 2011-2017 Free Software Foundation, Inc.
+# Copyright (C) 2011-2019 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
@@ -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
This page took 0.023992 seconds and 4 git commands to generate.