GDB: aarch64: Add ability to displaced step over a BR/BLR instruction
[deliverable/binutils-gdb.git] / gdb / copyright.py
index 2f468441ae99396249c69aaaaa3dbacbbb0e38d4..f9c96b0007921954bfbb055f769eeef8656b3142 100644 (file)
@@ -1,6 +1,6 @@
 #! /usr/bin/env python3
 
-# Copyright (C) 2011-2019 Free Software Foundation, Inc.
+# Copyright (C) 2011-2021 Free Software Foundation, Inc.
 #
 # This file is part of GDB.
 #
@@ -46,7 +46,9 @@ def get_update_list():
     the files are relative to that root directory.
     """
     result = []
-    for gdb_dir in ('gdb', 'gnulib', 'sim', 'include/gdb'):
+    for gdb_dir in (
+        'gdb', 'gdbserver', 'gdbsupport', 'gnulib', 'sim', 'include/gdb',
+    ):
         for root, dirs, files in os.walk(gdb_dir, topdown=True):
             for dirname in dirs:
                 reldirname = "%s/%s" % (root, dirname)
@@ -190,7 +192,9 @@ def main ():
 EXCLUDE_LIST = (
     'gdb/nat/glibc_thread_db.h',
     'gdb/CONTRIBUTE',
-    'gnulib/import'
+    'gnulib/import',
+    'gnulib/config.in',
+    'gnulib/Makefile.in',
 )
 
 # Files which should not be modified, either because they are
@@ -283,7 +287,7 @@ NOT_FSF_LIST = (
     "sim/ppc/events.c", "sim/ppc/gen-idecode.h", "sim/ppc/emul_netbsd.c",
     "sim/ppc/igen.c", "sim/ppc/vm_n.h", "sim/ppc/vm.h",
     "sim/ppc/hw_iobus.c", "sim/ppc/inline.h",
-    "sim/testsuite/sim/bfin/s21.s", "sim/testsuite/sim/mips/mips32-dsp2.s",
+    "sim/testsuite/sim/mips/mips32-dsp2.s",
 )
 
 if __name__ == "__main__":
This page took 0.023829 seconds and 4 git commands to generate.