summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/call.c3
-rw-r--r--gcc/cp/class.c3
-rw-r--r--gcc/cp/class.h3
-rw-r--r--gcc/cp/cp-tree.def3
-rw-r--r--gcc/cp/cp-tree.h3
-rw-r--r--gcc/cp/cvt.c3
-rw-r--r--gcc/cp/decl.c3
-rw-r--r--gcc/cp/decl.h3
-rw-r--r--gcc/cp/decl2.c3
-rw-r--r--gcc/cp/errfn.c3
-rw-r--r--gcc/cp/error.c3
-rw-r--r--gcc/cp/except.c3
-rw-r--r--gcc/cp/expr.c3
-rw-r--r--gcc/cp/init.c3
-rw-r--r--gcc/cp/input.c3
-rw-r--r--gcc/cp/lang-options.h3
-rw-r--r--gcc/cp/lang-specs.h3
-rw-r--r--gcc/cp/lex.c3
-rw-r--r--gcc/cp/method.c3
-rw-r--r--gcc/cp/parse.y3
-rw-r--r--gcc/cp/pt.c3
-rw-r--r--gcc/cp/ptree.c3
-rw-r--r--gcc/cp/repo.c3
-rw-r--r--gcc/cp/search.c3
-rw-r--r--gcc/cp/sig.c3
-rw-r--r--gcc/cp/spew.c3
-rw-r--r--gcc/cp/tree.c3
-rw-r--r--gcc/scan.c2
-rw-r--r--gcc/scan.h2
-rw-r--r--gcc/sched.c3
-rw-r--r--gcc/sdbout.c3
-rw-r--r--gcc/stack.h3
-rw-r--r--gcc/stmt.c3
-rw-r--r--gcc/stor-layout.c3
-rw-r--r--gcc/stupid.c3
-rw-r--r--gcc/toplev.c3
-rw-r--r--gcc/tree.c3
-rw-r--r--gcc/tree.def3
-rw-r--r--gcc/tree.h3
-rw-r--r--gcc/unroll.c3
-rw-r--r--gcc/varasm.c3
-rw-r--r--gcc/xcoffout.c3
42 files changed, 82 insertions, 42 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c
index f594addfcca..796e8a594eb 100644
--- a/gcc/cp/call.c
+++ b/gcc/cp/call.c
@@ -17,7 +17,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. */
/* High-level class interface. */
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index 6ddbc840710..b4fb8d26236 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.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. */
/* High-level class interface. */
diff --git a/gcc/cp/class.h b/gcc/cp/class.h
index 6f31e15ee83..f2c21735cc4 100644
--- a/gcc/cp/class.h
+++ b/gcc/cp/class.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. */
/* The following structure is used when comparing various alternatives
for overloading. The unsigned quantity `strikes.i' is used
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index f8a2fc7a596..7e817875470 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -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. */
/* Reference to the contents of an offset
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index e0d1a64402d..5c8cf70eb4f 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -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. */
#ifndef _CP_TREE_H
#define _CP_TREE_H
diff --git a/gcc/cp/cvt.c b/gcc/cp/cvt.c
index ee7c6abab94..579065f2160 100644
--- a/gcc/cp/cvt.c
+++ b/gcc/cp/cvt.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. */
/* This file contains the functions for converting C expressions
diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c
index 0c79da3aa90..9f186e04402 100644
--- a/gcc/cp/decl.c
+++ b/gcc/cp/decl.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. */
/* Process declarations and symbol lookup for C front end.
diff --git a/gcc/cp/decl.h b/gcc/cp/decl.h
index d0dfe8aac87..349a1621846 100644
--- a/gcc/cp/decl.h
+++ b/gcc/cp/decl.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. */
/* In grokdeclarator, distinguish syntactic contexts of declarators. */
enum decl_context
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index 4fed546989d..c0ea837d3b2 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.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. */
/* Process declarations and symbol lookup for C front end.
diff --git a/gcc/cp/errfn.c b/gcc/cp/errfn.c
index 2f78164b146..a1782c93307 100644
--- a/gcc/cp/errfn.c
+++ b/gcc/cp/errfn.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"
#include "tree.h"
diff --git a/gcc/cp/error.c b/gcc/cp/error.c
index 91857246580..ce7b6e4bb58 100644
--- a/gcc/cp/error.c
+++ b/gcc/cp/error.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"
#include "tree.h"
diff --git a/gcc/cp/except.c b/gcc/cp/except.c
index 34cf738ee50..261bf5758cb 100644
--- a/gcc/cp/except.c
+++ b/gcc/cp/except.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. */
/* High-level class interface. */
diff --git a/gcc/cp/expr.c b/gcc/cp/expr.c
index 27da793b1a7..7a16ef7c550 100644
--- a/gcc/cp/expr.c
+++ b/gcc/cp/expr.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/cp/init.c b/gcc/cp/init.c
index a70e95f888a..d131759afc6 100644
--- a/gcc/cp/init.c
+++ b/gcc/cp/init.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. */
/* High-level class interface. */
diff --git a/gcc/cp/input.c b/gcc/cp/input.c
index 378521ec675..7d05cff2d08 100644
--- a/gcc/cp/input.c
+++ b/gcc/cp/input.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. */
/* G++ needs to do enough saving and re-parsing of text that it is
necessary to abandon the simple FILE* model and use a mechanism where
diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h
index a22ec1d8c02..d551357c09c 100644
--- a/gcc/cp/lang-options.h
+++ b/gcc/cp/lang-options.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. */
/* This is the contribution to the `lang_options' array in gcc.c for
g++. */
diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h
index 109dcf63c0c..fbb72c9ed97 100644
--- a/gcc/cp/lang-specs.h
+++ b/gcc/cp/lang-specs.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. */
/* This is the contribution to the `default_compilers' array in gcc.c for
g++. */
diff --git a/gcc/cp/lex.c b/gcc/cp/lex.c
index 2d5b8b6977d..828520b3cea 100644
--- a/gcc/cp/lex.c
+++ b/gcc/cp/lex.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. */
/* This file is the lexical analyzer for GNU C++. */
diff --git a/gcc/cp/method.c b/gcc/cp/method.c
index 7d06b02ad55..1e81ebfdaca 100644
--- a/gcc/cp/method.c
+++ b/gcc/cp/method.c
@@ -17,7 +17,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 PARM_CAN_BE_ARRAY_TYPE
diff --git a/gcc/cp/parse.y b/gcc/cp/parse.y
index 400cf1f0b37..dc60c106c60 100644
--- a/gcc/cp/parse.y
+++ b/gcc/cp/parse.y
@@ -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. */
/* This grammar is based on the GNU CC grammar. */
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index 2bf8edd99b9..6a4d4378d5b 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.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. */
/* Known bugs or deficiencies include:
* templates for class static data don't work (methods only)
diff --git a/gcc/cp/ptree.c b/gcc/cp/ptree.c
index 38e3c77aad7..84da4c67d70 100644
--- a/gcc/cp/ptree.c
+++ b/gcc/cp/ptree.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/cp/repo.c b/gcc/cp/repo.c
index fa04bcd1361..50fc9f8b727 100644
--- a/gcc/cp/repo.c
+++ b/gcc/cp/repo.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. */
/* My strategy here is as follows:
diff --git a/gcc/cp/search.c b/gcc/cp/search.c
index 55846c3050c..fbe55d1f32c 100644
--- a/gcc/cp/search.c
+++ b/gcc/cp/search.c
@@ -17,7 +17,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. */
/* High-level class interface. */
diff --git a/gcc/cp/sig.c b/gcc/cp/sig.c
index 08657d43225..2a12cd3e38e 100644
--- a/gcc/cp/sig.c
+++ b/gcc/cp/sig.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/cp/spew.c b/gcc/cp/spew.c
index 68915a4cedb..b44bd417ae9 100644
--- a/gcc/cp/spew.c
+++ b/gcc/cp/spew.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. */
/* This file is the type analyzer for GNU C++. To debug it, define SPEW_DEBUG
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c
index 110f41e8c8b..5217de52e8f 100644
--- a/gcc/cp/tree.c
+++ b/gcc/cp/tree.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"
#include <stdio.h>
diff --git a/gcc/scan.c b/gcc/scan.c
index ff4b5696d7c..1086c384f1a 100644
--- a/gcc/scan.c
+++ b/gcc/scan.c
@@ -13,7 +13,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. */
#include "scan.h"
#include "hconfig.h"
diff --git a/gcc/scan.h b/gcc/scan.h
index ff666185b9f..e56dd1593eb 100644
--- a/gcc/scan.h
+++ b/gcc/scan.h
@@ -13,7 +13,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. */
#include <stdio.h>
diff --git a/gcc/sched.c b/gcc/sched.c
index 69d74923b6d..81d77bfd1bd 100644
--- a/gcc/sched.c
+++ b/gcc/sched.c
@@ -17,7 +17,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. */
/* Instruction scheduling pass.
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index 4f5f4fd12a6..8fdb72c6ae2 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.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. */
/* mike@tredysvr.Tredydev.Unisys.COM says:
I modified the struct.c example and have a nm of a .o resulting from the
diff --git a/gcc/stack.h b/gcc/stack.h
index c5d9a2512a9..198b41e75d0 100644
--- a/gcc/stack.h
+++ b/gcc/stack.h
@@ -14,7 +14,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. */
/* Summary: this file contains additional structures that layer
on top of obstacks for GNU C++. */
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 026e592fbf7..be018c20c6e 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.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 handles the generation of rtl code from tree structure
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 782ac07a7b9..75d26119657 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.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/stupid.c b/gcc/stupid.c
index e10f2dce459..fb50b92a5ae 100644
--- a/gcc/stupid.c
+++ b/gcc/stupid.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 performs stupid register allocation, which is used
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 51d95dde2f0..6fc9c9417a9 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.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 top level of cc1/c++.
It parses command args, opens files, invokes the various passes
diff --git a/gcc/tree.c b/gcc/tree.c
index 08b51bacbff..7450f9ff1e7 100644
--- a/gcc/tree.c
+++ b/gcc/tree.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 low level primitives for operating on tree nodes,
diff --git a/gcc/tree.def b/gcc/tree.def
index 74ffc206991..82404477f2d 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -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. */
/* The third argument can be:
diff --git a/gcc/tree.h b/gcc/tree.h
index 74246fe326f..d5aeb36b3e5 100644
--- a/gcc/tree.h
+++ b/gcc/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. */
#include "machmode.h"
diff --git a/gcc/unroll.c b/gcc/unroll.c
index aaef5635852..0d6e6930234 100644
--- a/gcc/unroll.c
+++ b/gcc/unroll.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. */
/* Try to unroll a loop, and split induction variables.
diff --git a/gcc/varasm.c b/gcc/varasm.c
index a5e51ef15ba..b461c7a83a5 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.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 handles generation of all the assembler code
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c
index e5b900eda2b..6af09dc279b 100644
--- a/gcc/xcoffout.c
+++ b/gcc/xcoffout.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 xcoff-format symbol table data. The main functionality is contained