aboutsummaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-05-10 10:21:13 +0000
committerNick Clifton <nickc@redhat.com>2005-05-10 10:21:13 +0000
commite172dbf8aa714653f2a1758df60fc169886be232 (patch)
tree0f8cb1e93d680f1b21d104674943b78eb3d50358 /cpu
parentbe03cc84730907d7cc7548ef08565130c78655d5 (diff)
downloadfsf-binutils-gdb-e172dbf8aa714653f2a1758df60fc169886be232.zip
fsf-binutils-gdb-e172dbf8aa714653f2a1758df60fc169886be232.tar.gz
fsf-binutils-gdb-e172dbf8aa714653f2a1758df60fc169886be232.tar.bz2
Update the address and phone number of the FSF organization
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ChangeLog8
-rw-r--r--cpu/cris.cpu2
-rw-r--r--cpu/frv.cpu2
-rw-r--r--cpu/frv.opc2
-rw-r--r--cpu/iq10.cpu2
-rw-r--r--cpu/iq2000.opc2
-rw-r--r--cpu/iq2000m.cpu2
-rw-r--r--cpu/m32r.cpu2
-rw-r--r--cpu/m32r.opc2
-rw-r--r--cpu/sh.cpu2
-rw-r--r--cpu/sh.opc2
-rw-r--r--cpu/sh64-compact.cpu2
-rw-r--r--cpu/sh64-media.cpu2
-rw-r--r--cpu/simplify.inc2
14 files changed, 21 insertions, 13 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index 8914568..e56e2ea 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,11 @@
+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:
+ cris.cpu, frv.cpu, frv.opc, iq10.cpu, iq2000.opc, iq2000m.cpu,
+ m32r.cpu, m32r.opc, sh.cpu, sh.opc, sh64-compact.cpu,
+ sh64-media.cpu, simplify.inc
+
2005-02-24 Alan Modra <amodra@bigpond.net.au>
* frv.opc (parse_A): Warning fix.
diff --git a/cpu/cris.cpu b/cpu/cris.cpu
index 51f54b3..d2c6fcf 100644
--- a/cpu/cris.cpu
+++ b/cpu/cris.cpu
@@ -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.
(include "simplify.inc")
diff --git a/cpu/frv.cpu b/cpu/frv.cpu
index 8f00c00..03f22a5 100644
--- a/cpu/frv.cpu
+++ b/cpu/frv.cpu
@@ -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.
(include "simplify.inc")
diff --git a/cpu/frv.opc b/cpu/frv.opc
index ba567ba..8d0a5aa 100644
--- a/cpu/frv.opc
+++ b/cpu/frv.opc
@@ -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.
*/
diff --git a/cpu/iq10.cpu b/cpu/iq10.cpu
index 322f3cc..b7b3109 100644
--- a/cpu/iq10.cpu
+++ b/cpu/iq10.cpu
@@ -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.
; Instructions.
diff --git a/cpu/iq2000.opc b/cpu/iq2000.opc
index a6f8bbe..0bc16b5 100644
--- a/cpu/iq2000.opc
+++ b/cpu/iq2000.opc
@@ -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.
*/
diff --git a/cpu/iq2000m.cpu b/cpu/iq2000m.cpu
index e602bd2..3feb97b 100644
--- a/cpu/iq2000m.cpu
+++ b/cpu/iq2000m.cpu
@@ -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.
(dni andoui "and upper ones immediate" (MACH2000 USES-RS USES-RT)
"andoui $rt,$rs,$hi16"
diff --git a/cpu/m32r.cpu b/cpu/m32r.cpu
index c049b28..1154216 100644
--- a/cpu/m32r.cpu
+++ b/cpu/m32r.cpu
@@ -19,7 +19,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.
(include "simplify.inc")
diff --git a/cpu/m32r.opc b/cpu/m32r.opc
index 590a44a..909def6 100644
--- a/cpu/m32r.opc
+++ b/cpu/m32r.opc
@@ -24,7 +24,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. */
/* This file is an addendum to m32r.cpu. Heavy use of C code isn't
appropriate in .cpu files, so it resides here. This especially applies
diff --git a/cpu/sh.cpu b/cpu/sh.cpu
index c1d6ea6..3fecf91 100644
--- a/cpu/sh.cpu
+++ b/cpu/sh.cpu
@@ -19,7 +19,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.
(include "simplify.inc")
diff --git a/cpu/sh.opc b/cpu/sh.opc
index 0fdb97f..ac1a27a 100644
--- a/cpu/sh.opc
+++ b/cpu/sh.opc
@@ -19,7 +19,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.
*/
/* This file is an addendum to sh-media.cpu. Heavy use of C code isn't
diff --git a/cpu/sh64-compact.cpu b/cpu/sh64-compact.cpu
index d835b1b..ceaab4b 100644
--- a/cpu/sh64-compact.cpu
+++ b/cpu/sh64-compact.cpu
@@ -19,7 +19,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.
; dshcf -- define-normal-sh-compact-field
diff --git a/cpu/sh64-media.cpu b/cpu/sh64-media.cpu
index 4e55e38..6c19a60 100644
--- a/cpu/sh64-media.cpu
+++ b/cpu/sh64-media.cpu
@@ -19,7 +19,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.
; dshmf -- define-normal-sh-media-field
diff --git a/cpu/simplify.inc b/cpu/simplify.inc
index 12b05b7..948d96d 100644
--- a/cpu/simplify.inc
+++ b/cpu/simplify.inc
@@ -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.
; Enums.