aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/arc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-01-02 11:32:25 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-01-02 12:17:34 -0800
commit2b778ceb4010c28d70de9b8eab20e8d88eed586b (patch)
tree3bcf21bcaccb5b09b1859e63f3baf9b5f0105ed7 /sysdeps/arc
parent45b1e17e9150dbd9ac2d578579063fbfa8e1b327 (diff)
downloadglibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.zip
glibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.tar.gz
glibc-2b778ceb4010c28d70de9b8eab20e8d88eed586b.tar.bz2
Update copyright dates with scripts/update-copyrights
I used these shell commands: ../glibc/scripts/update-copyrights $PWD/../gnulib/build-aux/update-copyright (cd ../glibc && git commit -am"[this commit message]") and then ignored the output, which consisted lines saying "FOO: warning: copyright statement not found" for each of 6694 files FOO. I then removed trailing white space from benchtests/bench-pthread-locks.c and iconvdata/tst-iconv-big5-hkscs-to-2ucs4.c, to work around this diagnostic from Savannah: remote: *** pre-commit check failed ... remote: *** error: lines with trailing whitespace found remote: error: hook declined to update refs/heads/master
Diffstat (limited to 'sysdeps/arc')
-rw-r--r--sysdeps/arc/Makefile2
-rw-r--r--sysdeps/arc/__longjmp.S2
-rw-r--r--sysdeps/arc/atomic-machine.h2
-rw-r--r--sysdeps/arc/bits/fenv.h2
-rw-r--r--sysdeps/arc/bits/link.h2
-rw-r--r--sysdeps/arc/bits/setjmp.h2
-rw-r--r--sysdeps/arc/dl-machine.h2
-rw-r--r--sysdeps/arc/dl-runtime.h2
-rw-r--r--sysdeps/arc/dl-sysdep.h2
-rw-r--r--sysdeps/arc/dl-tls.h2
-rw-r--r--sysdeps/arc/dl-trampoline.S2
-rw-r--r--sysdeps/arc/fpu/fclrexcpt.c2
-rw-r--r--sysdeps/arc/fpu/fegetenv.c2
-rw-r--r--sysdeps/arc/fpu/fegetmode.c2
-rw-r--r--sysdeps/arc/fpu/fegetround.c2
-rw-r--r--sysdeps/arc/fpu/feholdexcpt.c2
-rw-r--r--sysdeps/arc/fpu/fesetenv.c2
-rw-r--r--sysdeps/arc/fpu/fesetexcept.c2
-rw-r--r--sysdeps/arc/fpu/fesetmode.c2
-rw-r--r--sysdeps/arc/fpu/fesetround.c2
-rw-r--r--sysdeps/arc/fpu/feupdateenv.c2
-rw-r--r--sysdeps/arc/fpu/fgetexcptflg.c2
-rw-r--r--sysdeps/arc/fpu/fraiseexcpt.c2
-rw-r--r--sysdeps/arc/fpu/fsetexcptflg.c2
-rw-r--r--sysdeps/arc/fpu/ftestexcept.c2
-rw-r--r--sysdeps/arc/fpu_control.h2
-rw-r--r--sysdeps/arc/gccframe.h2
-rw-r--r--sysdeps/arc/get-rounding-mode.h2
-rw-r--r--sysdeps/arc/jmpbuf-offsets.h2
-rw-r--r--sysdeps/arc/jmpbuf-unwind.h2
-rw-r--r--sysdeps/arc/ldsodefs.h2
-rw-r--r--sysdeps/arc/libc-tls.c2
-rw-r--r--sysdeps/arc/machine-gmon.h2
-rw-r--r--sysdeps/arc/math-tests-trap.h2
-rw-r--r--sysdeps/arc/memusage.h2
-rw-r--r--sysdeps/arc/nofpu/math-tests-exceptions.h2
-rw-r--r--sysdeps/arc/nofpu/math-tests-rounding.h2
-rw-r--r--sysdeps/arc/nptl/Makefile2
-rw-r--r--sysdeps/arc/nptl/pthreaddef.h2
-rw-r--r--sysdeps/arc/nptl/tls.h2
-rw-r--r--sysdeps/arc/setjmp.S2
-rw-r--r--sysdeps/arc/sfp-machine.h2
-rw-r--r--sysdeps/arc/sotruss-lib.c2
-rw-r--r--sysdeps/arc/stackinfo.h2
-rw-r--r--sysdeps/arc/start.S2
-rw-r--r--sysdeps/arc/sysdep.h2
-rw-r--r--sysdeps/arc/tls-macros.h2
-rw-r--r--sysdeps/arc/tst-audit.h2
48 files changed, 48 insertions, 48 deletions
diff --git a/sysdeps/arc/Makefile b/sysdeps/arc/Makefile
index d5a702e..9e1ac0e 100644
--- a/sysdeps/arc/Makefile
+++ b/sysdeps/arc/Makefile
@@ -1,5 +1,5 @@
# ARC Makefile
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/__longjmp.S b/sysdeps/arc/__longjmp.S
index fcbf1bb..5211399 100644
--- a/sysdeps/arc/__longjmp.S
+++ b/sysdeps/arc/__longjmp.S
@@ -1,5 +1,5 @@
/* longjmp for ARC.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/atomic-machine.h b/sysdeps/arc/atomic-machine.h
index 1c8638b..4cffc97 100644
--- a/sysdeps/arc/atomic-machine.h
+++ b/sysdeps/arc/atomic-machine.h
@@ -1,5 +1,5 @@
/* Low-level functions for atomic operations. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/bits/fenv.h b/sysdeps/arc/bits/fenv.h
index b375641..94c6ea5 100644
--- a/sysdeps/arc/bits/fenv.h
+++ b/sysdeps/arc/bits/fenv.h
@@ -1,5 +1,5 @@
/* Floating point environment. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/bits/link.h b/sysdeps/arc/bits/link.h
index b687250..2df6b7b 100644
--- a/sysdeps/arc/bits/link.h
+++ b/sysdeps/arc/bits/link.h
@@ -1,5 +1,5 @@
/* Machine-specific declarations for dynamic linker interface, ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/bits/setjmp.h b/sysdeps/arc/bits/setjmp.h
index 9136bdb..bdf819b 100644
--- a/sysdeps/arc/bits/setjmp.h
+++ b/sysdeps/arc/bits/setjmp.h
@@ -1,5 +1,5 @@
/* Define the machine-dependent type 'jmp_buf'. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-machine.h b/sysdeps/arc/dl-machine.h
index e47f199..60b49af 100644
--- a/sysdeps/arc/dl-machine.h
+++ b/sysdeps/arc/dl-machine.h
@@ -1,5 +1,5 @@
/* Machine-dependent ELF dynamic relocation inline functions. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-runtime.h b/sysdeps/arc/dl-runtime.h
index 6597d93..8658974 100644
--- a/sysdeps/arc/dl-runtime.h
+++ b/sysdeps/arc/dl-runtime.h
@@ -1,5 +1,5 @@
/* Helpers for On-demand PLT fixup for shared objects. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-sysdep.h b/sysdeps/arc/dl-sysdep.h
index aefec2b..0b8a1e7 100644
--- a/sysdeps/arc/dl-sysdep.h
+++ b/sysdeps/arc/dl-sysdep.h
@@ -1,5 +1,5 @@
/* System-specific settings for dynamic linker code. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-tls.h b/sysdeps/arc/dl-tls.h
index 0f3626d..93b50c7 100644
--- a/sysdeps/arc/dl-tls.h
+++ b/sysdeps/arc/dl-tls.h
@@ -1,5 +1,5 @@
/* Thread-local storage handling in the ELF dynamic linker. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/dl-trampoline.S b/sysdeps/arc/dl-trampoline.S
index eb2a030..82e4e52 100644
--- a/sysdeps/arc/dl-trampoline.S
+++ b/sysdeps/arc/dl-trampoline.S
@@ -1,5 +1,5 @@
/* PLT trampolines. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fclrexcpt.c b/sysdeps/arc/fpu/fclrexcpt.c
index 7653d99..dfa9e59 100644
--- a/sysdeps/arc/fpu/fclrexcpt.c
+++ b/sysdeps/arc/fpu/fclrexcpt.c
@@ -1,5 +1,5 @@
/* Clear given exceptions in current floating-point environment.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fegetenv.c b/sysdeps/arc/fpu/fegetenv.c
index bbb3b47..e085825 100644
--- a/sysdeps/arc/fpu/fegetenv.c
+++ b/sysdeps/arc/fpu/fegetenv.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fegetmode.c b/sysdeps/arc/fpu/fegetmode.c
index f02c911..e3ffa48 100644
--- a/sysdeps/arc/fpu/fegetmode.c
+++ b/sysdeps/arc/fpu/fegetmode.c
@@ -1,5 +1,5 @@
/* Store current floating-point control modes.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fegetround.c b/sysdeps/arc/fpu/fegetround.c
index c5496bc..517ee92 100644
--- a/sysdeps/arc/fpu/fegetround.c
+++ b/sysdeps/arc/fpu/fegetround.c
@@ -1,5 +1,5 @@
/* Return current rounding direction.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/feholdexcpt.c b/sysdeps/arc/fpu/feholdexcpt.c
index 59527ee..93094dc 100644
--- a/sysdeps/arc/fpu/feholdexcpt.c
+++ b/sysdeps/arc/fpu/feholdexcpt.c
@@ -1,5 +1,5 @@
/* Store current floating-point environment and clear exceptions.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fesetenv.c b/sysdeps/arc/fpu/fesetenv.c
index 4ef858f..916a874 100644
--- a/sysdeps/arc/fpu/fesetenv.c
+++ b/sysdeps/arc/fpu/fesetenv.c
@@ -1,5 +1,5 @@
/* Install given floating-point environment (doesnot raise exceptions).
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fesetexcept.c b/sysdeps/arc/fpu/fesetexcept.c
index 77517d0..9901d11 100644
--- a/sysdeps/arc/fpu/fesetexcept.c
+++ b/sysdeps/arc/fpu/fesetexcept.c
@@ -1,5 +1,5 @@
/* Set given exception flags.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fesetmode.c b/sysdeps/arc/fpu/fesetmode.c
index c4ea02d..a54c746 100644
--- a/sysdeps/arc/fpu/fesetmode.c
+++ b/sysdeps/arc/fpu/fesetmode.c
@@ -1,5 +1,5 @@
/* Install given floating-point control modes.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fesetround.c b/sysdeps/arc/fpu/fesetround.c
index 701c0b2..c090803 100644
--- a/sysdeps/arc/fpu/fesetround.c
+++ b/sysdeps/arc/fpu/fesetround.c
@@ -1,5 +1,5 @@
/* Set current rounding direction.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/feupdateenv.c b/sysdeps/arc/fpu/feupdateenv.c
index c63aefb..49e7bf3 100644
--- a/sysdeps/arc/fpu/feupdateenv.c
+++ b/sysdeps/arc/fpu/feupdateenv.c
@@ -1,6 +1,6 @@
/* Install given floating-point environment and raise exceptions,
without clearing currently raised exceptions.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fgetexcptflg.c b/sysdeps/arc/fpu/fgetexcptflg.c
index a816121..8c137ee 100644
--- a/sysdeps/arc/fpu/fgetexcptflg.c
+++ b/sysdeps/arc/fpu/fgetexcptflg.c
@@ -1,5 +1,5 @@
/* Store current representation for exceptions, ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fraiseexcpt.c b/sysdeps/arc/fpu/fraiseexcpt.c
index 067c060..8988fcc 100644
--- a/sysdeps/arc/fpu/fraiseexcpt.c
+++ b/sysdeps/arc/fpu/fraiseexcpt.c
@@ -1,5 +1,5 @@
/* Raise given exceptions.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/fsetexcptflg.c b/sysdeps/arc/fpu/fsetexcptflg.c
index f9e08d5..b77cd0c 100644
--- a/sysdeps/arc/fpu/fsetexcptflg.c
+++ b/sysdeps/arc/fpu/fsetexcptflg.c
@@ -1,5 +1,5 @@
/* Set floating-point environment exception handling, ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu/ftestexcept.c b/sysdeps/arc/fpu/ftestexcept.c
index bb8ed27..7f3edd2 100644
--- a/sysdeps/arc/fpu/ftestexcept.c
+++ b/sysdeps/arc/fpu/ftestexcept.c
@@ -1,5 +1,5 @@
/* Test exception in current environment.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/fpu_control.h b/sysdeps/arc/fpu_control.h
index 38f1675..c7d101e 100644
--- a/sysdeps/arc/fpu_control.h
+++ b/sysdeps/arc/fpu_control.h
@@ -1,5 +1,5 @@
/* FPU control word bits. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/gccframe.h b/sysdeps/arc/gccframe.h
index 296857b..3dca98d 100644
--- a/sysdeps/arc/gccframe.h
+++ b/sysdeps/arc/gccframe.h
@@ -1,5 +1,5 @@
/* Definition of object in frame unwind info. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/get-rounding-mode.h b/sysdeps/arc/get-rounding-mode.h
index 15173e3..ed471a4 100644
--- a/sysdeps/arc/get-rounding-mode.h
+++ b/sysdeps/arc/get-rounding-mode.h
@@ -1,5 +1,5 @@
/* Determine floating-point rounding mode within libc. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/jmpbuf-offsets.h b/sysdeps/arc/jmpbuf-offsets.h
index e7551ca..e9e635c 100644
--- a/sysdeps/arc/jmpbuf-offsets.h
+++ b/sysdeps/arc/jmpbuf-offsets.h
@@ -1,5 +1,5 @@
/* Private macros for accessing __jmp_buf contents. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/jmpbuf-unwind.h b/sysdeps/arc/jmpbuf-unwind.h
index 697d3e2..60fbfec 100644
--- a/sysdeps/arc/jmpbuf-unwind.h
+++ b/sysdeps/arc/jmpbuf-unwind.h
@@ -1,5 +1,5 @@
/* Examine __jmp_buf for unwinding frames. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/ldsodefs.h b/sysdeps/arc/ldsodefs.h
index cf1df36..81785ea 100644
--- a/sysdeps/arc/ldsodefs.h
+++ b/sysdeps/arc/ldsodefs.h
@@ -1,5 +1,5 @@
/* Run-time dynamic linker data structures for loaded ELF shared objects.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/libc-tls.c b/sysdeps/arc/libc-tls.c
index 234932c..c7df19b 100644
--- a/sysdeps/arc/libc-tls.c
+++ b/sysdeps/arc/libc-tls.c
@@ -1,5 +1,5 @@
/* Thread-local storage handling in the ELF dynamic linker. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/machine-gmon.h b/sysdeps/arc/machine-gmon.h
index a0d4e95..32f1917 100644
--- a/sysdeps/arc/machine-gmon.h
+++ b/sysdeps/arc/machine-gmon.h
@@ -1,5 +1,5 @@
/* Machine-dependent definitions for profiling support. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/math-tests-trap.h b/sysdeps/arc/math-tests-trap.h
index 08b16f5..e00e981 100644
--- a/sysdeps/arc/math-tests-trap.h
+++ b/sysdeps/arc/math-tests-trap.h
@@ -1,6 +1,6 @@
/* Configuration for math tests: support for enabling exception traps.
ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/memusage.h b/sysdeps/arc/memusage.h
index 724bc4d..290252a 100644
--- a/sysdeps/arc/memusage.h
+++ b/sysdeps/arc/memusage.h
@@ -1,5 +1,5 @@
/* Machine-specific definitions for memory usage profiling, ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/nofpu/math-tests-exceptions.h b/sysdeps/arc/nofpu/math-tests-exceptions.h
index b2a712c..fbd0b45 100644
--- a/sysdeps/arc/nofpu/math-tests-exceptions.h
+++ b/sysdeps/arc/nofpu/math-tests-exceptions.h
@@ -1,5 +1,5 @@
/* Configuration for math tests. Exceptions support ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/nofpu/math-tests-rounding.h b/sysdeps/arc/nofpu/math-tests-rounding.h
index 2f67483..b1295d1 100644
--- a/sysdeps/arc/nofpu/math-tests-rounding.h
+++ b/sysdeps/arc/nofpu/math-tests-rounding.h
@@ -1,5 +1,5 @@
/* Configuration for math tests: rounding mode support. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/nptl/Makefile b/sysdeps/arc/nptl/Makefile
index 42be624..d85b474 100644
--- a/sysdeps/arc/nptl/Makefile
+++ b/sysdeps/arc/nptl/Makefile
@@ -1,5 +1,5 @@
# NPTL makefile fragment for ARC.
-# Copyright (C) 2020 Free Software Foundation, Inc.
+# Copyright (C) 2020-2021 Free Software Foundation, Inc.
#
# This file is part of the GNU C Library.
#
diff --git a/sysdeps/arc/nptl/pthreaddef.h b/sysdeps/arc/nptl/pthreaddef.h
index 844b213..873b9d1 100644
--- a/sysdeps/arc/nptl/pthreaddef.h
+++ b/sysdeps/arc/nptl/pthreaddef.h
@@ -1,5 +1,5 @@
/* pthread machine parameter definitions, ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/nptl/tls.h b/sysdeps/arc/nptl/tls.h
index cc5abb1..95300fd 100644
--- a/sysdeps/arc/nptl/tls.h
+++ b/sysdeps/arc/nptl/tls.h
@@ -1,5 +1,5 @@
/* Definition for thread-local data handling. NPTL/ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/setjmp.S b/sysdeps/arc/setjmp.S
index 01cc3af..ebade12 100644
--- a/sysdeps/arc/setjmp.S
+++ b/sysdeps/arc/setjmp.S
@@ -1,5 +1,5 @@
/* setjmp for ARC.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/sfp-machine.h b/sysdeps/arc/sfp-machine.h
index f8c5b40..2f7fe9b 100644
--- a/sysdeps/arc/sfp-machine.h
+++ b/sysdeps/arc/sfp-machine.h
@@ -1,5 +1,5 @@
/* Machine-dependent software floating-point definitions. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/sotruss-lib.c b/sysdeps/arc/sotruss-lib.c
index dfb0f0e..428053c 100644
--- a/sysdeps/arc/sotruss-lib.c
+++ b/sysdeps/arc/sotruss-lib.c
@@ -1,5 +1,5 @@
/* Override generic sotruss-lib.c to define actual functions for ARC.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/stackinfo.h b/sysdeps/arc/stackinfo.h
index 02ae1cd..d2a955b 100644
--- a/sysdeps/arc/stackinfo.h
+++ b/sysdeps/arc/stackinfo.h
@@ -1,5 +1,5 @@
/* Stack environment definitions for ARC.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/start.S b/sysdeps/arc/start.S
index 3c4144b..dbec87e 100644
--- a/sysdeps/arc/start.S
+++ b/sysdeps/arc/start.S
@@ -1,5 +1,5 @@
/* Startup code for ARC.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/sysdep.h b/sysdeps/arc/sysdep.h
index 9ac295b..fc774ab 100644
--- a/sysdeps/arc/sysdep.h
+++ b/sysdeps/arc/sysdep.h
@@ -1,5 +1,5 @@
/* Assembler macros for ARC.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/sysdeps/arc/tls-macros.h b/sysdeps/arc/tls-macros.h
index 7a07618..b0003d8 100644
--- a/sysdeps/arc/tls-macros.h
+++ b/sysdeps/arc/tls-macros.h
@@ -1,5 +1,5 @@
/* Macros to support TLS testing in times of missing compiler support. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
diff --git a/sysdeps/arc/tst-audit.h b/sysdeps/arc/tst-audit.h
index 0b8f0b9..760b835 100644
--- a/sysdeps/arc/tst-audit.h
+++ b/sysdeps/arc/tst-audit.h
@@ -1,5 +1,5 @@
/* Definitions for testing PLT entry/exit auditing. ARC version.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or