aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ccc5484..791859e 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 b1bc002..3755388 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 afadd04..9a7c0f9 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 b8ac57d..b7ff486 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 f42485f..6ad0b85 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 097cd62..2dcea0e 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 c47971e..da3607f 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 dbf32b8..868312a 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 3391ca6..a78b30d 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 0325fa4..6b1ebe4 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 02dfabc..1862e71 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 5b3be52..0a03d0f 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 04d669e..6a84f82 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 9b80ea9..dc9192f 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 e2dc73a..f2233aa 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 6d126de..f74ac0a 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 fad2701..b45b2e6 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 cfa590c..8ba93a9 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 20ca6ad..4d4e466 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 23b1107..b35a167 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 d742078..b175fbd 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 a7a2687..007b363 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 ae67d4c..c1aed08 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 5cef45b..c3c85d4 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 13471db..480cfca 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 530492b..49c39fa 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 2385ebb..02f57c3 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 9b73e97..9e40abd 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 ee7b6ca..81334f0 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 b70356e..8ed954f 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 b699471..eeb6697 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 79282b7..d83de80 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 fe22b83..ad76149 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 81c62e6..d066a44 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 e731937..c92226c 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 5781630..e7b5df0 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 b2c8c79..4123874 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 b23d2c5..a59e254 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 3663ab50..f7b6019 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 9da16bc..5ba3b78 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 70da378..7a90794 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 cb435b4..bd06e95 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 aad2bdc..65d6112 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 e68d1cb..3075b79 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 386a0ec..449710d 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 5a7c8d4..8bd3b1a 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 7f610ce..bcc5ede 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 2e36b99..e322614 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 f43a3f0..27d4f3f 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 811406a..8dcd5fd 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 1b23575..014a4fc 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 296cbef..b10de49 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 383f1ea3..1404770 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 2985db2..1491217 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 fc0f483..dc3132f 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 828916c..89a95ab 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 ac1757d..ebb3979 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 8038571..99689502 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 7e9a467..e8a6168 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++: