aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-06-15 08:55:05 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-06-15 08:55:05 -0400
commit0af195cf99fb40138798d4dda65c227088c7ce74 (patch)
treeb08f061d0aba412924a268b21c10279c4cec10f2 /gcc
parent4c38e45bc65246916aabc026245db02b40c24db3 (diff)
downloadgcc-0af195cf99fb40138798d4dda65c227088c7ce74.zip
gcc-0af195cf99fb40138798d4dda65c227088c7ce74.tar.gz
gcc-0af195cf99fb40138798d4dda65c227088c7ce74.tar.bz2
Update FSF address.
From-SVN: r9972
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/aoutos.h3
-rw-r--r--gcc/config/fp-bit.c3
-rw-r--r--gcc/config/gofast.h3
-rw-r--r--gcc/config/linux-aout.h3
-rw-r--r--gcc/config/linux.h3
-rw-r--r--gcc/config/lynx-ng.h3
-rw-r--r--gcc/config/lynx.h3
-rw-r--r--gcc/config/nextstep.c3
-rw-r--r--gcc/config/nextstep.h3
-rw-r--r--gcc/config/nextstep21.h3
-rw-r--r--gcc/config/svr3.h3
-rw-r--r--gcc/config/svr4.h3
-rw-r--r--gcc/config/xm-gnu.h3
-rw-r--r--gcc/config/xm-lynx.h3
-rw-r--r--gcc/objc/sendmsg.c3
-rw-r--r--gcc/objc/typedstream.h3
16 files changed, 32 insertions, 16 deletions
diff --git a/gcc/config/aoutos.h b/gcc/config/aoutos.h
index b398965..e9caa71 100644
--- a/gcc/config/aoutos.h
+++ b/gcc/config/aoutos.h
@@ -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. */
/* To use this file, make up a file with a name like:
diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c
index 56984e8..b94f38c 100644
--- a/gcc/config/fp-bit.c
+++ b/gcc/config/fp-bit.c
@@ -24,7 +24,8 @@ General Public License for more details.
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. */
/* As a special exception, if you link this library with other files,
some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/config/gofast.h b/gcc/config/gofast.h
index cc793f3..84bea51 100644
--- a/gcc/config/gofast.h
+++ b/gcc/config/gofast.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 used by fp-bit.c. */
#define US_SOFTWARE_GOFAST
diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h
index e36159f..29fb8e9 100644
--- a/gcc/config/linux-aout.h
+++ b/gcc/config/linux-aout.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. */
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
diff --git a/gcc/config/linux.h b/gcc/config/linux.h
index 1dbf6e5..c82cfe2 100644
--- a/gcc/config/linux.h
+++ b/gcc/config/linux.h
@@ -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. */
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
diff --git a/gcc/config/lynx-ng.h b/gcc/config/lynx-ng.h
index aea0509..a3a9c37 100644
--- a/gcc/config/lynx-ng.h
+++ b/gcc/config/lynx-ng.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 for backwards compatibility with older Lynx tools, which use
a version of a.out format. */
diff --git a/gcc/config/lynx.h b/gcc/config/lynx.h
index caca8e9..04919d4 100644
--- a/gcc/config/lynx.h
+++ b/gcc/config/lynx.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. */
/* LynxOS is a multi-platform Unix, similar to SVR3, but not identical.
We can get quite a bit from generic svr3, but have to do some overrides. */
diff --git a/gcc/config/nextstep.c b/gcc/config/nextstep.c
index e339b8d..823bcee 100644
--- a/gcc/config/nextstep.c
+++ b/gcc/config/nextstep.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. */
/* Make everything that used to go in the text section really go there. */
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h
index 36cf445..6e2e986 100644
--- a/gcc/config/nextstep.h
+++ b/gcc/config/nextstep.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. */
/* Use new NeXT include file search path.
In a cross compiler with NeXT as target, don't expect
diff --git a/gcc/config/nextstep21.h b/gcc/config/nextstep21.h
index 5c57286..8009571 100644
--- a/gcc/config/nextstep21.h
+++ b/gcc/config/nextstep21.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. */
/* changed for NeXTStep 2.1, Ch. Kranz, 2/94, 3/94 */
diff --git a/gcc/config/svr3.h b/gcc/config/svr3.h
index dd5cbc5..929eaf3 100644
--- a/gcc/config/svr3.h
+++ b/gcc/config/svr3.h
@@ -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.
To use this file, make up a file with a name like:
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h
index c1c8692..5ae252c 100644
--- a/gcc/config/svr4.h
+++ b/gcc/config/svr4.h
@@ -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.
To use this file, make up a file with a name like:
diff --git a/gcc/config/xm-gnu.h b/gcc/config/xm-gnu.h
index 8fd53e8..57e74f2 100644
--- a/gcc/config/xm-gnu.h
+++ b/gcc/config/xm-gnu.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 file defines machine-independent things specific to a host
running GNU. This file should not be specified as $xm_file itself;
diff --git a/gcc/config/xm-lynx.h b/gcc/config/xm-lynx.h
index 744a015..009f844 100644
--- a/gcc/config/xm-lynx.h
+++ b/gcc/config/xm-lynx.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 file defines machine-independent things specific to a host
running Lynx. This file should not be specified as $xm_file itself;
diff --git a/gcc/objc/sendmsg.c b/gcc/objc/sendmsg.c
index 3623540..79d4a6b 100644
--- a/gcc/objc/sendmsg.c
+++ b/gcc/objc/sendmsg.c
@@ -15,7 +15,8 @@ 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. */
+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 the resulting executable
diff --git a/gcc/objc/typedstream.h b/gcc/objc/typedstream.h
index 95a1350..50bd654 100644
--- a/gcc/objc/typedstream.h
+++ b/gcc/objc/typedstream.h
@@ -15,7 +15,8 @@ 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 the resulting