diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 08:04:37 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-15 08:04:37 -0400 |
commit | e99215a3b56d1de5b0908fe654c51735e7ba9957 (patch) | |
tree | d02043a3f42727c6b871029419d121c4cef5e4ed /gcc | |
parent | 7f3ebb7ba96b0b97fa7e737fbd167fbdb41b94fe (diff) | |
download | gcc-e99215a3b56d1de5b0908fe654c51735e7ba9957.tar.gz |
Update FSF address.
From-SVN: r9964
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/optabs.c | 3 | ||||
-rw-r--r-- | gcc/output.h | 3 | ||||
-rw-r--r-- | gcc/pcp.h | 3 | ||||
-rw-r--r-- | gcc/print-rtl.c | 3 | ||||
-rw-r--r-- | gcc/print-tree.c | 3 | ||||
-rw-r--r-- | gcc/protoize.c | 3 | ||||
-rw-r--r-- | gcc/real.c | 3 | ||||
-rw-r--r-- | gcc/real.h | 3 | ||||
-rw-r--r-- | gcc/recog.c | 3 | ||||
-rw-r--r-- | gcc/recog.h | 3 | ||||
-rw-r--r-- | gcc/reg-stack.c | 3 | ||||
-rw-r--r-- | gcc/regclass.c | 3 | ||||
-rw-r--r-- | gcc/regs.h | 3 | ||||
-rw-r--r-- | gcc/reload.c | 3 | ||||
-rw-r--r-- | gcc/reload.h | 3 | ||||
-rw-r--r-- | gcc/reload1.c | 3 | ||||
-rw-r--r-- | gcc/reorg.c | 3 | ||||
-rw-r--r-- | gcc/rtl.c | 3 | ||||
-rw-r--r-- | gcc/rtl.def | 3 | ||||
-rw-r--r-- | gcc/rtl.h | 3 | ||||
-rw-r--r-- | gcc/rtlanal.c | 3 | ||||
-rw-r--r-- | gcc/scan-decls.c | 3 |
22 files changed, 44 insertions, 22 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index c0bf9598b1b..1985d61b259 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.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/output.h b/gcc/output.h index c1a8ae67e0d..3a8f51a22ab 100644 --- a/gcc/output.h +++ b/gcc/output.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. */ /* Initialize data in final at the beginning of a compilation. */ extern void init_final PROTO((char *)); diff --git a/gcc/pcp.h b/gcc/pcp.h index 0b86a87af9b..280a65ec35d 100644 --- a/gcc/pcp.h +++ b/gcc/pcp.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. */ diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c index 557063962e8..20d34dbdc8e 100644 --- a/gcc/print-rtl.c +++ b/gcc/print-rtl.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/print-tree.c b/gcc/print-tree.c index f110dfd8e9d..7f9dd10063c 100644 --- a/gcc/print-tree.c +++ b/gcc/print-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. */ #include "config.h" diff --git a/gcc/protoize.c b/gcc/protoize.c index 920e7a78ca5..058c92dbed3 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.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. */ /* Any reasonable C++ compiler should have all of the same features as __STDC__ plus more, so make sure that __STDC__ is defined if diff --git a/gcc/real.c b/gcc/real.c index 79e59df1b31..5432ed34502 100644 --- a/gcc/real.c +++ b/gcc/real.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. */ #include <stdio.h> #include <errno.h> diff --git a/gcc/real.h b/gcc/real.h index 424264196e6..799e158c95f 100644 --- a/gcc/real.h +++ b/gcc/real.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. */ #ifndef REAL_H_INCLUDED #define REAL_H_INCLUDED diff --git a/gcc/recog.c b/gcc/recog.c index ff7792c208f..21c786a6966 100644 --- a/gcc/recog.c +++ b/gcc/recog.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/recog.h b/gcc/recog.h index 8fc2efb4772..fc0d5ffdd0a 100644 --- a/gcc/recog.h +++ b/gcc/recog.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. */ /* Add prototype support. */ #ifndef PROTO diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c index 78dc88a0644..8931fb2a32b 100644 --- a/gcc/reg-stack.c +++ b/gcc/reg-stack.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 pass converts stack-like registers from the "flat register file" model that gcc uses, to a stack convention that the 387 uses. diff --git a/gcc/regclass.c b/gcc/regclass.c index 9242bf1964f..d52b6388201 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.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 two passes of the compiler: reg_scan and reg_class. diff --git a/gcc/regs.h b/gcc/regs.h index ea3e155be4c..daa012e95b5 100644 --- a/gcc/regs.h +++ b/gcc/regs.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. */ diff --git a/gcc/reload.c b/gcc/reload.c index cc03cde307f..94c9f22aa70 100644 --- a/gcc/reload.c +++ b/gcc/reload.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 subroutines used only from the file reload1.c. diff --git a/gcc/reload.h b/gcc/reload.h index 68c59bbaeed..d10efb5b610 100644 --- a/gcc/reload.h +++ b/gcc/reload.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. */ /* If secondary reloads are the same for inputs and outputs, define those diff --git a/gcc/reload1.c b/gcc/reload1.c index 006ad7a89b3..30397e40d5f 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.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 <stdio.h> diff --git a/gcc/reorg.c b/gcc/reorg.c index 33de99e2941..2b3310ae91c 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.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 reorganization pass. diff --git a/gcc/rtl.c b/gcc/rtl.c index 6f29f7f7005..3063d3e67f4 100644 --- a/gcc/rtl.c +++ b/gcc/rtl.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/rtl.def b/gcc/rtl.def index af4297704d8..acb3a7dcae8 100644 --- a/gcc/rtl.def +++ b/gcc/rtl.def @@ -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. */ /* Expression definitions and descriptions for all targets are in this file. diff --git a/gcc/rtl.h b/gcc/rtl.h index 313e63e648b..b757aec2750 100644 --- a/gcc/rtl.h +++ b/gcc/rtl.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/rtlanal.c b/gcc/rtlanal.c index d52bd646686..bf98e0aa58a 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.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/scan-decls.c b/gcc/scan-decls.c index cc44a75db6c..13bfca322c4 100644 --- a/gcc/scan-decls.c +++ b/gcc/scan-decls.c @@ -13,7 +13,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. Written by Per Bothner <bothner@cygnus.com>, July 1993. */ |