diff options
Diffstat (limited to 'sysdeps/arm/nacl')
-rw-r--r-- | sysdeps/arm/nacl/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/arm/nacl/____longjmp_chk.S | 2 | ||||
-rw-r--r-- | sysdeps/arm/nacl/aeabi_read_tp.S | 2 | ||||
-rw-r--r-- | sysdeps/arm/nacl/arm-features.h | 2 | ||||
-rw-r--r-- | sysdeps/arm/nacl/dl-machine.h | 2 | ||||
-rw-r--r-- | sysdeps/arm/nacl/dl-trampoline.S | 2 | ||||
-rw-r--r-- | sysdeps/arm/nacl/include/bits/setjmp.h | 2 | ||||
-rw-r--r-- | sysdeps/arm/nacl/sysdep.h | 2 | ||||
-rw-r--r-- | sysdeps/arm/nacl/uname-values.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sysdeps/arm/nacl/Makefile b/sysdeps/arm/nacl/Makefile index ccec4a7442..66f7f8de10 100644 --- a/sysdeps/arm/nacl/Makefile +++ b/sysdeps/arm/nacl/Makefile @@ -1,6 +1,6 @@ # Makefile fragment for ARM/NaCl configurations. -# Copyright (C) 2015-2016 Free Software Foundation, Inc. +# Copyright (C) 2015-2017 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/arm/nacl/____longjmp_chk.S b/sysdeps/arm/nacl/____longjmp_chk.S index afc8ee6468..a9a16498c5 100644 --- a/sysdeps/arm/nacl/____longjmp_chk.S +++ b/sysdeps/arm/nacl/____longjmp_chk.S @@ -1,5 +1,5 @@ /* longjmp that validates stack addresses. ARM/NaCl version. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 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/arm/nacl/aeabi_read_tp.S b/sysdeps/arm/nacl/aeabi_read_tp.S index 03186858d3..a3e5e11a1d 100644 --- a/sysdeps/arm/nacl/aeabi_read_tp.S +++ b/sysdeps/arm/nacl/aeabi_read_tp.S @@ -1,5 +1,5 @@ /* ARM EABI helper function for reading the thread pointer. NaCl version. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 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/arm/nacl/arm-features.h b/sysdeps/arm/nacl/arm-features.h index 4ebe1b4b4c..6536d14d1a 100644 --- a/sysdeps/arm/nacl/arm-features.h +++ b/sysdeps/arm/nacl/arm-features.h @@ -1,5 +1,5 @@ /* Macros to test for CPU features on ARM. NaCl version. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 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/arm/nacl/dl-machine.h b/sysdeps/arm/nacl/dl-machine.h index 530d2352dd..4b926ed604 100644 --- a/sysdeps/arm/nacl/dl-machine.h +++ b/sysdeps/arm/nacl/dl-machine.h @@ -1,5 +1,5 @@ /* Machine-dependent ELF dynamic relocation inline functions. ARM/NaCl version. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 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/arm/nacl/dl-trampoline.S b/sysdeps/arm/nacl/dl-trampoline.S index 147bd43e78..9486d7ec18 100644 --- a/sysdeps/arm/nacl/dl-trampoline.S +++ b/sysdeps/arm/nacl/dl-trampoline.S @@ -1,5 +1,5 @@ /* PLT trampolines. ARM/NaCl version. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 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/arm/nacl/include/bits/setjmp.h b/sysdeps/arm/nacl/include/bits/setjmp.h index e1fe5059a3..545341b3fb 100644 --- a/sysdeps/arm/nacl/include/bits/setjmp.h +++ b/sysdeps/arm/nacl/include/bits/setjmp.h @@ -1,5 +1,5 @@ /* Private jmp_buf-related definitions. NaCl/ARM version. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 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/arm/nacl/sysdep.h b/sysdeps/arm/nacl/sysdep.h index 98fb41f1d0..76b185acad 100644 --- a/sysdeps/arm/nacl/sysdep.h +++ b/sysdeps/arm/nacl/sysdep.h @@ -1,5 +1,5 @@ /* Assembler macros for ARM/NaCl. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 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/arm/nacl/uname-values.h b/sysdeps/arm/nacl/uname-values.h index 923971a3cd..04a37c95f8 100644 --- a/sysdeps/arm/nacl/uname-values.h +++ b/sysdeps/arm/nacl/uname-values.h @@ -1,5 +1,5 @@ /* Constant values for the uname function to return. NaCl/ARM version. - Copyright (C) 2015-2016 Free Software Foundation, Inc. + Copyright (C) 2015-2017 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 |