diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-10-09 11:16:27 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-09 11:16:27 +0100 |
commit | 9f2f9eb62b23a7b0c2a5caa89c0e3ce0840ff7b0 (patch) | |
tree | 0d46500da5c5cf3b4a5f4830c119e0e21a411163 /gcc/ada | |
parent | f35e4d626b69e1821a9349ee0abcde04ee2c7abd (diff) | |
download | gcc-9f2f9eb62b23a7b0c2a5caa89c0e3ce0840ff7b0.zip gcc-9f2f9eb62b23a7b0c2a5caa89c0e3ce0840ff7b0.tar.gz gcc-9f2f9eb62b23a7b0c2a5caa89c0e3ce0840ff7b0.tar.bz2 |
freebsd.h, [...]: Update FSF address.
* config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
config/i386/i386elf.h, config/i386/netbsd-elf.h,
config/i386/netware.h, config/mcore/gfloat.h,
config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
config/netware.h, gccbug.in: Update FSF address.
ada:
* 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
FSF address.
testsuite:
* consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
g77.f-torture/execute/execute.exp,
g77.f-torture/noncompile/noncompile.exp,
gcc.c-torture/compile/compile.exp,
gcc.c-torture/execute/execute.exp,
gcc.c-torture/execute/ieee/ieee.exp,
gcc.c-torture/execute/memcheck/memcheck.exp,
gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
objc/execute/execute.exp: Update FSF address.
From-SVN: r46118
Diffstat (limited to 'gcc/ada')
-rw-r--r-- | gcc/ada/4gintnam.ads | 6 | ||||
-rw-r--r-- | gcc/ada/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/ada/Make-lang.in | 3 | ||||
-rw-r--r-- | gcc/ada/Makefile.in | 3 | ||||
-rw-r--r-- | gcc/ada/config-lang.in | 3 |
5 files changed, 14 insertions, 6 deletions
diff --git a/gcc/ada/4gintnam.ads b/gcc/ada/4gintnam.ads index 4e0ca4f..66905b1 100644 --- a/gcc/ada/4gintnam.ads +++ b/gcc/ada/4gintnam.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- $Revision: 1.5 $ -- +-- $Revision: 1.1 $ -- -- -- -- Copyright (C) 1997-2001, Florida State University -- -- -- @@ -18,8 +18,8 @@ -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Gen- -- -- eral Library Public License for more details. You should have received -- -- a copy of the GNU Library General Public License along with GNARL; see -- --- file COPYING.LIB. If not, write to the Free Software Foundation, 675 -- --- Mass Ave, Cambridge, MA 02139, USA. -- +-- file COPYING.LIB. If not, write to the Free Software Foundation, 59 -- +-- Temple Place - Suite 330, Boston, MA 02111-1307, USA. -- -- -- -- As a special exception, if other files instantiate generics from this -- -- unit, or you link this unit with other files to produce an executable, -- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 914c8b1..b26c87a 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2001-10-09 Joseph S. Myers <jsm28@cam.ac.uk> + + * 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update + FSF address. + 2001-10-08 Geert Bosch <bosch@gnat.com> * Makefile.in (treeprs.ads, einfo.h, sinfo.h, nmake.adb, nmake.ads): diff --git a/gcc/ada/Make-lang.in b/gcc/ada/Make-lang.in index 72204ca..1b9bc02 100644 --- a/gcc/ada/Make-lang.in +++ b/gcc/ada/Make-lang.in @@ -16,7 +16,8 @@ #You should have received a copy of the GNU General Public License #along with GNU CC; see the file COPYING. If not, write to -#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +#the Free Software Foundation, 59 Temple Place - Suite 330, +#Boston, MA 02111-1307, USA. # This file provides the language dependent support in the main Makefile. # Each language makefile fragment must provide the following targets: diff --git a/gcc/ada/Makefile.in b/gcc/ada/Makefile.in index ce6b91f..75a56d2 100644 --- a/gcc/ada/Makefile.in +++ b/gcc/ada/Makefile.in @@ -15,7 +15,8 @@ #You should have received a copy of the GNU General Public License #along with GNU CC; see the file COPYING. If not, write to -#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +#the Free Software Foundation, 59 Temple Place - Suite 330, +#Boston, MA 02111-1307, USA. # The makefile built from this file lives in the language subdirectory. # It's purpose is to provide support for: diff --git a/gcc/ada/config-lang.in b/gcc/ada/config-lang.in index 5268fe2..7a85386 100644 --- a/gcc/ada/config-lang.in +++ b/gcc/ada/config-lang.in @@ -15,7 +15,8 @@ #You should have received a copy of the GNU General Public License #along with GNU CC; see the file COPYING. If not, write to -#the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +#the Free Software Foundation, 59 Temple Place - Suite 330, +#Boston, MA 02111-1307, USA. # Configure looks for the existence of this file to auto-config each language. # We define several parameters used by configure: |