summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/flags.h3
-rw-r--r--gcc/flow.c3
-rw-r--r--gcc/fold-const.c3
-rw-r--r--gcc/function.c3
-rw-r--r--gcc/function.h3
-rw-r--r--gcc/gbl-ctors.h3
-rw-r--r--gcc/gcc.c3
-rw-r--r--gcc/gen-protos.c2
-rw-r--r--gcc/genattr.c3
-rw-r--r--gcc/genattrtab.c3
-rw-r--r--gcc/gencodes.c3
-rw-r--r--gcc/genconfig.c3
-rw-r--r--gcc/genemit.c3
-rw-r--r--gcc/genextract.c3
-rw-r--r--gcc/genflags.c3
-rw-r--r--gcc/genopinit.c3
-rw-r--r--gcc/genoutput.c3
-rw-r--r--gcc/genpeep.c3
-rw-r--r--gcc/genrecog.c3
-rw-r--r--gcc/global.c3
-rw-r--r--gcc/halfpic.c3
-rw-r--r--gcc/halfpic.h3
-rw-r--r--gcc/hard-reg-set.h3
-rw-r--r--gcc/input.h3
-rw-r--r--gcc/integrate.c3
-rw-r--r--gcc/integrate.h3
-rw-r--r--gcc/jump.c3
-rw-r--r--gcc/libgcc1.c3
-rw-r--r--gcc/libgcc2.c3
-rw-r--r--gcc/local-alloc.c3
-rw-r--r--gcc/longlong.h3
-rw-r--r--gcc/loop.c3
-rw-r--r--gcc/loop.h3
-rw-r--r--gcc/machmode.def3
-rw-r--r--gcc/machmode.h3
-rw-r--r--gcc/mips-tdump.c3
-rw-r--r--gcc/mips-tfile.c3
-rw-r--r--gcc/modemap.def3
38 files changed, 75 insertions, 38 deletions
diff --git a/gcc/flags.h b/gcc/flags.h
index a1b6738c2f9..ed1cf57a310 100644
--- a/gcc/flags.h
+++ b/gcc/flags.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. */
/* Name of the input .c file being compiled. */
extern char *main_input_filename;
diff --git a/gcc/flow.c b/gcc/flow.c
index a5aa1fb133f..2c12cd1fb08 100644
--- a/gcc/flow.c
+++ b/gcc/flow.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 the data flow analysis pass of the compiler.
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 73ec234e720..7238e7a5d4d 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.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 should be rewritten to use an arbitrary precision
@@ representation for "struct tree_int_cst" and "struct tree_real_cst".
diff --git a/gcc/function.c b/gcc/function.c
index 027ed96d661..30c24596d98 100644
--- a/gcc/function.c
+++ b/gcc/function.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 handles the generation of rtl code from tree structure
diff --git a/gcc/function.h b/gcc/function.h
index e8b32e80e41..e12d7441140 100644
--- a/gcc/function.h
+++ b/gcc/function.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 NULL_TREE
diff --git a/gcc/gbl-ctors.h b/gcc/gbl-ctors.h
index 76ce693320a..537df5014d5 100644
--- a/gcc/gbl-ctors.h
+++ b/gcc/gbl-ctors.h
@@ -19,7 +19,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 definitions and declarations of things
relating to the normal start-up-time invocation of C++
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 0cd4f50b494..a23539cd49e 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.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 paragraph is here to try to keep Sun CC from dying.
The number of chars here seems crucial!!!! */
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index a7f77a98b59..44c900ae0a6 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -13,7 +13,7 @@ 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. */
#include <stdio.h>
#include <ctype.h>
diff --git a/gcc/genattr.c b/gcc/genattr.c
index 119e01029bc..f87ce06bd61 100644
--- a/gcc/genattr.c
+++ b/gcc/genattr.c
@@ -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. */
#include <stdio.h>
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index b71c15c82bf..c764871a482 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -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. */
/* This program handles insn attributes and the DEFINE_DELAY and
DEFINE_FUNCTION_UNIT definitions.
diff --git a/gcc/gencodes.c b/gcc/gencodes.c
index 1ae54a07ba5..8baf3b83e0b 100644
--- a/gcc/gencodes.c
+++ b/gcc/gencodes.c
@@ -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. */
#include <stdio.h>
diff --git a/gcc/genconfig.c b/gcc/genconfig.c
index da230f11b28..404534e120c 100644
--- a/gcc/genconfig.c
+++ b/gcc/genconfig.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>
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 3c38d539ea7..ebed4f30af5 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.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/genextract.c b/gcc/genextract.c
index 9a608cb9445..3861bd558bc 100644
--- a/gcc/genextract.c
+++ b/gcc/genextract.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/genflags.c b/gcc/genflags.c
index cd784e269af..e91b45d827b 100644
--- a/gcc/genflags.c
+++ b/gcc/genflags.c
@@ -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. */
#include <stdio.h>
diff --git a/gcc/genopinit.c b/gcc/genopinit.c
index 6dccdfb13d5..39391263587 100644
--- a/gcc/genopinit.c
+++ b/gcc/genopinit.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/genoutput.c b/gcc/genoutput.c
index 20c101eaed1..bbf620068b9 100644
--- a/gcc/genoutput.c
+++ b/gcc/genoutput.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 program reads the machine description for the compiler target machine
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index 1e11a682759..ba2328d1f3e 100644
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.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/genrecog.c b/gcc/genrecog.c
index 7266bc567c1..afde2e67f03 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.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 program is used to produce insn-recog.c, which contains
diff --git a/gcc/global.c b/gcc/global.c
index ff86feca1f1..e9941e6d30f 100644
--- a/gcc/global.c
+++ b/gcc/global.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/halfpic.c b/gcc/halfpic.c
index 53ba12f064e..d4ae36eea4d 100644
--- a/gcc/halfpic.c
+++ b/gcc/halfpic.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. */
/* The OSF/rose half-pic model assumes that the non-library code does
not need to have full PIC (position independent code), but rather,
diff --git a/gcc/halfpic.h b/gcc/halfpic.h
index 8b603bf8e7e..10f6972bb8f 100644
--- a/gcc/halfpic.h
+++ b/gcc/halfpic.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 NO_HALF_PIC
diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h
index 6bc668b8cb4..084785e0e51 100644
--- a/gcc/hard-reg-set.h
+++ b/gcc/hard-reg-set.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. */
/* Define the type of a set of hard registers. */
diff --git a/gcc/input.h b/gcc/input.h
index 39590e2eb5e..7c71c24d46b 100644
--- a/gcc/input.h
+++ b/gcc/input.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. */
/* Source file current line is coming from. */
extern char *input_filename;
diff --git a/gcc/integrate.c b/gcc/integrate.c
index ff2974610ae..64248047371 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -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. */
#include <stdio.h>
diff --git a/gcc/integrate.h b/gcc/integrate.h
index 1176ac02598..2b14f88d67d 100644
--- a/gcc/integrate.h
+++ b/gcc/integrate.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 structure is used to remap objects in the function being inlined to
those belonging to the calling function. It is passed by
diff --git a/gcc/jump.c b/gcc/jump.c
index 4483c720fea..f2e14ccbc7b 100644
--- a/gcc/jump.c
+++ b/gcc/jump.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 is the jump-optimization pass of the compiler.
diff --git a/gcc/libgcc1.c b/gcc/libgcc1.c
index 97452c425af..bece5003422 100644
--- a/gcc/libgcc1.c
+++ b/gcc/libgcc1.c
@@ -22,7 +22,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/libgcc2.c b/gcc/libgcc2.c
index fae070f181a..1ab9794763c 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -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. */
/* 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/local-alloc.c b/gcc/local-alloc.c
index 2e2d6714fbc..3ab26aeff9e 100644
--- a/gcc/local-alloc.c
+++ b/gcc/local-alloc.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. */
/* Allocation of hard register numbers to pseudo registers is done in
diff --git a/gcc/longlong.h b/gcc/longlong.h
index 73a80f73af4..9c39e98d16c 100644
--- a/gcc/longlong.h
+++ b/gcc/longlong.h
@@ -13,7 +13,8 @@
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. */
#ifndef SI_TYPE_SIZE
#define SI_TYPE_SIZE 32
diff --git a/gcc/loop.c b/gcc/loop.c
index f67d6535231..02caf0124f5 100644
--- a/gcc/loop.c
+++ b/gcc/loop.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 is the loop optimization pass of the compiler.
diff --git a/gcc/loop.h b/gcc/loop.h
index cdcc1b05640..65e326efe2a 100644
--- a/gcc/loop.h
+++ b/gcc/loop.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. */
/* Get the luid of an insn. Catch the error of trying to reference the LUID
of an insn added during loop, since these don't have LUIDs. */
diff --git a/gcc/machmode.def b/gcc/machmode.def
index 3fa59aa2006..625586cd96f 100644
--- a/gcc/machmode.def
+++ b/gcc/machmode.def
@@ -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. */
/* This file defines all the MACHINE MODES used by GNU CC.
diff --git a/gcc/machmode.h b/gcc/machmode.h
index f279bfcd16c..85b554389cf 100644
--- a/gcc/machmode.h
+++ b/gcc/machmode.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. */
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c
index 4198ab443ba..2813619fcae 100644
--- a/gcc/mips-tdump.c
+++ b/gcc/mips-tdump.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 <sys/types.h>
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c
index 5074e9bb7c4..e1a729e9752 100644
--- a/gcc/mips-tfile.c
+++ b/gcc/mips-tfile.c
@@ -19,7 +19,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. */
/* Here is a brief description of the MIPS ECOFF symbol table. The
diff --git a/gcc/modemap.def b/gcc/modemap.def
index 32576403ef9..9d06e4cb69d 100644
--- a/gcc/modemap.def
+++ b/gcc/modemap.def
@@ -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. */
/* Map mode to signed, unsigned typecodes, bytecode to push const,
to load, to store */