aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-15 08:29:51 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-15 08:29:51 -0400
commite9fa0c7c6f01e606ae1957d5a17398b8e30d78f4 (patch)
tree7a1c32f725235400bc5bb04f9b65bcff8969f828
parent95d8369827e91861c9b28bee4b742f755b64266c (diff)
downloadgcc-e9fa0c7c6f01e606ae1957d5a17398b8e30d78f4.zip
gcc-e9fa0c7c6f01e606ae1957d5a17398b8e30d78f4.tar.gz
gcc-e9fa0c7c6f01e606ae1957d5a17398b8e30d78f4.tar.bz2
Update FSF address.
From-SVN: r9966
-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 f594add..796e8a5 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 6ddbc84..b4fb8d2 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 6f31e15..f2c2173 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 f8a2fc7..7e81787 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 e0d1a64..5c8cf70 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 ee7c6ab..579065f 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 0c79da3..9f186e0 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 d0dfe8a..349a162 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 4fed546..c0ea837 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 2f78164..a1782c9 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 9185724..ce7b6e4 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 34cf738..261bf57 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 27da793..7a16ef7 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 a70e95f..d131759 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 378521e..7d05cff 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 a22ec1d..d551357 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 109dcf6..fbb72c9 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 2d5b8b6..828520b 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 7d06b02..1e81ebf 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 400cf1f..dc60c10 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 2bf8edd..6a4d437 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 38e3c77..84da4c6 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 fa04bcd..50fc9f8 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 55846c3..fbe55d1 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 08657d4..2a12cd3 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 68915a4..b44bd41 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 110f41e..5217de5 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 ff4b569..1086c38 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 ff666185..e56dd15 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 69d7492..81d77bf 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 4f5f4fd..8fdb72c 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 c5d9a25..198b41e 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 026e592..be018c2 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 782ac07..75d2611 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 e10f2dc..fb50b92 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 51d95dd..6fc9c94 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 08b51bac..7450f9f 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 74ffc20..8240447 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 74246fe..d5aeb36 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 aaef563..0d6e693 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 a5e51ef..b461c7a 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 e5b900e..6af09dc 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