summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-128/s_fma.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2015-01-23 17:05:24 +0100
committerThomas Schwinge <thomas@codesourcery.com>2015-01-23 17:05:24 +0100
commitacdf78a82e9372b461e6148588a2045e7ff4b100 (patch)
tree2ba33f24c265589996b0855c7f3e27813aa9c90d /sysdeps/ieee754/ldbl-128/s_fma.c
parent1ff35137add0e9637df9e3fcc21133674188c8c4 (diff)
parent8f435c12186bcc685f77ef7fd7285624bcda1ecc (diff)
Merge commit 'refs/top-bases/t/hurdsig-SA_SIGINFO' into t/hurdsig-SA_SIGINFO
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_fma.c')
-rw-r--r--sysdeps/ieee754/ldbl-128/s_fma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_fma.c b/sysdeps/ieee754/ldbl-128/s_fma.c
index 8cc7db81c8..e3cae61cf9 100644
--- a/sysdeps/ieee754/ldbl-128/s_fma.c
+++ b/sysdeps/ieee754/ldbl-128/s_fma.c
@@ -1,5 +1,5 @@
/* Compute x * y + z as ternary operation.
- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2010.