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 f91f4d5..526987a 100644
--- a/sysdeps/or1k/__longjmp.S
+++ b/sysdeps/or1k/__longjmp.S
@@ -1,5 +1,5 @@
/* longjmp, OpenRISC version.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 aa37084..6154904 100644
--- a/sysdeps/or1k/atomic-machine.h
+++ b/sysdeps/or1k/atomic-machine.h
@@ -1,5 +1,5 @@
/* Atomic operations. OpenRISC version.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 67f0e1e..587039c 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 3798e33..e35e14e 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 b141652..2ad5705 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 27dfd7b..779011e 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 6024568..d0c847d 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 56358b2..780ecad 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 35078c3..d66a036 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 5e09651..5a1c168 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 0d07cb6..a790638 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 f7d5ca5..698e786 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 49301e3..45964a0 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 b552fb6..27fe8d1 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 40018cd..49db9a8 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 837f81e..d3c3d4c 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 4979241..ebbd051 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 3586d8e..d95ff27 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 daea7a8..21c7d3e 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 63f14cc..098cb8e 100644
--- a/sysdeps/or1k/setjmp.S
+++ b/sysdeps/or1k/setjmp.S
@@ -1,5 +1,5 @@
/* setjmp, OpenRISC version.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 0a5daf8..d17fd37 100644
--- a/sysdeps/or1k/sfp-machine.h
+++ b/sysdeps/or1k/sfp-machine.h
@@ -1,5 +1,5 @@
/* OpenRISC softfloat definitions.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 b6cc184..7336848 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 36c3a78..6d37e0e 100644
--- a/sysdeps/or1k/stackinfo.h
+++ b/sysdeps/or1k/stackinfo.h
@@ -1,5 +1,5 @@
/* Stack definitions for OpenRISC.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 92d3932..827f16a 100644
--- a/sysdeps/or1k/start.S
+++ b/sysdeps/or1k/start.S
@@ -1,5 +1,5 @@
/* start, OpenRISC version.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 268f077..5015d36 100644
--- a/sysdeps/or1k/sysdep.h
+++ b/sysdeps/or1k/sysdep.h
@@ -1,5 +1,5 @@
/* Assembler macro definitions. OpenRISC version.
- Copyright (C) 2022-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 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 343ba37..4cb19ad 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-2023 Free Software Foundation, Inc.
+ Copyright (C) 2022-2024 Free Software Foundation, Inc.
This file is part of the GNU C Library.