diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-13 04:49:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-13 04:49:04 +0000 |
commit | 2a1ece14a516ff546f38f5e2a68a23f0cd8a6701 (patch) | |
tree | 58622494a246b1b4bf0ecc12138a0ae8e83e8b07 /sysdeps/ia64 | |
parent | 39007ae35d9deebe05465bb3aa73b08b8b94b35b (diff) | |
download | glibc-2a1ece14a516ff546f38f5e2a68a23f0cd8a6701.zip glibc-2a1ece14a516ff546f38f5e2a68a23f0cd8a6701.tar.gz glibc-2a1ece14a516ff546f38f5e2a68a23f0cd8a6701.tar.bz2 |
Update.
2004-02-12 Ulrich Drepper <drepper@redhat.com>
* posix/getopt.h: Add some non-gcc support. Patch by Aharon Robbins.
2004-02-12 Mark Brown <bmark@us.ibm.com>
* sysdeps/ia64/fpu/e_fmodf.S: Added text of Intel license.
* sysdeps/powerpc/fpu/s_lrint.c: Move to...
* sysdeps/powerpc/powerpc32/fpu/s_lrint.c: ... here.
* sysdeps/powerpc/fpu/s_llrint.c: Move to...
* sysdeps/powerpc/powerpc32/fpu/s_llrint.c: ... here.
* sysdeps/powerpc/fpu/s_llrintf.c: Move to...
* sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: ... here.
* sysdeps/powerpc/powerpc64/fpu/s_lrint.c: New file.
* sysdeps/powerpc/powerpc64/fpu/s_llrint.c: New file.
* sysdeps/powerpc/powerpc64/fpu/s_lrintf.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: New file.
Diffstat (limited to 'sysdeps/ia64')
-rw-r--r-- | sysdeps/ia64/fpu/e_fmodf.S | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysdeps/ia64/fpu/e_fmodf.S b/sysdeps/ia64/fpu/e_fmodf.S index 9ac03a9..5b6390e 100644 --- a/sysdeps/ia64/fpu/e_fmodf.S +++ b/sysdeps/ia64/fpu/e_fmodf.S @@ -6,6 +6,21 @@ // Bob Norin, Shane Story, and Ping Tak Peter Tang of the Computational // Software Lab, Intel Corporation. // +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// +// * Redistributions in binary form must reproduce the above copyright +// notice, this list of conditions and the following disclaimer in the +// documentation and/or other materials provided with the distribution. +// +// * The name of Intel Corporation may not be used to endorse or promote +// products derived from this software without specific prior written +// permission. +// // WARRANTY DISCLAIMER // // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |