diff options
Diffstat (limited to 'sysdeps/arm')
-rw-r--r-- | sysdeps/arm/armv6t2/memchr.S | 1 | ||||
-rw-r--r-- | sysdeps/arm/backtrace.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/fedisblxcpt.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/feenablxcpt.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/fegetexcept.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/feupdateenv.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/fgetexcptflg.c | 1 | ||||
-rw-r--r-- | sysdeps/arm/memcpy.S | 1 | ||||
-rw-r--r-- | sysdeps/arm/memmove.S | 1 | ||||
-rw-r--r-- | sysdeps/arm/memset.S | 1 | ||||
-rw-r--r-- | sysdeps/arm/strlen.S | 1 | ||||
-rw-r--r-- | sysdeps/arm/unwind.h | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/sysdeps/arm/armv6t2/memchr.S b/sysdeps/arm/armv6t2/memchr.S index 4e105a0..7baf796 100644 --- a/sysdeps/arm/armv6t2/memchr.S +++ b/sysdeps/arm/armv6t2/memchr.S @@ -1,6 +1,5 @@ /* Copyright (C) 2011-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Code contributed by Dave Gilbert <david.gilbert@linaro.org> The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/backtrace.c b/sysdeps/arm/backtrace.c index 193f241..8307813 100644 --- a/sysdeps/arm/backtrace.c +++ b/sysdeps/arm/backtrace.c @@ -1,7 +1,6 @@ /* Return backtrace of current program state. Copyright (C) 2008-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Kazu Hirata <kazu@codesourcery.com>, 2008. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/fedisblxcpt.c b/sysdeps/arm/fedisblxcpt.c index 5025fa1..96abbd0 100644 --- a/sysdeps/arm/fedisblxcpt.c +++ b/sysdeps/arm/fedisblxcpt.c @@ -1,7 +1,6 @@ /* Disable floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell <philb@gnu.org>, 2001. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/feenablxcpt.c b/sysdeps/arm/feenablxcpt.c index 94b7747..b1f70cc 100644 --- a/sysdeps/arm/feenablxcpt.c +++ b/sysdeps/arm/feenablxcpt.c @@ -1,7 +1,6 @@ /* Enable floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell <philb@gnu.org>, 2001. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/fegetexcept.c b/sysdeps/arm/fegetexcept.c index b061609..2f617f5 100644 --- a/sysdeps/arm/fegetexcept.c +++ b/sysdeps/arm/fegetexcept.c @@ -1,7 +1,6 @@ /* Get floating-point exceptions. Copyright (C) 2001-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell <philb@gnu.org>, 2001 The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/feupdateenv.c b/sysdeps/arm/feupdateenv.c index b742d9a..8126e9e 100644 --- a/sysdeps/arm/feupdateenv.c +++ b/sysdeps/arm/feupdateenv.c @@ -1,7 +1,6 @@ /* Install given floating-point environment and raise exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/fgetexcptflg.c b/sysdeps/arm/fgetexcptflg.c index fe82543..b4d3e87 100644 --- a/sysdeps/arm/fgetexcptflg.c +++ b/sysdeps/arm/fgetexcptflg.c @@ -1,7 +1,6 @@ /* Store current representation for exceptions. Copyright (C) 1997-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/memcpy.S b/sysdeps/arm/memcpy.S index 04e3f77..8a83418 100644 --- a/sysdeps/arm/memcpy.S +++ b/sysdeps/arm/memcpy.S @@ -1,7 +1,6 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by MontaVista Software, Inc. (written by Nicolas Pitre) The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/memmove.S b/sysdeps/arm/memmove.S index b01164a..9ae2bfd 100644 --- a/sysdeps/arm/memmove.S +++ b/sysdeps/arm/memmove.S @@ -1,7 +1,6 @@ /* Copyright (C) 2006-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by MontaVista Software, Inc. (written by Nicolas Pitre) The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/memset.S b/sysdeps/arm/memset.S index 02bc122..dc89ca7 100644 --- a/sysdeps/arm/memset.S +++ b/sysdeps/arm/memset.S @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Philip Blundell <philb@gnu.org> The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/strlen.S b/sysdeps/arm/strlen.S index 2ac0a09..dbb6344 100644 --- a/sysdeps/arm/strlen.S +++ b/sysdeps/arm/strlen.S @@ -1,6 +1,5 @@ /* Copyright (C) 1998-2021 Free Software Foundation, Inc. This file is part of the GNU C Library. - Code contributed by Matthew Wilcox <willy@odie.barnet.ac.uk> The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/sysdeps/arm/unwind.h b/sysdeps/arm/unwind.h index ffdea80..8532317 100644 --- a/sysdeps/arm/unwind.h +++ b/sysdeps/arm/unwind.h @@ -1,6 +1,5 @@ /* Header file for the ARM EABI unwinder Copyright (C) 2003-2021 Free Software Foundation, Inc. - Contributed by Paul Brook This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the |