diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 17:06:59 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 17:06:59 -0400 |
commit | de18aff3482f070d444647a52bf2b1b7c0f03407 (patch) | |
tree | 84457eeb59a8308984297d4a37a680d000f669cb /gcc | |
parent | 3f63df5671288942984118f6e33552946defb632 (diff) | |
download | gcc-de18aff3482f070d444647a52bf2b1b7c0f03407.zip gcc-de18aff3482f070d444647a52bf2b1b7c0f03407.tar.gz gcc-de18aff3482f070d444647a52bf2b1b7c0f03407.tar.bz2 |
Change FSF address.
From-SVN: r9988
Diffstat (limited to 'gcc')
-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 40ceb41..baf6e82 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 65b7718..96206de 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 6a4afb1..7a9a5c5 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 e65eaa9..8ed8553 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 251c2a8..79c8dfc 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 66dc0d4..7d09d8b 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 79dfcc9..bd08d75 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`; \ |