aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1995-06-15 11:33:25 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1995-06-15 11:33:25 +0000
commit9df8b3f7a5af0e2c155f84d6058a08089ca04324 (patch)
tree19c7eac734ead43bfa6f61a86b342b3ea1216b46
parent9d22c36d81fa33081cbdeb76a9383fdf1649094b (diff)
Update FSF address.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@9959 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/Makefile.in3
-rw-r--r--gcc/basic-block.h3
-rw-r--r--gcc/bc-emit.c3
-rw-r--r--gcc/bc-optab.c3
-rw-r--r--gcc/bc-optab.h3
-rw-r--r--gcc/bc-typecd.h3
-rw-r--r--gcc/bi-arity.c3
-rw-r--r--gcc/bi-defs.h3
-rw-r--r--gcc/bi-lexer.c3
-rw-r--r--gcc/bi-opcode.c3
-rw-r--r--gcc/bi-opname.c3
-rw-r--r--gcc/bi-parser.y3
-rw-r--r--gcc/bi-reverse.c3
-rw-r--r--gcc/bi-run.h3
-rw-r--r--gcc/bytecode.h3
-rw-r--r--gcc/c-aux-info.c3
-rw-r--r--gcc/c-common.c3
-rw-r--r--gcc/c-convert.c3
-rw-r--r--gcc/c-decl.c3
-rw-r--r--gcc/c-iterate.c3
-rw-r--r--gcc/c-lang.c3
-rw-r--r--gcc/c-lex.c3
-rw-r--r--gcc/c-lex.h3
-rw-r--r--gcc/c-parse.in3
-rw-r--r--gcc/c-pragma.c3
-rw-r--r--gcc/c-pragma.h3
-rw-r--r--gcc/c-tree.h3
-rw-r--r--gcc/c-typeck.c3
-rw-r--r--gcc/caller-save.c3
-rw-r--r--gcc/calls.c3
-rw-r--r--gcc/cccp.c3
-rw-r--r--gcc/cexp.y3
-rw-r--r--gcc/collect2.c3
-rw-r--r--gcc/combine.c3
-rw-r--r--gcc/conditions.h3
-rw-r--r--gcc/convert.c3
-rw-r--r--gcc/convert.h3
-rw-r--r--gcc/cplus-dem.c4
-rw-r--r--gcc/cppalloc.c2
-rw-r--r--gcc/cpperror.c2
-rw-r--r--gcc/cppexp.c3
-rw-r--r--gcc/cpphash.c2
-rw-r--r--gcc/cpplib.c2
-rw-r--r--gcc/cpplib.h2
-rw-r--r--gcc/cppmain.c2
-rw-r--r--gcc/crtstuff.c3
-rw-r--r--gcc/cse.c3
-rw-r--r--gcc/dbxout.c3
-rw-r--r--gcc/defaults.h3
-rw-r--r--gcc/demangle.h3
-rw-r--r--gcc/dwarf.h3
-rw-r--r--gcc/dwarfout.c3
-rw-r--r--gcc/emit-rtl.c3
-rw-r--r--gcc/explow.c3
-rw-r--r--gcc/expmed.c3
-rw-r--r--gcc/expr.c3
-rw-r--r--gcc/expr.h3
-rw-r--r--gcc/final.c3
-rw-r--r--gcc/fix-header.c3
59 files changed, 112 insertions, 60 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ccc54846a95..791859e72f8 100644
--- a/gcc/Makefile.in
+++ b/gcc/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 targets for external use include:
# all, doc, proto, install, install-cross, install-cross-rest,
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index b1bc002000f..3755388c92b 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
/* Number of bits in each actual element of a regset. */
diff --git a/gcc/bc-emit.c b/gcc/bc-emit.c
index afadd04cfeb..9a7c0f981b6 100644
--- a/gcc/bc-emit.c
+++ b/gcc/bc-emit.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
diff --git a/gcc/bc-optab.c b/gcc/bc-optab.c
index b8ac57da9db..b7ff4865237 100644
--- a/gcc/bc-optab.c
+++ b/gcc/bc-optab.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
diff --git a/gcc/bc-optab.h b/gcc/bc-optab.h
index f42485f7bbf..6ad0b8592f6 100644
--- a/gcc/bc-optab.h
+++ b/gcc/bc-optab.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
extern void bc_expand_conversion ();
diff --git a/gcc/bc-typecd.h b/gcc/bc-typecd.h
index 097cd62e578..2dcea0e08f5 100644
--- a/gcc/bc-typecd.h
+++ b/gcc/bc-typecd.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#ifndef TYPECODE_H
#define TYPECODE_H
diff --git a/gcc/bi-arity.c b/gcc/bi-arity.c
index c47971ed76d..da3607fbf5d 100644
--- a/gcc/bi-arity.c
+++ b/gcc/bi-arity.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include <stdio.h>
diff --git a/gcc/bi-defs.h b/gcc/bi-defs.h
index dbf32b8137f..868312a847d 100644
--- a/gcc/bi-defs.h
+++ b/gcc/bi-defs.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
struct node
diff --git a/gcc/bi-lexer.c b/gcc/bi-lexer.c
index 3391ca6ee56..a78b30d2e46 100644
--- a/gcc/bi-lexer.c
+++ b/gcc/bi-lexer.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include <stdio.h>
#include "hconfig.h"
diff --git a/gcc/bi-opcode.c b/gcc/bi-opcode.c
index 0325fa48ae2..6b1ebe4a69e 100644
--- a/gcc/bi-opcode.c
+++ b/gcc/bi-opcode.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include <stdio.h>
#include "hconfig.h"
diff --git a/gcc/bi-opname.c b/gcc/bi-opname.c
index 02dfabcfd8b..1862e7120fb 100644
--- a/gcc/bi-opname.c
+++ b/gcc/bi-opname.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include <stdio.h>
#include "hconfig.h"
diff --git a/gcc/bi-parser.y b/gcc/bi-parser.y
index 5b3be52b209..0a03d0f05ad 100644
--- a/gcc/bi-parser.y
+++ b/gcc/bi-parser.y
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
%{
diff --git a/gcc/bi-reverse.c b/gcc/bi-reverse.c
index 04d669ed8e3..6a84f827e73 100644
--- a/gcc/bi-reverse.c
+++ b/gcc/bi-reverse.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "hconfig.h"
diff --git a/gcc/bi-run.h b/gcc/bi-run.h
index 9b80ea9ddc0..dc9192f78b8 100644
--- a/gcc/bi-run.h
+++ b/gcc/bi-run.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#define MAXLITERALS 5
diff --git a/gcc/bytecode.h b/gcc/bytecode.h
index e2dc73a5fff..f2233aa880d 100644
--- a/gcc/bytecode.h
+++ b/gcc/bytecode.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
extern int output_bytecode;
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c
index 6d126def857..f74ac0a40c9 100644
--- a/gcc/c-aux-info.c
+++ b/gcc/c-aux-info.c
@@ -18,7 +18,8 @@ GNU General Public License for more details.
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. */
#include <stdio.h>
#include "config.h"
diff --git a/gcc/c-common.c b/gcc/c-common.c
index fad2701b78b..b45b2e67c04 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
#include "tree.h"
diff --git a/gcc/c-convert.c b/gcc/c-convert.c
index cfa590cfa6c..8ba93a9816a 100644
--- a/gcc/c-convert.c
+++ b/gcc/c-convert.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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 contains the functions for converting C expressions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 20ca6ad1ac6..4d4e46607a7 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
/* Process declarations and symbol lookup for C front end.
diff --git a/gcc/c-iterate.c b/gcc/c-iterate.c
index 23b1107cfd6..b35a167a46c 100644
--- a/gcc/c-iterate.c
+++ b/gcc/c-iterate.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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 is part of the C front end.
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index d74207881d4..b175fbd9fc0 100644
--- a/gcc/c-lang.c
+++ b/gcc/c-lang.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index a7a2687e006..007b3634384 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include <stdio.h>
diff --git a/gcc/c-lex.h b/gcc/c-lex.h
index ae67d4c1112..c1aed084e5f 100644
--- a/gcc/c-lex.h
+++ b/gcc/c-lex.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
diff --git a/gcc/c-parse.in b/gcc/c-parse.in
index 5cef45be24c..c3c85d4d2c6 100644
--- a/gcc/c-parse.in
+++ b/gcc/c-parse.in
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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 defines the grammar of C and that of Objective C.
ifobjc ... end ifobjc conditionals contain code for Objective C only.
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c
index 13471dbd99d..480cfca8154 100644
--- a/gcc/c-pragma.c
+++ b/gcc/c-pragma.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include <stdio.h>
#include "config.h"
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h
index 530492b06b3..49c39fa591e 100644
--- a/gcc/c-pragma.h
+++ b/gcc/c-pragma.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
/* Support #pragma weak iff ASM_WEAKEN_LABEL and ASM_OUTPUT_DEF are
defined. */
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 2385ebbff53..02f57c3b9dc 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#ifndef _C_TREE_H
#define _C_TREE_H
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c
index 9b73e970b85..9e40abdc1df 100644
--- a/gcc/c-typeck.c
+++ b/gcc/c-typeck.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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 is part of the C front end.
diff --git a/gcc/caller-save.c b/gcc/caller-save.c
index ee7b6cabfce..81334f0849e 100644
--- a/gcc/caller-save.c
+++ b/gcc/caller-save.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
#include "rtl.h"
diff --git a/gcc/calls.c b/gcc/calls.c
index b70356ec273..8ed954fe506 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
#include "rtl.h"
diff --git a/gcc/cccp.c b/gcc/cccp.c
index b699471ca1a..eeb66976b0e 100644
--- a/gcc/cccp.c
+++ b/gcc/cccp.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/cexp.y b/gcc/cexp.y
index 79282b756e0..d83de803364 100644
--- a/gcc/cexp.y
+++ b/gcc/cexp.y
@@ -13,7 +13,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/collect2.c b/gcc/collect2.c
index fe22b836dc6..ad76149b4a6 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -21,7 +21,8 @@ GNU General Public License for more details.
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. */
/* Build tables of static constructors and destructors and run ld. */
diff --git a/gcc/combine.c b/gcc/combine.c
index 81c62e65dfe..d066a448011 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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 module is essentially the "combiner" phase of the U. of Arizona
diff --git a/gcc/conditions.h b/gcc/conditions.h
index e7319377f37..c92226c14ce 100644
--- a/gcc/conditions.h
+++ b/gcc/conditions.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
/* None of the things in the files exist if we don't use CC0. */
diff --git a/gcc/convert.c b/gcc/convert.c
index 57816301103..e7b5df01e78 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
/* These routines are somewhat language-independent utility function
diff --git a/gcc/convert.h b/gcc/convert.h
index b2c8c794757..4123874fbb3 100644
--- a/gcc/convert.h
+++ b/gcc/convert.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
extern tree convert_to_integer PROTO ((tree, tree));
extern tree convert_to_pointer PROTO ((tree, tree));
diff --git a/gcc/cplus-dem.c b/gcc/cplus-dem.c
index b23d2c5becf..a59e254aa9e 100644
--- a/gcc/cplus-dem.c
+++ b/gcc/cplus-dem.c
@@ -16,8 +16,8 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with libiberty; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA. */
+not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* This file exports two functions; cplus_mangle_opname and cplus_demangle.
diff --git a/gcc/cppalloc.c b/gcc/cppalloc.c
index 3663ab50131..f7b6019d460 100644
--- a/gcc/cppalloc.c
+++ b/gcc/cppalloc.c
@@ -16,7 +16,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/cpperror.c b/gcc/cpperror.c
index 9da16bc880e..5ba3b78f457 100644
--- a/gcc/cpperror.c
+++ b/gcc/cpperror.c
@@ -16,7 +16,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/cppexp.c b/gcc/cppexp.c
index 70da378f2a9..7a907941788 100644
--- a/gcc/cppexp.c
+++ b/gcc/cppexp.c
@@ -13,7 +13,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/cpphash.c b/gcc/cpphash.c
index cb435b4bd43..bd06e95387f 100644
--- a/gcc/cpphash.c
+++ b/gcc/cpphash.c
@@ -16,7 +16,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index aad2bdcfa87..65d61124774 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -16,7 +16,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/cpplib.h b/gcc/cpplib.h
index e68d1cb043f..3075b7904d2 100644
--- a/gcc/cpplib.h
+++ b/gcc/cpplib.h
@@ -14,7 +14,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/cppmain.c b/gcc/cppmain.c
index 386a0ece1a5..449710dfde1 100644
--- a/gcc/cppmain.c
+++ b/gcc/cppmain.c
@@ -14,7 +14,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
In other words, you are welcome to use, share and improve this program.
You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c
index 5a7c8d44ae8..8bd3b1abf4c 100644
--- a/gcc/crtstuff.c
+++ b/gcc/crtstuff.c
@@ -19,7 +19,8 @@ GNU General Public License for more details.
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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/gcc/cse.c b/gcc/cse.c
index 7f610cea7c5..bcc5ede878b 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 2e36b9942fe..e3226147aee 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
/* Output dbx-format symbol table data.
diff --git a/gcc/defaults.h b/gcc/defaults.h
index f43a3f084c8..27d4f3f9e56 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -20,7 +20,8 @@ GNU General Public License for more details.
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. */
/* Store in OUTPUT a string (made with alloca) containing
an assembler-name for a local static variable or function named NAME.
diff --git a/gcc/demangle.h b/gcc/demangle.h
index 811406a2d78..8dcd5fd06a6 100644
--- a/gcc/demangle.h
+++ b/gcc/demangle.h
@@ -13,7 +13,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ Foundation, Inc., 59 Temple Place - Suite 330,
+ Boston, MA 02111-1307, USA. */
#if !defined (DEMANGLE_H)
diff --git a/gcc/dwarf.h b/gcc/dwarf.h
index 1b23575fca5..014a4fc48b8 100644
--- a/gcc/dwarf.h
+++ b/gcc/dwarf.h
@@ -19,7 +19,8 @@ GNU General Public License for more details.
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 is derived from the DWARF specification (a public document)
Revision 1.0.1 (April 8, 1992) developed by the UNIX International
diff --git a/gcc/dwarfout.c b/gcc/dwarfout.c
index 296cbefda3d..b10de49ec6a 100644
--- a/gcc/dwarfout.c
+++ b/gcc/dwarfout.c
@@ -19,7 +19,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index 383f1ea3e7b..14047702674 100644
--- a/gcc/emit-rtl.c
+++ b/gcc/emit-rtl.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
/* Middle-to-low level generation of rtx code and insns.
diff --git a/gcc/explow.c b/gcc/explow.c
index 2985db2b64e..1491217cb93 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
diff --git a/gcc/expmed.c b/gcc/expmed.c
index fc0f4834d44..dc3132fd1b5 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -16,7 +16,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
diff --git a/gcc/expr.c b/gcc/expr.c
index 828916cc395..89a95ab9bf3 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#include "config.h"
diff --git a/gcc/expr.h b/gcc/expr.h
index ac1757d1b30..ebb3979463a 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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. */
#ifndef __STDC__
diff --git a/gcc/final.c b/gcc/final.c
index 803857183f4..99689502882 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -15,7 +15,8 @@ GNU General Public License for more details.
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 is the final pass of the compiler.
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 7e9a4670700..e8a6168e56c 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -13,7 +13,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
-Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+Foundation, 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA. */
/* This program massages a system include file (such as stdio.h),
into a form more conformant with ANSI/POSIX, and more suitable for C++: