This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Patch to update old FSF address


Various files in the source tree still have the old FSF address in
them, several years after it changed.  This patch updates them.
Applied to mainline.

2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>

	* config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
	config/i386/i386elf.h, config/i386/netbsd-elf.h,
	config/i386/netware.h, config/mcore/gfloat.h,
	config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
	config/netware.h, gccbug.in: Update FSF address.

ada:
2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>

	* 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
	FSF address.

testsuite:
2001-10-09  Joseph S. Myers  <jsm28@cam.ac.uk>

	* consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
	g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
	g77.f-torture/execute/execute.exp,
	g77.f-torture/noncompile/noncompile.exp,
	gcc.c-torture/compile/compile.exp,
	gcc.c-torture/execute/execute.exp,
	gcc.c-torture/execute/ieee/ieee.exp,
	gcc.c-torture/execute/memcheck/memcheck.exp,
	gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
	objc/execute/execute.exp: Update FSF address.

diff -ruN gcc.orig/ada/4gintnam.ads gcc/ada/4gintnam.ads
--- gcc.orig/ada/4gintnam.ads	Tue Oct  2 13:35:48 2001
+++ gcc/ada/4gintnam.ads	Tue Oct  9 09:36:52 2001
@@ -18,8 +18,8 @@
 -- MERCHANTABILITY  or  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Gen- --
 -- eral Library Public License  for more details.  You should have received --
 -- a  copy of the GNU Library General Public License along with GNARL;  see --
--- file COPYING.LIB.  If not,  write to the  Free Software Foundation,  675 --
--- Mass Ave, Cambridge, MA 02139, USA.                                      --
+-- file COPYING.LIB.  If not,  write to the  Free Software Foundation,   59 --
+-- Temple Place - Suite 330, Boston, MA 02111-1307, USA.                    --
 --                                                                          --
 -- As a special exception,  if other files  instantiate  generics from this --
 -- unit, or you link  this unit with other files  to produce an executable, --
diff -ruN gcc.orig/ada/Make-lang.in gcc/ada/Make-lang.in
--- gcc.orig/ada/Make-lang.in	Mon Oct  8 18:17:03 2001
+++ gcc/ada/Make-lang.in	Tue Oct  9 09:41:45 2001
@@ -16,7 +16,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.
 
 # This file provides the language dependent support in the main Makefile.
 # Each language makefile fragment must provide the following targets:
diff -ruN gcc.orig/ada/Makefile.in gcc/ada/Makefile.in
--- gcc.orig/ada/Makefile.in	Tue Oct  9 07:59:25 2001
+++ gcc/ada/Makefile.in	Tue Oct  9 09:41:58 2001
@@ -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 makefile built from this file lives in the language subdirectory.
 # It's purpose is to provide support for:
diff -ruN gcc.orig/ada/config-lang.in gcc/ada/config-lang.in
--- gcc.orig/ada/config-lang.in	Tue Oct  2 14:08:30 2001
+++ gcc/ada/config-lang.in	Tue Oct  9 09:42:05 2001
@@ -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.
 
 # Configure looks for the existence of this file to auto-config each language.
 # We define several parameters used by configure:
diff -ruN gcc.orig/config/alpha/freebsd.h gcc/config/alpha/freebsd.h
--- gcc.orig/config/alpha/freebsd.h	Tue May 22 23:51:30 2001
+++ gcc/config/alpha/freebsd.h	Tue Oct  9 09:42:20 2001
@@ -16,7 +16,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.  */
 
 
 /* Provide a CPP_SPEC appropriate for FreeBSD/alpha.  Besides the dealing with
diff -ruN gcc.orig/config/alpha/lib1funcs.asm gcc/config/alpha/lib1funcs.asm
--- gcc.orig/config/alpha/lib1funcs.asm	Mon May 15 23:14:15 2000
+++ gcc/config/alpha/lib1funcs.asm	Tue Oct  9 09:42:41 2001
@@ -22,7 +22,8 @@
 
 You should have received a copy of the GNU General Public License
 along with this program; 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 had to be written in assembler because the division functions 
    use a non-standard calling convention. 
diff -ruN gcc.orig/config/i386/i386elf.h gcc/config/i386/i386elf.h
--- gcc.orig/config/i386/i386elf.h	Tue Aug  7 00:14:44 2001
+++ gcc/config/i386/i386elf.h	Tue Oct  9 09:42:56 2001
@@ -17,7 +17,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.  */
 
 /* Use stabs instead of DWARF debug format.  */
 #undef  PREFERRED_DEBUGGING_TYPE
diff -ruN gcc.orig/config/i386/netbsd-elf.h gcc/config/i386/netbsd-elf.h
--- gcc.orig/config/i386/netbsd-elf.h	Tue Jul 31 22:53:43 2001
+++ gcc/config/i386/netbsd-elf.h	Tue Oct  9 09:43:06 2001
@@ -17,7 +17,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.  */
 
 /* Provide a LIB_SPEC appropriate for NetBSD.  Just select the appropriate
    libc, depending on whether we're doing profiling; if `-posix' is specified,
diff -ruN gcc.orig/config/i386/netware.h gcc/config/i386/netware.h
--- gcc.orig/config/i386/netware.h	Fri Nov  3 10:26:49 2000
+++ gcc/config/i386/netware.h	Tue Oct  9 09:43:13 2001
@@ -18,7 +18,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.  */
 
 #include "i386/sysv4.h"		/* Build on the base i386 SVR4 configuration */
 #include "netware.h"		/* Then add netware-specific goo. */
diff -ruN gcc.orig/config/mcore/gfloat.h gcc/config/mcore/gfloat.h
--- gcc.orig/config/mcore/gfloat.h	Mon Feb 14 22:51:36 2000
+++ gcc/config/mcore/gfloat.h	Tue Oct  9 09:43:22 2001
@@ -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.  */
 
 /* float.h for the M*Core microprocessor. It uses IEEE floating point.
  *	float is 32 bit IEEE-754 format
diff -ruN gcc.orig/config/mcore/mcore.c gcc/config/mcore/mcore.c
--- gcc.orig/config/mcore/mcore.c	Sun Oct  7 17:14:30 2001
+++ gcc/config/mcore/mcore.c	Tue Oct  9 09:43:38 2001
@@ -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.  */
 
 #include "config.h"
 #include "system.h"
diff -ruN gcc.orig/config/mcore/mcore.h gcc/config/mcore/mcore.h
--- gcc.orig/config/mcore/mcore.h	Thu Aug 23 17:54:52 2001
+++ gcc/config/mcore/mcore.h	Tue Oct  9 09:43:45 2001
@@ -16,7 +16,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.  */
 
 #ifndef GCC_MCORE_H
 #define GCC_MCORE_H
diff -ruN gcc.orig/config/mcore/mcore.md gcc/config/mcore/mcore.md
--- gcc.orig/config/mcore/mcore.md	Thu Aug 23 17:54:52 2001
+++ gcc/config/mcore/mcore.md	Tue Oct  9 09:43:53 2001
@@ -16,7 +16,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.
 
 ;;- See file "rtl.def" for documentation on define_insn, match_*, et. al.
 
diff -ruN gcc.orig/config/netware.h gcc/config/netware.h
--- gcc.orig/config/netware.h	Fri Aug 10 07:30:12 2001
+++ gcc/config/netware.h	Tue Oct  9 09:44:04 2001
@@ -18,7 +18,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.  */
 
 /* We don't actually need any of these; the MD_ vars are ignored
    anyway for cross-compilers, and the other specs won't get picked up
diff -ruN gcc.orig/gccbug.in gcc/gccbug.in
--- gcc.orig/gccbug.in	Fri Oct  5 11:28:22 2001
+++ gcc/gccbug.in	Tue Oct  9 09:44:13 2001
@@ -18,7 +18,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GNU GNATS; 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 version of this send-pr.
 VERSION=3.113
diff -ruN gcc.orig/testsuite/consistency.vlad/vlad.exp gcc/testsuite/consistency.vlad/vlad.exp
--- gcc.orig/testsuite/consistency.vlad/vlad.exp	Mon Feb 12 19:39:54 2001
+++ gcc/testsuite/consistency.vlad/vlad.exp	Tue Oct  9 09:34:51 2001
@@ -12,7 +12,7 @@
 # 
 # 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. 
 
 # Please email any bugs, comments, and/or additions to this file to:
 # bug-gcc@prep.ai.mit.edu
diff -ruN gcc.orig/testsuite/g++.old-deja/g++.mike/p784.C gcc/testsuite/g++.old-deja/g++.mike/p784.C
--- gcc.orig/testsuite/g++.old-deja/g++.mike/p784.C	Sun Nov 12 00:22:48 2000
+++ gcc/testsuite/g++.old-deja/g++.mike/p784.C	Tue Oct  9 09:34:51 2001
@@ -18,7 +18,7 @@
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; 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.
 */
 
 
@@ -40,7 +40,7 @@
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; 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.
 */
 
 
@@ -66,7 +66,7 @@
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; 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.
 */
 
 
@@ -100,7 +100,7 @@
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; 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.
 */
 
 
@@ -150,7 +150,7 @@
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; 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.
 */
 
 
@@ -183,7 +183,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
 
@@ -208,7 +208,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
 
@@ -826,7 +826,7 @@
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; 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.
 */
 
 
@@ -2194,7 +2194,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 
 
@@ -2217,7 +2217,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 //# 210 "/projects/gnu-cygnus/gnu-cygnus-8/common/g++-include/iostream.h"
 
@@ -2581,7 +2581,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 //# 210 "/projects/gnu-cygnus/gnu-cygnus-8/common/g++-include/iostream.h"
 
@@ -2631,7 +2631,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 //# 210 "/projects/gnu-cygnus/gnu-cygnus-8/common/g++-include/iostream.h"
 
@@ -2895,7 +2895,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 //# 210 "/projects/gnu-cygnus/gnu-cygnus-8/common/g++-include/iostream.h"
 
@@ -2958,7 +2958,7 @@
 PURPOSE.  See the GNU Library General Public License for more details.
 You should have received a copy of the GNU Library General Public
 License along with this library; 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.
 */
 
 
@@ -2982,7 +2982,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 //# 210 "/projects/gnu-cygnus/gnu-cygnus-8/common/g++-include/iostream.h"
 
@@ -3279,7 +3279,7 @@
 //
 //    You should have received a copy of the GNU Library General Public
 //    License along with this library; if not, write to the Free
-//    Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+//    Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 //# 210 "/projects/gnu-cygnus/gnu-cygnus-8/common/g++-include/iostream.h"
 
diff -ruN gcc.orig/testsuite/g++.old-deja/old-deja.exp gcc/testsuite/g++.old-deja/old-deja.exp
--- gcc.orig/testsuite/g++.old-deja/old-deja.exp	Thu Feb  8 01:58:16 2001
+++ gcc/testsuite/g++.old-deja/old-deja.exp	Tue Oct  9 09:34:51 2001
@@ -12,7 +12,7 @@
 # 
 # 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.  
 
 # This file was written by Rob Savoye. (rob@cygnus.com)
 
diff -ruN gcc.orig/testsuite/g77.f-torture/compile/compile.exp gcc/testsuite/g77.f-torture/compile/compile.exp
--- gcc.orig/testsuite/g77.f-torture/compile/compile.exp	Wed Dec 16 22:05:22 1998
+++ gcc/testsuite/g77.f-torture/compile/compile.exp	Tue Oct  9 09:34:51 2001
@@ -13,7 +13,7 @@
 #
 # 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. 
 
 # These tests come from Torbjorn Granlund's (tege@cygnus.com)
 # F torture test suite, and other contributors.
diff -ruN gcc.orig/testsuite/g77.f-torture/execute/execute.exp gcc/testsuite/g77.f-torture/execute/execute.exp
--- gcc.orig/testsuite/g77.f-torture/execute/execute.exp	Thu Feb  8 01:58:34 2001
+++ gcc/testsuite/g77.f-torture/execute/execute.exp	Tue Oct  9 09:34:51 2001
@@ -12,7 +12,7 @@
 # 
 # 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. 
 
 # This file was written by Rob Savoye. (rob@cygnus.com)
 # Modified and maintained by Jeffrey Wheat (cassidy@cygnus.com)
diff -ruN gcc.orig/testsuite/g77.f-torture/noncompile/noncompile.exp gcc/testsuite/g77.f-torture/noncompile/noncompile.exp
--- gcc.orig/testsuite/g77.f-torture/noncompile/noncompile.exp	Thu Feb  8 01:58:42 2001
+++ gcc/testsuite/g77.f-torture/noncompile/noncompile.exp	Tue Oct  9 09:34:51 2001
@@ -12,7 +12,7 @@
 # 
 # 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.  
 
 # This file was written by Jeff Law. (law@cs.utah.edu)
 
diff -ruN gcc.orig/testsuite/gcc.c-torture/compile/compile.exp gcc/testsuite/gcc.c-torture/compile/compile.exp
--- gcc.orig/testsuite/gcc.c-torture/compile/compile.exp	Wed Dec 16 22:10:35 1998
+++ gcc/testsuite/gcc.c-torture/compile/compile.exp	Tue Oct  9 09:34:51 2001
@@ -13,7 +13,7 @@
 #
 # 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. 
 
 # These tests come from Torbjorn Granlund's (tege@cygnus.com)
 # C torture test suite, and other contributors.
diff -ruN gcc.orig/testsuite/gcc.c-torture/execute/execute.exp gcc/testsuite/gcc.c-torture/execute/execute.exp
--- gcc.orig/testsuite/gcc.c-torture/execute/execute.exp	Thu Feb  8 01:58:56 2001
+++ gcc/testsuite/gcc.c-torture/execute/execute.exp	Tue Oct  9 09:34:51 2001
@@ -12,7 +12,7 @@
 # 
 # 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. 
 
 # This file was written by Rob Savoye. (rob@cygnus.com)
 # Modified and maintained by Jeffrey Wheat (cassidy@cygnus.com)
diff -ruN gcc.orig/testsuite/gcc.c-torture/execute/ieee/ieee.exp gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp
--- gcc.orig/testsuite/gcc.c-torture/execute/ieee/ieee.exp	Sat Sep  1 09:49:58 2001
+++ gcc/testsuite/gcc.c-torture/execute/ieee/ieee.exp	Tue Oct  9 09:34:51 2001
@@ -14,7 +14,7 @@
 #
 # 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. 
 #
 # Written by Jeffrey Wheat (cassidy@cygnus.com)
 #
diff -ruN gcc.orig/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp
--- gcc.orig/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp	Fri Mar 16 08:25:53 2001
+++ gcc/testsuite/gcc.c-torture/execute/memcheck/memcheck.exp	Tue Oct  9 09:34:51 2001
@@ -12,7 +12,7 @@
 # 
 # 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. 
 
 # This file was written by Rob Savoye. (rob@cygnus.com)
 # Modified and maintained by Jeffrey Wheat (cassidy@cygnus.com)
diff -ruN gcc.orig/testsuite/gcc.c-torture/unsorted/unsorted.exp gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
--- gcc.orig/testsuite/gcc.c-torture/unsorted/unsorted.exp	Sun Oct  7 17:53:35 2001
+++ gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp	Tue Oct  9 09:34:51 2001
@@ -14,7 +14,7 @@
 #
 # 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. 
 #
 # Written by Jeffrey Wheat (cassidy@cygnus.com)
 #
diff -ruN gcc.orig/testsuite/gcc.misc-tests/linkage.exp gcc/testsuite/gcc.misc-tests/linkage.exp
--- gcc.orig/testsuite/gcc.misc-tests/linkage.exp	Sat Jun  2 22:28:59 2001
+++ gcc/testsuite/gcc.misc-tests/linkage.exp	Tue Oct  9 09:34:51 2001
@@ -12,7 +12,7 @@
 # 
 # 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.  
 
 # This file used to be gcc.c-torture/special/special.exp, which
 # was written by Rob Savoye. (rob@cygnus.com)
diff -ruN gcc.orig/testsuite/objc/execute/execute.exp gcc/testsuite/objc/execute/execute.exp
--- gcc.orig/testsuite/objc/execute/execute.exp	Thu Feb  8 02:02:30 2001
+++ gcc/testsuite/objc/execute/execute.exp	Tue Oct  9 09:34:51 2001
@@ -12,7 +12,7 @@
 # 
 # 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. 
 
 # This file was written by Rob Savoye. (rob@cygnus.com)
 # Modified by Ovidiu Predescu (ovidiu@aracnet.com)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]