]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (clean): Remove stray reference to libcpp.a.
authorBen Elliston <bje@au.ibm.com>
Sun, 4 Dec 2005 23:50:48 +0000 (23:50 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Sun, 4 Dec 2005 23:50:48 +0000 (10:50 +1100)
* 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.

From-SVN: r108024

19 files changed:
libdecnumber/ChangeLog
libdecnumber/Makefile.in
libdecnumber/configure.ac
libdecnumber/decContext.c
libdecnumber/decContext.h
libdecnumber/decDPD.h
libdecnumber/decLibrary.c
libdecnumber/decNumber.c
libdecnumber/decNumber.h
libdecnumber/decNumberLocal.h
libdecnumber/decRound.c
libdecnumber/decUtility.c
libdecnumber/decUtility.h
libdecnumber/decimal128.c
libdecnumber/decimal128.h
libdecnumber/decimal32.c
libdecnumber/decimal32.h
libdecnumber/decimal64.c
libdecnumber/decimal64.h

index f854e5b11ff707b0eef8d3f7028900e08de28263..d4bb98418a1e5bba6d314f982a14a578a0e968ac 100644 (file)
@@ -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.
index 9db0e846d7f51623b4c1b2bda7a03a5c48903695..cebb2ffc3653c81d03080f797e0e0caa9e3ce308 100644 (file)
@@ -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 \
index 206374dd86acdaca8580996e0df5e00df31bd634..c4011aa4769e305650ac9f8f3d008c2b193d6408 100644 (file)
@@ -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)
index 93bc2c943d452f676fed5808c721816919949fe8..9cf96334c1fdd02c3fb5a86c56b4d2230226f4e8 100644 (file)
@@ -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. */
index 201102526eac601085d69e9b0a539f4c383832da..d6b0a0898340ed99a95a9e772aef1ee9cc44d3d6 100644 (file)
@@ -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.  */
 
 /* ------------------------------------------------------------------ */
 /*                                                                    */
index 827b675c628fbed1c6cb348e58bb8482eb76769b..40ff37a6ec0a5aa0677339bf2b13275be5ed5f8a 100644 (file)
@@ -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     */
index e12f413d1a34e851891bb03c9053b5e464d563a5..1576f28555e255ceba5128af2d804b0bd587b020 100644 (file)
@@ -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"
index 08fa00d8486d603b2fb15957c6cdae55d639eefb..28a4ea1c6e484d92464d0e54ae2a19f6356ce100 100644 (file)
@@ -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 */
index d7cf30f154e4f394174b06513f5f022ba28f881c..a4c45d0305299a8f7961c802ec07879d18a464f2 100644 (file)
@@ -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
index 928551445b74b0c3b160c4e2f997cf5ef7926497..22d8d952bf7f8fb7218af89422ceab9d905a047d 100644 (file)
@@ -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       */
index 0a85cb136a72ecd5a655a4ad58e75b370d0a0ec4..3a643f34af274bf4e401845f53db492be593340c 100644 (file)
@@ -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"
index cf02f5504497f51518b1d0915c02660d3d109308..83d94565f29ddcec95da36458ef5ccf0a7563b77 100644 (file)
@@ -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 */
index c312c20ec4b281dd26fb6bfc6c3ebaa9e05a9373..ecd8495568844616219ad321380b4f7650e8a35d 100644 (file)
@@ -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
index 94efd3dcba1c187cafb87de3e4def0b6d54c962c..07fcd9b08b7a0ad4635dec9a3915bac3377bb49a 100644 (file)
@@ -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.  */
index 381750ef00e35da1539c568389a0932236fcf35c..5c697b9ad640fae0fe96210ec651a2a760f13b33 100644 (file)
@@ -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
index e1596409370f41b42e5e77ccca0951b9e46cd62a..a31a3b97274b68e21aaff225917fee2f0b973dc8 100644 (file)
@@ -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.   */
index 541858ed417ecf27e3206a132feca172c0188804..dd1c2c14b77f51c9ed7a392937a18b16722d74bb 100644 (file)
@@ -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
index f7b4d04dfb411213fe43d53e76c5ae462ff12e60..ee166c786c89dc2d3a95ca49a3c2c2918a15bfa7 100644 (file)
@@ -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.   */
index a282df1e86ece8c91b866707f030677f8a021dbf..55bb9494d6e7b171e1ed68b02718ae647ccea0d3 100644 (file)
@@ -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