diff options
Diffstat (limited to 'ports/sysdeps/am33/fpu')
-rw-r--r-- | ports/sysdeps/am33/fpu/bits/fenv.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fclrexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fedisblxcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/feenablxcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fegetenv.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fegetexcept.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fegetround.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/feholdexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fenv_libc.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fesetenv.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fesetround.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/feupdateenv.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fgetexcptflg.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fpu_control.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fraiseexcpt.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/fsetexcptflg.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/am33/fpu/ftestexcept.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/ports/sysdeps/am33/fpu/bits/fenv.h b/ports/sysdeps/am33/fpu/bits/fenv.h index 279de714dc..e4a396dd0b 100644 --- a/ports/sysdeps/am33/fpu/bits/fenv.h +++ b/ports/sysdeps/am33/fpu/bits/fenv.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2013 Free Software Foundation, Inc. +/* Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on the corresponding file in the mips port. diff --git a/ports/sysdeps/am33/fpu/fclrexcpt.c b/ports/sysdeps/am33/fpu/fclrexcpt.c index 90f9752dce..12bda643fe 100644 --- a/ports/sysdeps/am33/fpu/fclrexcpt.c +++ b/ports/sysdeps/am33/fpu/fclrexcpt.c @@ -1,5 +1,5 @@ /* Clear given exceptions in current floating-point environment. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fedisblxcpt.c b/ports/sysdeps/am33/fpu/fedisblxcpt.c index 36f13791e8..5273d9023f 100644 --- a/ports/sysdeps/am33/fpu/fedisblxcpt.c +++ b/ports/sysdeps/am33/fpu/fedisblxcpt.c @@ -1,5 +1,5 @@ /* Disable floating-point exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/feenablxcpt.c b/ports/sysdeps/am33/fpu/feenablxcpt.c index d665a2fdf3..ae4808a458 100644 --- a/ports/sysdeps/am33/fpu/feenablxcpt.c +++ b/ports/sysdeps/am33/fpu/feenablxcpt.c @@ -1,5 +1,5 @@ /* Enable floating-point exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fegetenv.c b/ports/sysdeps/am33/fpu/fegetenv.c index 51f9c8c83c..87853bad18 100644 --- a/ports/sysdeps/am33/fpu/fegetenv.c +++ b/ports/sysdeps/am33/fpu/fegetenv.c @@ -1,5 +1,5 @@ /* Store current floating-point environment. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fegetexcept.c b/ports/sysdeps/am33/fpu/fegetexcept.c index 28869b8601..01f7c0caa6 100644 --- a/ports/sysdeps/am33/fpu/fegetexcept.c +++ b/ports/sysdeps/am33/fpu/fegetexcept.c @@ -1,5 +1,5 @@ /* Get enabled floating-point exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fegetround.c b/ports/sysdeps/am33/fpu/fegetround.c index 49cae00fd0..d946d9b6e8 100644 --- a/ports/sysdeps/am33/fpu/fegetround.c +++ b/ports/sysdeps/am33/fpu/fegetround.c @@ -1,5 +1,5 @@ /* Return current rounding direction. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/feholdexcpt.c b/ports/sysdeps/am33/fpu/feholdexcpt.c index 9d2894bcb2..1e662d0eec 100644 --- a/ports/sysdeps/am33/fpu/feholdexcpt.c +++ b/ports/sysdeps/am33/fpu/feholdexcpt.c @@ -1,5 +1,5 @@ /* Store current floating-point environment and clear exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fenv_libc.h b/ports/sysdeps/am33/fpu/fenv_libc.h index a8a7bc286f..ee19a04eb2 100644 --- a/ports/sysdeps/am33/fpu/fenv_libc.h +++ b/ports/sysdeps/am33/fpu/fenv_libc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2013 Free Software Foundation, Inc. +/* Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on the corresponding file in the mips port. diff --git a/ports/sysdeps/am33/fpu/fesetenv.c b/ports/sysdeps/am33/fpu/fesetenv.c index fcde195f43..7a09cfb0dc 100644 --- a/ports/sysdeps/am33/fpu/fesetenv.c +++ b/ports/sysdeps/am33/fpu/fesetenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fesetround.c b/ports/sysdeps/am33/fpu/fesetround.c index e063ec27cb..882e7dc576 100644 --- a/ports/sysdeps/am33/fpu/fesetround.c +++ b/ports/sysdeps/am33/fpu/fesetround.c @@ -1,5 +1,5 @@ /* Set current rounding direction. - Copyright (C) 2004-2013 Free Software Foundation, Inc. + Copyright (C) 2004-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> diff --git a/ports/sysdeps/am33/fpu/feupdateenv.c b/ports/sysdeps/am33/fpu/feupdateenv.c index 3d7a16429d..11f9ef8116 100644 --- a/ports/sysdeps/am33/fpu/feupdateenv.c +++ b/ports/sysdeps/am33/fpu/feupdateenv.c @@ -1,5 +1,5 @@ /* Install given floating-point environment and raise exceptions. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fgetexcptflg.c b/ports/sysdeps/am33/fpu/fgetexcptflg.c index bb9f4e9946..8b09e9797d 100644 --- a/ports/sysdeps/am33/fpu/fgetexcptflg.c +++ b/ports/sysdeps/am33/fpu/fgetexcptflg.c @@ -1,5 +1,5 @@ /* Store current representation for exceptions. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/fpu_control.h b/ports/sysdeps/am33/fpu/fpu_control.h index 5de500184f..8b1715f3fd 100644 --- a/ports/sysdeps/am33/fpu/fpu_control.h +++ b/ports/sysdeps/am33/fpu/fpu_control.h @@ -1,5 +1,5 @@ /* FPU control word bits. AM33/2.0 version. - Copyright (C) 1996-2013 Free Software Foundation, Inc. + Copyright (C) 1996-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on the corresponding file in the mips port. diff --git a/ports/sysdeps/am33/fpu/fraiseexcpt.c b/ports/sysdeps/am33/fpu/fraiseexcpt.c index 1610adf5e2..b86a51eb8e 100644 --- a/ports/sysdeps/am33/fpu/fraiseexcpt.c +++ b/ports/sysdeps/am33/fpu/fraiseexcpt.c @@ -1,5 +1,5 @@ /* Raise given exceptions. - Copyright (C) 2000-2013 Free Software Foundation, Inc. + Copyright (C) 2000-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the M68K port. diff --git a/ports/sysdeps/am33/fpu/fsetexcptflg.c b/ports/sysdeps/am33/fpu/fsetexcptflg.c index b924881a36..7b7ab84082 100644 --- a/ports/sysdeps/am33/fpu/fsetexcptflg.c +++ b/ports/sysdeps/am33/fpu/fsetexcptflg.c @@ -1,5 +1,5 @@ /* Set floating-point environment exception handling. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. diff --git a/ports/sysdeps/am33/fpu/ftestexcept.c b/ports/sysdeps/am33/fpu/ftestexcept.c index cd996d3d73..fc43de5a99 100644 --- a/ports/sysdeps/am33/fpu/ftestexcept.c +++ b/ports/sysdeps/am33/fpu/ftestexcept.c @@ -1,5 +1,5 @@ /* Test exception in current environment. - Copyright (C) 1998-2013 Free Software Foundation, Inc. + Copyright (C) 1998-2014 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Alexandre Oliva <aoliva@redhat.com> based on corresponding file in the MIPS port. |