diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-06-15 21:06:59 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1995-06-15 21:06:59 +0000 |
commit | a9cce9f813895b8f96d12463a6e8eea7138e1a54 (patch) | |
tree | 84457eeb59a8308984297d4a37a680d000f669cb | |
parent | d619195f72c5005e5d73bd87dcebb1602f8cf888 (diff) | |
download | gcc-a9cce9f813895b8f96d12463a6e8eea7138e1a54.tar.gz |
Change FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9988 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/cp/Make-lang.in | 3 | ||||
-rw-r--r-- | gcc/cp/Makefile.in | 5 | ||||
-rw-r--r-- | gcc/cp/config-lang.in | 3 | ||||
-rw-r--r-- | gcc/fixinc.winnt | 3 | ||||
-rwxr-xr-x | gcc/fixproto | 3 | ||||
-rw-r--r-- | gcc/genmultilib | 3 | ||||
-rw-r--r-- | gcc/objc/Makefile.in | 3 |
7 files changed, 15 insertions, 8 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index 40ceb4102aa..baf6e82b8b6 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.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. # This file provides the language dependent support in the main Makefile. # Each language makefile fragment must provide the following targets: diff --git a/gcc/cp/Makefile.in b/gcc/cp/Makefile.in index 65b771801c8..96206de298f 100644 --- a/gcc/cp/Makefile.in +++ b/gcc/cp/Makefile.in @@ -15,10 +15,11 @@ #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: +# Its purpose is to provide support for: # # 1) recursion where necessary, and only then (building .o's), and # 2) building and debugging cc1 from the language subdirectory, and diff --git a/gcc/cp/config-lang.in b/gcc/cp/config-lang.in index 6a4afb139fb..7a9a5c558c7 100644 --- a/gcc/cp/config-lang.in +++ b/gcc/cp/config-lang.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. # Configure looks for the existence of this file to auto-config each language. # We define several parameters used by configure: diff --git a/gcc/fixinc.winnt b/gcc/fixinc.winnt index e65eaa9676d..8ed85531d35 100644 --- a/gcc/fixinc.winnt +++ b/gcc/fixinc.winnt @@ -20,7 +20,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 script munges the native include files provided with Windows NT # 3.5 SDK systems so as to provide a reasonable namespace when diff --git a/gcc/fixproto b/gcc/fixproto index 251c2a88248..79c8dfc3aff 100755 --- a/gcc/fixproto +++ b/gcc/fixproto @@ -19,7 +19,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. # # DESCRIPTION # Adjunct script for GNU CC to populate a directory with ANSI, diff --git a/gcc/genmultilib b/gcc/genmultilib index 66dc0d477d9..7d09d8be712 100644 --- a/gcc/genmultilib +++ b/gcc/genmultilib @@ -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 shell script produces a header file which the gcc driver # program uses to pick which library to use based on the machine diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 79dfcc993c7..bd08d7582f4 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -14,7 +14,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. */ +# Foundation, 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. */ # This makefile is run by the parent dir's makefile. # thisdir1=`pwd`; \ |