about summary refs log tree commit diff
path: root/sysdeps/or1k
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-01-06 21:08:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-01-06 21:14:39 +0000
commit6d7e8eda9b85b08f207a6dc6f187e94e4817270f (patch)
treec438ee7cd04a7ccd4cafe2449ac5173bcd17718b /sysdeps/or1k
parent728ada505aca44f768675b3aa1ab34bae96a2656 (diff)
downloadglibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.xz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.zip
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'sysdeps/or1k')
-rw-r--r--sysdeps/or1k/__longjmp.S2
-rw-r--r--sysdeps/or1k/atomic-machine.h2
-rw-r--r--sysdeps/or1k/bits/fenv.h2
-rw-r--r--sysdeps/or1k/bits/link.h2
-rw-r--r--sysdeps/or1k/bits/setjmp.h2
-rw-r--r--sysdeps/or1k/dl-machine.h2
-rw-r--r--sysdeps/or1k/dl-start.S2
-rw-r--r--sysdeps/or1k/dl-tls.h2
-rw-r--r--sysdeps/or1k/dl-trampoline.S2
-rw-r--r--sysdeps/or1k/jmpbuf-offsets.h2
-rw-r--r--sysdeps/or1k/jmpbuf-unwind.h2
-rw-r--r--sysdeps/or1k/ldsodefs.h2
-rw-r--r--sysdeps/or1k/libc-tls.c2
-rw-r--r--sysdeps/or1k/machine-gmon.h2
-rw-r--r--sysdeps/or1k/memusage.h2
-rw-r--r--sysdeps/or1k/nofpu/math-tests-exceptions.h2
-rw-r--r--sysdeps/or1k/nofpu/math-tests-rounding.h2
-rw-r--r--sysdeps/or1k/nptl/pthreaddef.h2
-rw-r--r--sysdeps/or1k/nptl/tls.h2
-rw-r--r--sysdeps/or1k/setjmp.S2
-rw-r--r--sysdeps/or1k/sfp-machine.h2
-rw-r--r--sysdeps/or1k/sotruss-lib.c2
-rw-r--r--sysdeps/or1k/stackinfo.h2
-rw-r--r--sysdeps/or1k/start.S2
-rw-r--r--sysdeps/or1k/sysdep.h2
-rw-r--r--sysdeps/or1k/tst-audit.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/sysdeps/or1k/__longjmp.S b/sysdeps/or1k/__longjmp.S
index e7f631363f..f91f4d57cf 100644
--- a/sysdeps/or1k/__longjmp.S
+++ b/sysdeps/or1k/__longjmp.S
@@ -1,5 +1,5 @@
 /* longjmp, OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/atomic-machine.h b/sysdeps/or1k/atomic-machine.h
index 0d27298d70..aa37084c8d 100644
--- a/sysdeps/or1k/atomic-machine.h
+++ b/sysdeps/or1k/atomic-machine.h
@@ -1,5 +1,5 @@
 /* Atomic operations.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/bits/fenv.h b/sysdeps/or1k/bits/fenv.h
index 156954c024..67f0e1e19f 100644
--- a/sysdeps/or1k/bits/fenv.h
+++ b/sysdeps/or1k/bits/fenv.h
@@ -1,5 +1,5 @@
 /* Floating point environment, OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/or1k/bits/link.h b/sysdeps/or1k/bits/link.h
index 16b3fada2c..3798e3333b 100644
--- a/sysdeps/or1k/bits/link.h
+++ b/sysdeps/or1k/bits/link.h
@@ -1,5 +1,5 @@
 /* Declarations for dynamic linker interface. OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/bits/setjmp.h b/sysdeps/or1k/bits/setjmp.h
index 5cc53c6a02..b141652898 100644
--- a/sysdeps/or1k/bits/setjmp.h
+++ b/sysdeps/or1k/bits/setjmp.h
@@ -1,5 +1,5 @@
 /* Define the machine-dependent type `jmp_buf'.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/dl-machine.h b/sysdeps/or1k/dl-machine.h
index 849763a36e..b6707b96e0 100644
--- a/sysdeps/or1k/dl-machine.h
+++ b/sysdeps/or1k/dl-machine.h
@@ -1,5 +1,5 @@
 /* Machine-dependent ELF dynamic relocation inline functions.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/dl-start.S b/sysdeps/or1k/dl-start.S
index e2c990c0e2..6024568c9c 100644
--- a/sysdeps/or1k/dl-start.S
+++ b/sysdeps/or1k/dl-start.S
@@ -1,5 +1,5 @@
 /* Machine-dependent ELF startup code.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/dl-tls.h b/sysdeps/or1k/dl-tls.h
index 9fab9832d2..56358b2415 100644
--- a/sysdeps/or1k/dl-tls.h
+++ b/sysdeps/or1k/dl-tls.h
@@ -1,5 +1,5 @@
 /* TLS definitions for the ELF dynamic linker.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/or1k/dl-trampoline.S b/sysdeps/or1k/dl-trampoline.S
index d2936cbd10..35078c32c1 100644
--- a/sysdeps/or1k/dl-trampoline.S
+++ b/sysdeps/or1k/dl-trampoline.S
@@ -1,5 +1,5 @@
 /* Machine-dependent ELF runtime symbol resolution, OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/jmpbuf-offsets.h b/sysdeps/or1k/jmpbuf-offsets.h
index b8782526a4..5e0965110a 100644
--- a/sysdeps/or1k/jmpbuf-offsets.h
+++ b/sysdeps/or1k/jmpbuf-offsets.h
@@ -1,5 +1,5 @@
 /* Private macros for accessing __jmp_buf contents.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/jmpbuf-unwind.h b/sysdeps/or1k/jmpbuf-unwind.h
index 5714ac81db..0d07cb6239 100644
--- a/sysdeps/or1k/jmpbuf-unwind.h
+++ b/sysdeps/or1k/jmpbuf-unwind.h
@@ -1,5 +1,5 @@
 /* Macros to help frame unwinding using jmpbuf.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/ldsodefs.h b/sysdeps/or1k/ldsodefs.h
index a321c6b113..f7d5ca56f5 100644
--- a/sysdeps/or1k/ldsodefs.h
+++ b/sysdeps/or1k/ldsodefs.h
@@ -1,5 +1,5 @@
 /* Run-time dynamic linker data structures for loaded ELF shared objects.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/libc-tls.c b/sysdeps/or1k/libc-tls.c
index 0e2e484fd4..49301e334d 100644
--- a/sysdeps/or1k/libc-tls.c
+++ b/sysdeps/or1k/libc-tls.c
@@ -1,6 +1,6 @@
 /* Thread-local storage handling in the ELF dynamic linker.
    OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/or1k/machine-gmon.h b/sysdeps/or1k/machine-gmon.h
index 0182c64e7a..b552fb6efc 100644
--- a/sysdeps/or1k/machine-gmon.h
+++ b/sysdeps/or1k/machine-gmon.h
@@ -1,5 +1,5 @@
 /* Machine-dependent definitions for profiling support.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/memusage.h b/sysdeps/or1k/memusage.h
index ab0aa9bdd7..40018cd315 100644
--- a/sysdeps/or1k/memusage.h
+++ b/sysdeps/or1k/memusage.h
@@ -1,5 +1,5 @@
 /* Definitions for memory usage profiling.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/nofpu/math-tests-exceptions.h b/sysdeps/or1k/nofpu/math-tests-exceptions.h
index bf2d114692..837f81ee56 100644
--- a/sysdeps/or1k/nofpu/math-tests-exceptions.h
+++ b/sysdeps/or1k/nofpu/math-tests-exceptions.h
@@ -1,6 +1,6 @@
 /* Configuration for math tests: support for exceptions.  OpenRISC no-FPU
    version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/nofpu/math-tests-rounding.h b/sysdeps/or1k/nofpu/math-tests-rounding.h
index 604a776747..49792412c3 100644
--- a/sysdeps/or1k/nofpu/math-tests-rounding.h
+++ b/sysdeps/or1k/nofpu/math-tests-rounding.h
@@ -1,6 +1,6 @@
 /* Configuration for math tests: rounding mode support.  OpenRISC no-FPU
    version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/nptl/pthreaddef.h b/sysdeps/or1k/nptl/pthreaddef.h
index c56d9bdbde..3586d8ee0b 100644
--- a/sysdeps/or1k/nptl/pthreaddef.h
+++ b/sysdeps/or1k/nptl/pthreaddef.h
@@ -1,5 +1,5 @@
 /* pthread machine parameter definitions.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/or1k/nptl/tls.h b/sysdeps/or1k/nptl/tls.h
index eda0e893ae..6d4f8bdc1f 100644
--- a/sysdeps/or1k/nptl/tls.h
+++ b/sysdeps/or1k/nptl/tls.h
@@ -1,5 +1,5 @@
 /* Definition for thread-local data handling.  NPTL/OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/setjmp.S b/sysdeps/or1k/setjmp.S
index cf74467fb3..63f14ccdf5 100644
--- a/sysdeps/or1k/setjmp.S
+++ b/sysdeps/or1k/setjmp.S
@@ -1,5 +1,5 @@
 /* setjmp, OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/sfp-machine.h b/sysdeps/or1k/sfp-machine.h
index 37f7bff7c1..0a5daf847b 100644
--- a/sysdeps/or1k/sfp-machine.h
+++ b/sysdeps/or1k/sfp-machine.h
@@ -1,5 +1,5 @@
 /* OpenRISC softfloat definitions.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.
 
diff --git a/sysdeps/or1k/sotruss-lib.c b/sysdeps/or1k/sotruss-lib.c
index 9dca616f77..b6cc184d7d 100644
--- a/sysdeps/or1k/sotruss-lib.c
+++ b/sysdeps/or1k/sotruss-lib.c
@@ -1,5 +1,5 @@
 /* Override generic sotruss-lib.c to define actual functions for OpenRISC.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/stackinfo.h b/sysdeps/or1k/stackinfo.h
index 9ee83eca90..36c3a78259 100644
--- a/sysdeps/or1k/stackinfo.h
+++ b/sysdeps/or1k/stackinfo.h
@@ -1,5 +1,5 @@
 /* Stack definitions for OpenRISC.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/start.S b/sysdeps/or1k/start.S
index e9cc1958ad..92d39323f9 100644
--- a/sysdeps/or1k/start.S
+++ b/sysdeps/or1k/start.S
@@ -1,5 +1,5 @@
 /* start, OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/sysdep.h b/sysdeps/or1k/sysdep.h
index 14e5dce1f7..268f07744f 100644
--- a/sysdeps/or1k/sysdep.h
+++ b/sysdeps/or1k/sysdep.h
@@ -1,5 +1,5 @@
 /* Assembler macro definitions.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 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/or1k/tst-audit.h b/sysdeps/or1k/tst-audit.h
index e5ea58c9b7..343ba3725a 100644
--- a/sysdeps/or1k/tst-audit.h
+++ b/sysdeps/or1k/tst-audit.h
@@ -1,5 +1,5 @@
 /* Definitions for testing PLT entry/exit auditing.  OpenRISC version.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
    This file is part of the GNU C Library.