aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/or1k
diff options
context:
space:
mode:
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 e7f6313..f91f4d5 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 0d27298..aa37084 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 156954c..67f0e1e 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 16b3fad..3798e33 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 5cc53c6..b141652 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 849763a..b6707b9 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 e2c990c..6024568 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 9fab983..56358b2 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 d2936cb..35078c3 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 b878252..5e09651 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 5714ac8..0d07cb6 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 a321c6b..f7d5ca5 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 0e2e484..49301e3 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 0182c64..b552fb6 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 ab0aa9b..40018cd 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 bf2d114..837f81e 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 604a776..4979241 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 c56d9bd..3586d8e 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 eda0e89..6d4f8bd 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 cf74467..63f14cc 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 37f7bff..0a5daf8 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 9dca616..b6cc184 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 9ee83ec..36c3a78 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 e9cc195..92d3932 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 14e5dce..268f077 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 e5ea58c..343ba37 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.