diff options
Diffstat (limited to 'libm/powerpc/e500/fpu')
-rw-r--r-- | libm/powerpc/e500/fpu/fclrexcpt.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fe_nomask.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fedisblxcpt.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/feenablxcpt.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fegetenv.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fegetexcept.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fegetround.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/feholdexcpt.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fenv_const.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fenv_libc.h | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fesetenv.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fesetround.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/feupdateenv.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fgetexcptflg.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fraiseexcpt.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/fsetexcptflg.c | 5 | ||||
-rw-r--r-- | libm/powerpc/e500/fpu/ftestexcept.c | 5 |
17 files changed, 34 insertions, 51 deletions
diff --git a/libm/powerpc/e500/fpu/fclrexcpt.c b/libm/powerpc/e500/fpu/fclrexcpt.c index 42e8b6bab..805aaa487 100644 --- a/libm/powerpc/e500/fpu/fclrexcpt.c +++ b/libm/powerpc/e500/fpu/fclrexcpt.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" #undef feclearexcept diff --git a/libm/powerpc/e500/fpu/fe_nomask.c b/libm/powerpc/e500/fpu/fe_nomask.c index ad7b324c0..d5915165c 100644 --- a/libm/powerpc/e500/fpu/fe_nomask.c +++ b/libm/powerpc/e500/fpu/fe_nomask.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <fenv.h> #include <errno.h> diff --git a/libm/powerpc/e500/fpu/fedisblxcpt.c b/libm/powerpc/e500/fpu/fedisblxcpt.c index aeca87bc6..0700f4577 100644 --- a/libm/powerpc/e500/fpu/fedisblxcpt.c +++ b/libm/powerpc/e500/fpu/fedisblxcpt.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" #include <syscall.h> diff --git a/libm/powerpc/e500/fpu/feenablxcpt.c b/libm/powerpc/e500/fpu/feenablxcpt.c index 999fdd734..9f03181f4 100644 --- a/libm/powerpc/e500/fpu/feenablxcpt.c +++ b/libm/powerpc/e500/fpu/feenablxcpt.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" #include <syscall.h> diff --git a/libm/powerpc/e500/fpu/fegetenv.c b/libm/powerpc/e500/fpu/fegetenv.c index fbafdc208..c1a914dc3 100644 --- a/libm/powerpc/e500/fpu/fegetenv.c +++ b/libm/powerpc/e500/fpu/fegetenv.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" #include <syscall.h> diff --git a/libm/powerpc/e500/fpu/fegetexcept.c b/libm/powerpc/e500/fpu/fegetexcept.c index c0398461c..bf0215d62 100644 --- a/libm/powerpc/e500/fpu/fegetexcept.c +++ b/libm/powerpc/e500/fpu/fegetexcept.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" diff --git a/libm/powerpc/e500/fpu/fegetround.c b/libm/powerpc/e500/fpu/fegetround.c index 6e568fa23..f501c6ce8 100644 --- a/libm/powerpc/e500/fpu/fegetround.c +++ b/libm/powerpc/e500/fpu/fegetround.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" diff --git a/libm/powerpc/e500/fpu/feholdexcpt.c b/libm/powerpc/e500/fpu/feholdexcpt.c index eccde4217..edeb2cf81 100644 --- a/libm/powerpc/e500/fpu/feholdexcpt.c +++ b/libm/powerpc/e500/fpu/feholdexcpt.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" #include <syscall.h> diff --git a/libm/powerpc/e500/fpu/fenv_const.c b/libm/powerpc/e500/fpu/fenv_const.c index 073fc9277..3c9f5578a 100644 --- a/libm/powerpc/e500/fpu/fenv_const.c +++ b/libm/powerpc/e500/fpu/fenv_const.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ /* If the default argument is used we use this value. */ const unsigned long long __fe_dfl_env __attribute__ ((aligned (8))) = diff --git a/libm/powerpc/e500/fpu/fenv_libc.h b/libm/powerpc/e500/fpu/fenv_libc.h index 22c3f1452..0926fca37 100644 --- a/libm/powerpc/e500/fpu/fenv_libc.h +++ b/libm/powerpc/e500/fpu/fenv_libc.h @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _FENV_LIBC_H #define _FENV_LIBC_H 1 diff --git a/libm/powerpc/e500/fpu/fesetenv.c b/libm/powerpc/e500/fpu/fesetenv.c index cc0cc18be..392e0c0bf 100644 --- a/libm/powerpc/e500/fpu/fesetenv.c +++ b/libm/powerpc/e500/fpu/fesetenv.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" #include <syscall.h> diff --git a/libm/powerpc/e500/fpu/fesetround.c b/libm/powerpc/e500/fpu/fesetround.c index 0f29a91a6..783541d5b 100644 --- a/libm/powerpc/e500/fpu/fesetround.c +++ b/libm/powerpc/e500/fpu/fesetround.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" diff --git a/libm/powerpc/e500/fpu/feupdateenv.c b/libm/powerpc/e500/fpu/feupdateenv.c index 03f3af8d9..47f316318 100644 --- a/libm/powerpc/e500/fpu/feupdateenv.c +++ b/libm/powerpc/e500/fpu/feupdateenv.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" #include <syscall.h> diff --git a/libm/powerpc/e500/fpu/fgetexcptflg.c b/libm/powerpc/e500/fpu/fgetexcptflg.c index 62d7f2c32..d27356574 100644 --- a/libm/powerpc/e500/fpu/fgetexcptflg.c +++ b/libm/powerpc/e500/fpu/fgetexcptflg.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" diff --git a/libm/powerpc/e500/fpu/fraiseexcpt.c b/libm/powerpc/e500/fpu/fraiseexcpt.c index 39caf79d3..0c92b2868 100644 --- a/libm/powerpc/e500/fpu/fraiseexcpt.c +++ b/libm/powerpc/e500/fpu/fraiseexcpt.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" diff --git a/libm/powerpc/e500/fpu/fsetexcptflg.c b/libm/powerpc/e500/fpu/fsetexcptflg.c index 8e4bb895d..11ea89f16 100644 --- a/libm/powerpc/e500/fpu/fsetexcptflg.c +++ b/libm/powerpc/e500/fpu/fsetexcptflg.c @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" diff --git a/libm/powerpc/e500/fpu/ftestexcept.c b/libm/powerpc/e500/fpu/ftestexcept.c index 971c51965..55f752b25 100644 --- a/libm/powerpc/e500/fpu/ftestexcept.c +++ b/libm/powerpc/e500/fpu/ftestexcept.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include "fenv_libc.h" |