From e9fa0c7c6f01e606ae1957d5a17398b8e30d78f4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 15 Jun 1995 08:29:51 -0400 Subject: [PATCH] Update FSF address. From-SVN: r9966 --- gcc/cp/call.c | 3 ++- gcc/cp/class.c | 3 ++- gcc/cp/class.h | 3 ++- gcc/cp/cp-tree.def | 3 ++- gcc/cp/cp-tree.h | 3 ++- gcc/cp/cvt.c | 3 ++- gcc/cp/decl.c | 3 ++- gcc/cp/decl.h | 3 ++- gcc/cp/decl2.c | 3 ++- gcc/cp/errfn.c | 3 ++- gcc/cp/error.c | 3 ++- gcc/cp/except.c | 3 ++- gcc/cp/expr.c | 3 ++- gcc/cp/init.c | 3 ++- gcc/cp/input.c | 3 ++- gcc/cp/lang-options.h | 3 ++- gcc/cp/lang-specs.h | 3 ++- gcc/cp/lex.c | 3 ++- gcc/cp/method.c | 3 ++- gcc/cp/parse.y | 3 ++- gcc/cp/pt.c | 3 ++- gcc/cp/ptree.c | 3 ++- gcc/cp/repo.c | 3 ++- gcc/cp/search.c | 3 ++- gcc/cp/sig.c | 3 ++- gcc/cp/spew.c | 3 ++- gcc/cp/tree.c | 3 ++- gcc/scan.c | 2 +- gcc/scan.h | 2 +- gcc/sched.c | 3 ++- gcc/sdbout.c | 3 ++- gcc/stack.h | 3 ++- gcc/stmt.c | 3 ++- gcc/stor-layout.c | 3 ++- gcc/stupid.c | 3 ++- gcc/toplev.c | 3 ++- gcc/tree.c | 3 ++- gcc/tree.def | 3 ++- gcc/tree.h | 3 ++- gcc/unroll.c | 3 ++- gcc/varasm.c | 3 ++- gcc/xcoffout.c | 3 ++- 42 files changed, 82 insertions(+), 42 deletions(-) diff --git a/gcc/cp/call.c b/gcc/cp/call.c index f594addfccac..796e8a594eb4 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 6ddbc840710a..b4fb8d262365 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 6f31e15ee83c..f2c21735cc4c 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 f8a2fc7a596d..7e8178754706 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 e0d1a64402dd..5c8cf70eb4fb 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 ee7c6abab949..579065f21604 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 0c79da3aa903..9f186e044023 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 d0dfe8aac870..349a1621846d 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 4fed546989da..c0ea837d3b26 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 2f78164b1460..a1782c933077 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 918572465807..ce7b6e4bb588 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 34cf738ee503..261bf5758cbe 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 27da793b1a7e..7a16ef7c550e 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 a70e95f888af..d131759afc6f 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 378521ec6759..7d05cff2d08a 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 a22ec1d8c020..d551357c09c3 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 109dcf63c0c9..fbb72c9ed972 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 2d5b8b6977d7..828520b3cea3 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 7d06b02ad55d..1e81ebfdaca3 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 400cf1f0b375..dc60c106c608 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 2bf8edd99b9d..6a4d4378d5b6 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 38e3c77aad79..84da4c67d709 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 fa04bcd1361d..50fc9f8b727f 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 55846c3050c0..fbe55d1f32c7 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 08657d432254..2a12cd3e38e0 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 68915a4cedbb..b44bd417ae95 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 110f41e8c8b6..5217de52e8fa 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 diff --git a/gcc/scan.c b/gcc/scan.c index ff4b5696d7ca..1086c384f1ac 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 ff666185b9f7..e56dd1593eb2 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 diff --git a/gcc/sched.c b/gcc/sched.c index 69d74923b6d2..81d77bfd1bd2 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 4f5f4fd12a63..8fdb72c6ae2c 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 c5d9a2512a91..198b41e75d0e 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 026e592fbf79..be018c20c6e3 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 782ac07a7b9d..75d26119657f 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 e10f2dce459d..fb50b92a5ae4 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 51d95dde2f07..6fc9c9417a93 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 08b51bacbff3..7450f9ff1e73 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 74ffc206991f..82404477f2d9 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 74246fe326f2..d5aeb36b3e54 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 aaef56358523..0d6e69302346 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 a5e51ef15bab..b461c7a83a57 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 e5b900eda2bd..6af09dc279ba 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 -- 2.47.2