diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-04 23:50:48 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-12-04 23:50:48 +0000 |
commit | 84d7eab915eec8a7edd056bc6f60e087e207e183 (patch) | |
tree | af84b5071b033012fe83ab2d665d4f3f997230ec /libdecnumber | |
parent | 79f925ed078e633914daa2ba9e23b9a827d89264 (diff) | |
download | gcc-84d7eab915eec8a7edd056bc6f60e087e207e183.tar.gz |
* Makefile.in (clean): Remove stray reference to libcpp.a.
* decimal128.h, decContext.c, decRound.c, decimal32.c,
decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h,
decimal64.h, decUtility.c, decLibrary.c, configure.ac,
decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF
office address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108024 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libdecnumber')
-rw-r--r-- | libdecnumber/ChangeLog | 10 | ||||
-rw-r--r-- | libdecnumber/Makefile.in | 8 | ||||
-rw-r--r-- | libdecnumber/configure.ac | 23 | ||||
-rw-r--r-- | libdecnumber/decContext.c | 4 | ||||
-rw-r--r-- | libdecnumber/decContext.h | 4 | ||||
-rw-r--r-- | libdecnumber/decDPD.h | 4 | ||||
-rw-r--r-- | libdecnumber/decLibrary.c | 32 | ||||
-rw-r--r-- | libdecnumber/decNumber.c | 4 | ||||
-rw-r--r-- | libdecnumber/decNumber.h | 4 | ||||
-rw-r--r-- | libdecnumber/decNumberLocal.h | 4 | ||||
-rw-r--r-- | libdecnumber/decRound.c | 26 | ||||
-rw-r--r-- | libdecnumber/decUtility.c | 4 | ||||
-rw-r--r-- | libdecnumber/decUtility.h | 4 | ||||
-rw-r--r-- | libdecnumber/decimal128.c | 4 | ||||
-rw-r--r-- | libdecnumber/decimal128.h | 4 | ||||
-rw-r--r-- | libdecnumber/decimal32.c | 4 | ||||
-rw-r--r-- | libdecnumber/decimal32.h | 4 | ||||
-rw-r--r-- | libdecnumber/decimal64.c | 4 | ||||
-rw-r--r-- | libdecnumber/decimal64.h | 4 |
19 files changed, 92 insertions, 63 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index f854e5b11ff..d4bb98418a1 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,3 +1,13 @@ +2005-12-05 Ben Elliston <bje@au.ibm.com> + + * Makefile.in (clean): Remove stray reference to libcpp.a. + + * decimal128.h, decContext.c, decRound.c, decimal32.c, + decNumber.c, decContext.h, decimal64.c, decimal32.h, decNumber.h, + decimal64.h, decUtility.c, decLibrary.c, configure.ac, + decNumberLocal.h, decUtility.h, decDPD.h, decimal128.c: Update FSF + office address. + 2005-12-01 Ben Elliston <bje@au.ibm.com> * Makefile.in (libdecnumber_a_SOURCES): Drop decLibrary.c. diff --git a/libdecnumber/Makefile.in b/libdecnumber/Makefile.in index 9db0e846d7f..cebb2ffc365 100644 --- a/libdecnumber/Makefile.in +++ b/libdecnumber/Makefile.in @@ -5,18 +5,18 @@ #This file is part of GCC. -#libcpp is free software; you can redistribute it and/or modify +#GCC is free software; you can redistribute it and/or modify #it under the terms of the GNU General Public License as published by #the Free Software Foundation; either version 2, or (at your option) #any later version. -#libcpp is distributed in the hope that it will be useful, +#GCC is distributed in the hope that it will be useful, #but WITHOUT ANY WARRANTY; without even the implied warranty of #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #GNU General Public License for more details. #You should have received a copy of the GNU General Public License -#along with libcpp; see the file COPYING. If not, write to +#along with GCC; see the file COPYING. If not, write to #the Free Software Foundation, 51 Franklin Street, Fifth Floor, #Boston MA 02110-1301, USA. @@ -117,7 +117,7 @@ mostlyclean: -rm -f *.o clean: mostlyclean - -rm -rf makedepend$(EXEEXT) libcpp.a $(srcdir)/autom4te.cache + -rm -rf makedepend$(EXEEXT) libdecnumber.a $(srcdir)/autom4te.cache distclean: clean -rm -f config.h stamp-h1 config.status config.cache config.log \ diff --git a/libdecnumber/configure.ac b/libdecnumber/configure.ac index 206374dd86a..c4011aa4769 100644 --- a/libdecnumber/configure.ac +++ b/libdecnumber/configure.ac @@ -1,5 +1,24 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. +# configure.ac for libdecnumber -*- Autoconf -*- +# Process this file with autoconf to generate a configuration script. + +# Copyright 2005 Free Software Foundation, Inc. + +# This file is part of GCC. + +# GCC is free software; you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free +# Software Foundation; either version 2, or (at your option) any +# later #version. + +# GCC is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +# License #for more details. + +# You should have received a copy of the GNU General Public License +# along with GCC; see the file COPYING. If not, write to the Free +# Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. AC_PREREQ(2.59) AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org, libdecnumber) diff --git a/libdecnumber/decContext.c b/libdecnumber/decContext.c index 93bc2c943d4..9cf96334c1f 100644 --- a/libdecnumber/decContext.c +++ b/libdecnumber/decContext.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* This module compirises the routines for handling the arithmetic context structures. */ diff --git a/libdecnumber/decContext.h b/libdecnumber/decContext.h index 201102526ea..d6b0a089834 100644 --- a/libdecnumber/decContext.h +++ b/libdecnumber/decContext.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* ------------------------------------------------------------------ */ /* */ diff --git a/libdecnumber/decDPD.h b/libdecnumber/decDPD.h index 827b675c628..40ff37a6ec0 100644 --- a/libdecnumber/decDPD.h +++ b/libdecnumber/decDPD.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* ------------------------------------------------------------------------ */ /* For details, see: http://www2.hursley.ibm.com/decimal/DPDecimal.html */ diff --git a/libdecnumber/decLibrary.c b/libdecnumber/decLibrary.c index e12f413d1a3..1576f28555e 100644 --- a/libdecnumber/decLibrary.c +++ b/libdecnumber/decLibrary.c @@ -1,22 +1,22 @@ /* Temporary library support for decimal floating point. Copyright (C) 2005 Free Software Foundation, Inc. -This file is part of GCC. - -GCC is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation; either version 2, or (at your option) any later -version. - -GCC is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. - -You should have received a copy of the GNU General Public License -along with GCC; see the file COPYING. If not, write to the Free -Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA. */ + This file is part of GCC. + + GCC is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + GCC is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with GCC; see the file COPYING. If not, write to the Free + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include "config.h" #include "decContext.h" diff --git a/libdecnumber/decNumber.c b/libdecnumber/decNumber.c index 08fa00d8486..28a4ea1c6e4 100644 --- a/libdecnumber/decNumber.c +++ b/libdecnumber/decNumber.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* ------------------------------------------------------------------ */ /* This module comprises the routines for Standard Decimal Arithmetic */ diff --git a/libdecnumber/decNumber.h b/libdecnumber/decNumber.h index d7cf30f154e..a4c45d03052 100644 --- a/libdecnumber/decNumber.h +++ b/libdecnumber/decNumber.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !defined(DECNUMBER) #define DECNUMBER diff --git a/libdecnumber/decNumberLocal.h b/libdecnumber/decNumberLocal.h index 928551445b7..22d8d952bf7 100644 --- a/libdecnumber/decNumberLocal.h +++ b/libdecnumber/decNumberLocal.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* ------------------------------------------------------------------ */ /* This header file is included by all modules in the decNumber */ diff --git a/libdecnumber/decRound.c b/libdecnumber/decRound.c index 0a85cb136a7..3a643f34af2 100644 --- a/libdecnumber/decRound.c +++ b/libdecnumber/decRound.c @@ -1,22 +1,22 @@ /* Temporary support for a libc-like fp environment for decimal float. Copyright (C) 2005 Free Software Foundation, Inc. -This file is part of GCC. + This file is part of GCC. -GCC is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free -Software Foundation; either version 2, or (at your option) any later -version. + GCC is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. -GCC is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details. + GCC is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. -You should have received a copy of the GNU General Public License -along with GCC; see the file COPYING. If not, write to the Free -Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with GCC; see the file COPYING. If not, write to the Free + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include "config.h" #include "decContext.h" diff --git a/libdecnumber/decUtility.c b/libdecnumber/decUtility.c index cf02f550449..83d94565f29 100644 --- a/libdecnumber/decUtility.c +++ b/libdecnumber/decUtility.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include "config.h" #include "decNumber.h" /* base number library */ diff --git a/libdecnumber/decUtility.h b/libdecnumber/decUtility.h index c312c20ec4b..ecd84955688 100644 --- a/libdecnumber/decUtility.h +++ b/libdecnumber/decUtility.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #ifdef IN_LIBGCC2 #define decDensePackCoeff __decDensePackCoeff diff --git a/libdecnumber/decimal128.c b/libdecnumber/decimal128.c index 94efd3dcba1..07fcd9b08b7 100644 --- a/libdecnumber/decimal128.c +++ b/libdecnumber/decimal128.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* ------------------------------------------------------------------ */ /* This module comprises the routines for decimal128 format numbers. */ diff --git a/libdecnumber/decimal128.h b/libdecnumber/decimal128.h index 381750ef00e..5c697b9ad64 100644 --- a/libdecnumber/decimal128.h +++ b/libdecnumber/decimal128.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !defined(DECIMAL128) #define DECIMAL128 diff --git a/libdecnumber/decimal32.c b/libdecnumber/decimal32.c index e1596409370..a31a3b97274 100644 --- a/libdecnumber/decimal32.c +++ b/libdecnumber/decimal32.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* ------------------------------------------------------------------ */ /* This module comprises the routines for decimal32 format numbers. */ diff --git a/libdecnumber/decimal32.h b/libdecnumber/decimal32.h index 541858ed417..dd1c2c14b77 100644 --- a/libdecnumber/decimal32.h +++ b/libdecnumber/decimal32.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !defined(DECIMAL32) #define DECIMAL32 diff --git a/libdecnumber/decimal64.c b/libdecnumber/decimal64.c index f7b4d04dfb4..ee166c786c8 100644 --- a/libdecnumber/decimal64.c +++ b/libdecnumber/decimal64.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* ------------------------------------------------------------------ */ /* This module comprises the routines for decimal64 format numbers. */ diff --git a/libdecnumber/decimal64.h b/libdecnumber/decimal64.h index a282df1e86e..55bb9494d6e 100644 --- a/libdecnumber/decimal64.h +++ b/libdecnumber/decimal64.h @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #if !defined(DECIMAL64) #define DECIMAL64 |