Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/ChangeLog11
-rw-r--r--include/opcode/a29k.h2
-rw-r--r--include/opcode/alpha.h2
-rw-r--r--include/opcode/arc.h4
-rw-r--r--include/opcode/arm.h4
-rw-r--r--include/opcode/avr.h2
-rw-r--r--include/opcode/cgen.h2
-rw-r--r--include/opcode/convex.h2
-rw-r--r--include/opcode/cris.h2
-rw-r--r--include/opcode/crx.h2
-rw-r--r--include/opcode/d10v.h2
-rw-r--r--include/opcode/d30v.h2
-rw-r--r--include/opcode/dlx.h2
-rw-r--r--include/opcode/h8300.h4
-rw-r--r--include/opcode/hppa.h2
-rw-r--r--include/opcode/i370.h2
-rw-r--r--include/opcode/i386.h2
-rw-r--r--include/opcode/i860.h4
-rw-r--r--include/opcode/i960.h4
-rw-r--r--include/opcode/m68hc11.h2
-rw-r--r--include/opcode/m68k.h4
-rw-r--r--include/opcode/m88k.h2
-rw-r--r--include/opcode/maxq.h2
-rw-r--r--include/opcode/mips.h2
-rw-r--r--include/opcode/mmix.h2
-rw-r--r--include/opcode/mn10200.h2
-rw-r--r--include/opcode/mn10300.h2
-rw-r--r--include/opcode/msp430.h2
-rw-r--r--include/opcode/np1.h2
-rw-r--r--include/opcode/ns32k.h2
-rw-r--r--include/opcode/or32.h2
-rw-r--r--include/opcode/pdp11.h2
-rw-r--r--include/opcode/pj.h2
-rw-r--r--include/opcode/pn.h2
-rw-r--r--include/opcode/ppc.h2
-rw-r--r--include/opcode/pyr.h4
-rw-r--r--include/opcode/s390.h4
-rw-r--r--include/opcode/sparc.h4
-rw-r--r--include/opcode/tic30.h4
-rw-r--r--include/opcode/tic4x.h2
-rw-r--r--include/opcode/tic54x.h4
-rw-r--r--include/opcode/tic80.h2
-rw-r--r--include/opcode/v850.h2
-rw-r--r--include/opcode/vax.h2
44 files changed, 65 insertions, 54 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index bb3763fb0..91ad24d01 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-10 Nick Clifton <nickc@redhat.com>
+
+ * Update the address and phone number of the FSF organization in
+ the GPL notices in the following files:
+ a29k.h, alpha.h, arc.h, arm.h, avr.h, cgen.h, convex.h, cris.h,
+ crx.h, d10v.h, d30v.h, dlx.h, h8300.h, hppa.h, i370.h, i386.h,
+ i860.h, i960.h, m68hc11.h, m68k.h, m88k.h, maxq.h, mips.h, mmix.h,
+ mn10200.h, mn10300.h, msp430.h, np1.h, ns32k.h, or32.h, pdp11.h,
+ pj.h, pn.h, ppc.h, pyr.h, s390.h, sparc.h, tic30.h, tic4x.h,
+ tic54x.h, tic80.h, v850.h, vax.h
+
2005-05-09 Jan Beulich <jbeulich@novell.com>
* i386.h (i386_optab): Add ht and hnt.
diff --git a/include/opcode/a29k.h b/include/opcode/a29k.h
index c6c8c3700..656a93755 100644
--- a/include/opcode/a29k.h
+++ b/include/opcode/a29k.h
@@ -15,7 +15,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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
struct a29k_opcode {
/* Name of the instruction. */
diff --git a/include/opcode/alpha.h b/include/opcode/alpha.h
index efe16260e..22c85a1f5 100644
--- a/include/opcode/alpha.h
+++ b/include/opcode/alpha.h
@@ -17,7 +17,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef OPCODE_ALPHA_H
#define OPCODE_ALPHA_H
diff --git a/include/opcode/arc.h b/include/opcode/arc.h
index 629979d54..8ddcf5433 100644
--- a/include/opcode/arc.h
+++ b/include/opcode/arc.h
@@ -18,8 +18,8 @@
You should have received a copy of the GNU General Public License
along with GAS or GDB; see the file COPYING. If not, write to
- the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
- MA 02111-1307, USA. */
+ the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
+ MA 02110-1301, USA. */
/* List of the various cpu types.
diff --git a/include/opcode/arm.h b/include/opcode/arm.h
index db3666591..d98f038c9 100644
--- a/include/opcode/arm.h
+++ b/include/opcode/arm.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with GDB or GAS; see the file COPYING. If not, write to the
- Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+ 02110-1301, USA. */
/* The following bitmasks control CPU extensions: */
#define ARM_EXT_V1 0x00000001 /* All processors (core set). */
diff --git a/include/opcode/avr.h b/include/opcode/avr.h
index 6e93b73d4..b7a80b096 100644
--- a/include/opcode/avr.h
+++ b/include/opcode/avr.h
@@ -15,7 +15,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#define AVR_ISA_1200 0x0001 /* in the beginning there was ... */
#define AVR_ISA_LPM 0x0002 /* device has LPM */
diff --git a/include/opcode/cgen.h b/include/opcode/cgen.h
index f9441618a..efebadb67 100644
--- a/include/opcode/cgen.h
+++ b/include/opcode/cgen.h
@@ -17,7 +17,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, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef CGEN_H
#define CGEN_H
diff --git a/include/opcode/convex.h b/include/opcode/convex.h
index ccf556829..7843dce8b 100644
--- a/include/opcode/convex.h
+++ b/include/opcode/convex.h
@@ -15,7 +15,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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#define xxx 0
#define rrr 1
diff --git a/include/opcode/cris.h b/include/opcode/cris.h
index 9b33f199c..81590baf9 100644
--- a/include/opcode/cris.h
+++ b/include/opcode/cris.h
@@ -18,7 +18,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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef __CRIS_H_INCLUDED_
#define __CRIS_H_INCLUDED_
diff --git a/include/opcode/crx.h b/include/opcode/crx.h
index f0fd41a30..66def6b39 100644
--- a/include/opcode/crx.h
+++ b/include/opcode/crx.h
@@ -18,7 +18,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _CRX_H_
#define _CRX_H_
diff --git a/include/opcode/d10v.h b/include/opcode/d10v.h
index 74d9006f1..c96ddebf1 100644
--- a/include/opcode/d10v.h
+++ b/include/opcode/d10v.h
@@ -17,7 +17,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef D10V_H
#define D10V_H
diff --git a/include/opcode/d30v.h b/include/opcode/d30v.h
index 809bdeb7d..7aa5bb6fe 100644
--- a/include/opcode/d30v.h
+++ b/include/opcode/d30v.h
@@ -16,7 +16,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef D30V_H
#define D30V_H
diff --git a/include/opcode/dlx.h b/include/opcode/dlx.h
index e1b249f85..278e936cd 100644
--- a/include/opcode/dlx.h
+++ b/include/opcode/dlx.h
@@ -15,7 +15,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
Initially created by Kuang Hwa Lin, 2002. */
diff --git a/include/opcode/h8300.h b/include/opcode/h8300.h
index 2bc7b44bc..10fdf527f 100644
--- a/include/opcode/h8300.h
+++ b/include/opcode/h8300.h
@@ -18,8 +18,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., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+ 02110-1301, USA. */
/* Instructions are stored as a sequence of nibbles.
If the nibble has value 15 or less than the representation is complete.
diff --git a/include/opcode/hppa.h b/include/opcode/hppa.h
index 312cb7f7c..faf46322b 100644
--- a/include/opcode/hppa.h
+++ b/include/opcode/hppa.h
@@ -20,7 +20,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GAS or GDB; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#if !defined(__STDC__) && !defined(const)
#define const
diff --git a/include/opcode/i370.h b/include/opcode/i370.h
index e317f2364..bdbb2f421 100644
--- a/include/opcode/i370.h
+++ b/include/opcode/i370.h
@@ -17,7 +17,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef I370_H
#define I370_H
diff --git a/include/opcode/i386.h b/include/opcode/i386.h
index 2b8c8b522..df1131df3 100644
--- a/include/opcode/i386.h
+++ b/include/opcode/i386.h
@@ -17,7 +17,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/* The SystemV/386 SVR3.2 assembler, and probably all AT&T derived
ix86 Unix assemblers, generate floating point instructions with
diff --git a/include/opcode/i860.h b/include/opcode/i860.h
index fe08ee4f2..7836bff05 100644
--- a/include/opcode/i860.h
+++ b/include/opcode/i860.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GAS or GDB; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor,
+Boston, MA 02110-1301, USA. */
/* Structure of an opcode table entry. */
diff --git a/include/opcode/i960.h b/include/opcode/i960.h
index 33b56e635..0999aa15d 100644
--- a/include/opcode/i960.h
+++ b/include/opcode/i960.h
@@ -14,8 +14,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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street - Fifth Floor,
+ Boston, MA 02110-1301, USA.
The 'COJ' instructions are actually COBR instructions with the 'b' in
the mnemonic replaced by a 'j'; they are ALWAYS "de-optimized" if necessary:
diff --git a/include/opcode/m68hc11.h b/include/opcode/m68hc11.h
index 648c23b56..cddc59ad0 100644
--- a/include/opcode/m68hc11.h
+++ b/include/opcode/m68hc11.h
@@ -16,7 +16,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _OPCODE_M68HC11_H
#define _OPCODE_M68HC11_H
diff --git a/include/opcode/m68k.h b/include/opcode/m68k.h
index 014495b97..84bef9895 100644
--- a/include/opcode/m68k.h
+++ b/include/opcode/m68k.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+ 02110-1301, USA. */
/* These are used as bit flags for the arch field in the m68k_opcode
structure. */
diff --git a/include/opcode/m88k.h b/include/opcode/m88k.h
index 0b0666dd7..258968606 100644
--- a/include/opcode/m88k.h
+++ b/include/opcode/m88k.h
@@ -16,7 +16,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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/*
* Disassembler Instruction Table
diff --git a/include/opcode/maxq.h b/include/opcode/maxq.h
index f4fcb30a8..f621ac156 100644
--- a/include/opcode/maxq.h
+++ b/include/opcode/maxq.h
@@ -19,7 +19,7 @@
You should have received a copy of the GNU General Public License along
with this file; see the file COPYING. If not, write to the Free Software
- Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _MAXQ20_H_
#define _MAXQ20_H_
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index a71ca4759..44b9a159a 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -19,7 +19,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef _MIPS_H_
#define _MIPS_H_
diff --git a/include/opcode/mmix.h b/include/opcode/mmix.h
index d2aef32bd..7f561c639 100644
--- a/include/opcode/mmix.h
+++ b/include/opcode/mmix.h
@@ -16,7 +16,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/* We could have just a char*[] table indexed by the register number, but
that would not allow for synonyms. The table is terminated with an
diff --git a/include/opcode/mn10200.h b/include/opcode/mn10200.h
index 42fa94b0c..51e44c629 100644
--- a/include/opcode/mn10200.h
+++ b/include/opcode/mn10200.h
@@ -16,7 +16,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef MN10200_H
#define MN10200_H
diff --git a/include/opcode/mn10300.h b/include/opcode/mn10300.h
index a2e7784e9..a47ef48a3 100644
--- a/include/opcode/mn10300.h
+++ b/include/opcode/mn10300.h
@@ -16,7 +16,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef MN10300_H
#define MN10300_H
diff --git a/include/opcode/msp430.h b/include/opcode/msp430.h
index dc3604ce8..eec2f1e45 100644
--- a/include/opcode/msp430.h
+++ b/include/opcode/msp430.h
@@ -15,7 +15,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef __MSP430_H_
#define __MSP430_H_
diff --git a/include/opcode/np1.h b/include/opcode/np1.h
index c3f7e293f..ebe37f5d2 100644
--- a/include/opcode/np1.h
+++ b/include/opcode/np1.h
@@ -15,7 +15,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDB; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
struct gld_opcode
{
diff --git a/include/opcode/ns32k.h b/include/opcode/ns32k.h
index 68a0dbaa4..5cb2f97cc 100644
--- a/include/opcode/ns32k.h
+++ b/include/opcode/ns32k.h
@@ -15,7 +15,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifdef SEQUENT_COMPATABILITY
diff --git a/include/opcode/or32.h b/include/opcode/or32.h
index d72b9bda3..3412b22b6 100644
--- a/include/opcode/or32.h
+++ b/include/opcode/or32.h
@@ -16,7 +16,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/* We treat all letters the same in encode/decode routines so
we need to assign some characteristics to them like signess etc. */
diff --git a/include/opcode/pdp11.h b/include/opcode/pdp11.h
index 228c221fc..0f0256ba2 100644
--- a/include/opcode/pdp11.h
+++ b/include/opcode/pdp11.h
@@ -15,7 +15,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDB or GAS; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/*
* PDP-11 opcode types.
diff --git a/include/opcode/pj.h b/include/opcode/pj.h
index f9e44dbef..30201d685 100644
--- a/include/opcode/pj.h
+++ b/include/opcode/pj.h
@@ -14,7 +14,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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
/* Names used to describe the type of instruction arguments, used by
diff --git a/include/opcode/pn.h b/include/opcode/pn.h
index 8c427a2dd..f8d474f60 100644
--- a/include/opcode/pn.h
+++ b/include/opcode/pn.h
@@ -15,7 +15,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDB; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
struct gld_opcode
{
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h
index a21cc301e..ef097a0ec 100644
--- a/include/opcode/ppc.h
+++ b/include/opcode/ppc.h
@@ -17,7 +17,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef PPC_H
#define PPC_H
diff --git a/include/opcode/pyr.h b/include/opcode/pyr.h
index d0bed6a47..a523dfd72 100644
--- a/include/opcode/pyr.h
+++ b/include/opcode/pyr.h
@@ -14,8 +14,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., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* pyramid opcode table: wot to do with this
particular opcode */
diff --git a/include/opcode/s390.h b/include/opcode/s390.h
index 54648f998..ac06555fe 100644
--- a/include/opcode/s390.h
+++ b/include/opcode/s390.h
@@ -16,8 +16,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., 59 Temple Place - Suite 330, Boston, MA
- 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+ 02110-1301, USA. */
#ifndef S390_H
#define S390_H
diff --git a/include/opcode/sparc.h b/include/opcode/sparc.h
index c3364933a..e1edbb3aa 100644
--- a/include/opcode/sparc.h
+++ b/include/opcode/sparc.h
@@ -17,8 +17,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GAS or GDB; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "ansidecl.h"
diff --git a/include/opcode/tic30.h b/include/opcode/tic30.h
index a70027591..198e04e17 100644
--- a/include/opcode/tic30.h
+++ b/include/opcode/tic30.h
@@ -16,8 +16,8 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+02110-1301, USA. */
/* FIXME: The opcode table should be in opcodes/tic30-opc.c, not in a
header file. */
diff --git a/include/opcode/tic4x.h b/include/opcode/tic4x.h
index 0e6af6460..8830a7df1 100644
--- a/include/opcode/tic4x.h
+++ b/include/opcode/tic4x.h
@@ -16,7 +16,7 @@
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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
#define IS_CPU_TIC3X(v) ((v) == 30 || (v) == 31 || (v) == 32 || (v) == 33)
diff --git a/include/opcode/tic54x.h b/include/opcode/tic54x.h
index a7958dc9c..a37ae33a8 100644
--- a/include/opcode/tic54x.h
+++ b/include/opcode/tic54x.h
@@ -16,8 +16,8 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+02110-1301, USA. */
#ifndef _opcode_tic54x_h_
#define _opcode_tic54x_h_
diff --git a/include/opcode/tic80.h b/include/opcode/tic80.h
index c6a79df28..c89b81c6d 100644
--- a/include/opcode/tic80.h
+++ b/include/opcode/tic80.h
@@ -16,7 +16,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef TIC80_H
#define TIC80_H
diff --git a/include/opcode/v850.h b/include/opcode/v850.h
index 75689bff6..436ff3996 100644
--- a/include/opcode/v850.h
+++ b/include/opcode/v850.h
@@ -16,7 +16,7 @@ the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this file; see the file COPYING. If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef V850_H
#define V850_H
diff --git a/include/opcode/vax.h b/include/opcode/vax.h
index 6fda6b255..a52130396 100644
--- a/include/opcode/vax.h
+++ b/include/opcode/vax.h
@@ -15,7 +15,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GDB or GAS; see the file COPYING. If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
#ifndef vax_opcodeT
#define vax_opcodeT int