aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/arm/COPYING4
-rw-r--r--sim/arm/ChangeLog11
-rw-r--r--sim/arm/Makefile.in2
-rw-r--r--sim/arm/armcopro.c2
-rw-r--r--sim/arm/armdefs.h2
-rw-r--r--sim/arm/armemu.c2
-rw-r--r--sim/arm/armemu.h2
-rw-r--r--sim/arm/armfpe.h2
-rw-r--r--sim/arm/arminit.c2
-rw-r--r--sim/arm/armopts.h2
-rw-r--r--sim/arm/armos.c2
-rw-r--r--sim/arm/armos.h2
-rw-r--r--sim/arm/armrdi.c2
-rw-r--r--sim/arm/armsupp.c2
-rw-r--r--sim/arm/armvirt.c2
-rw-r--r--sim/arm/bag.c2
-rw-r--r--sim/arm/bag.h2
-rw-r--r--sim/arm/communicate.c2
-rw-r--r--sim/arm/communicate.h2
-rw-r--r--sim/arm/dbg_conf.h2
-rw-r--r--sim/arm/dbg_cp.h2
-rw-r--r--sim/arm/dbg_hif.h2
-rw-r--r--sim/arm/dbg_rdi.h2
-rw-r--r--sim/arm/gdbhost.c2
-rw-r--r--sim/arm/gdbhost.h2
-rw-r--r--sim/arm/iwmmxt.c2
-rw-r--r--sim/arm/iwmmxt.h2
-rw-r--r--sim/arm/kid.c2
-rw-r--r--sim/arm/main.c2
-rw-r--r--sim/arm/maverick.c2
-rw-r--r--sim/arm/parent.c2
-rw-r--r--sim/arm/thumbemu.c2
-rw-r--r--sim/arm/wrapper.c4
33 files changed, 45 insertions, 34 deletions
diff --git a/sim/arm/COPYING b/sim/arm/COPYING
index 60549be..ebb24a8 100644
--- a/sim/arm/COPYING
+++ b/sim/arm/COPYING
@@ -2,7 +2,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
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
Also add information on how to contact you by electronic and paper mail.
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index 6318ed8..1402584 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,3 +1,14 @@
+2005-05-12 Nick Clifton <nickc@redhat.com>
+
+ * Update the address and phone number of the FSF organization in
+ the GPL notices in the following files:
+ COPYING, Makefile.in, armcopro.c, armdefs.h, armemu.c,
+ armemu.h, armfpe.h, arminit.c, armopts.h, armos.c, armos.h,
+ armrdi.c, armsupp.c, armvirt.c, bag.c, bag.h, communicate.c,
+ communicate.h, dbg_conf.h, dbg_cp.h, dbg_hif.h, dbg_rdi.h,
+ gdbhost.c, gdbhost.h, iwmmxt.c, iwmmxt.h, kid.c, main.c,
+ maverick.c, parent.c, thumbemu.c, wrapper.c
+
2005-04-20 Nick Clifton <nickc@redhat.com>
* armemu.c (handle_v6_insn): New function - emulate a few of the
diff --git a/sim/arm/Makefile.in b/sim/arm/Makefile.in
index 1214a4a..c8d10af 100644
--- a/sim/arm/Makefile.in
+++ b/sim/arm/Makefile.in
@@ -14,7 +14,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.
## COMMON_PRE_CONFIG_FRAG
diff --git a/sim/arm/armcopro.c b/sim/arm/armcopro.c
index aa75243..29303c0 100644
--- a/sim/arm/armcopro.c
+++ b/sim/arm/armcopro.c
@@ -13,7 +13,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 "armdefs.h"
#include "armos.h"
diff --git a/sim/arm/armdefs.h b/sim/arm/armdefs.h
index e2d2d95..0800e3e 100644
--- a/sim/arm/armdefs.h
+++ b/sim/arm/armdefs.h
@@ -13,7 +13,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 <stdio.h>
#include <stdlib.h>
diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c
index b569559..ab57495 100644
--- a/sim/arm/armemu.c
+++ b/sim/arm/armemu.c
@@ -14,7 +14,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 "armdefs.h"
#include "armemu.h"
diff --git a/sim/arm/armemu.h b/sim/arm/armemu.h
index dfaafb0..ec18803 100644
--- a/sim/arm/armemu.h
+++ b/sim/arm/armemu.h
@@ -13,7 +13,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. */
extern ARMword isize;
diff --git a/sim/arm/armfpe.h b/sim/arm/armfpe.h
index 8093096..c5a291f 100644
--- a/sim/arm/armfpe.h
+++ b/sim/arm/armfpe.h
@@ -13,7 +13,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. */
/* Array containing the Floating Point Emualtor (FPE). */
diff --git a/sim/arm/arminit.c b/sim/arm/arminit.c
index 544a0c1..df01570 100644
--- a/sim/arm/arminit.c
+++ b/sim/arm/arminit.c
@@ -13,7 +13,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 "armdefs.h"
#include "armemu.h"
diff --git a/sim/arm/armopts.h b/sim/arm/armopts.h
index c3b5cb7..8fad747 100644
--- a/sim/arm/armopts.h
+++ b/sim/arm/armopts.h
@@ -13,7 +13,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 one of ARM60 or ARM61 */
#ifndef ARM60
diff --git a/sim/arm/armos.c b/sim/arm/armos.c
index 5c26b2b..63ca297 100644
--- a/sim/arm/armos.c
+++ b/sim/arm/armos.c
@@ -13,7 +13,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 contains a model of Demon, ARM Ltd's Debug Monitor,
including all the SWI's required to support the C library. The code in
diff --git a/sim/arm/armos.h b/sim/arm/armos.h
index b0a1da0..ce2d5bc 100644
--- a/sim/arm/armos.h
+++ b/sim/arm/armos.h
@@ -13,7 +13,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 the initial layout of memory. */
diff --git a/sim/arm/armrdi.c b/sim/arm/armrdi.c
index 14904e3..05f1c69 100644
--- a/sim/arm/armrdi.c
+++ b/sim/arm/armrdi.c
@@ -13,7 +13,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 <string.h>
#include <ctype.h>
diff --git a/sim/arm/armsupp.c b/sim/arm/armsupp.c
index 6e22ac7..b8e1d38 100644
--- a/sim/arm/armsupp.c
+++ b/sim/arm/armsupp.c
@@ -13,7 +13,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 "armdefs.h"
#include "armemu.h"
diff --git a/sim/arm/armvirt.c b/sim/arm/armvirt.c
index 23038a1..b8301f7 100644
--- a/sim/arm/armvirt.c
+++ b/sim/arm/armvirt.c
@@ -13,7 +13,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 contains a complete ARMulator memory model, modelling a
"virtual memory" system. A much simpler model can be found in armfast.c,
diff --git a/sim/arm/bag.c b/sim/arm/bag.c
index a09d749..1998f39 100644
--- a/sim/arm/bag.c
+++ b/sim/arm/bag.c
@@ -13,7 +13,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. */
/********************************************************************/
/* bag.c: */
diff --git a/sim/arm/bag.h b/sim/arm/bag.h
index 0738195..5592bc8 100644
--- a/sim/arm/bag.h
+++ b/sim/arm/bag.h
@@ -13,7 +13,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. */
/********************************************************************/
/* bag.h: */
diff --git a/sim/arm/communicate.c b/sim/arm/communicate.c
index 6f6d785..2fabbaa 100644
--- a/sim/arm/communicate.c
+++ b/sim/arm/communicate.c
@@ -13,7 +13,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. */
/**************************************************************************/
/* Functions to read and write characters or groups of characters */
diff --git a/sim/arm/communicate.h b/sim/arm/communicate.h
index f6503ec..b7f32e6 100644
--- a/sim/arm/communicate.h
+++ b/sim/arm/communicate.h
@@ -13,7 +13,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. */
int MYread_char (int sock, unsigned char *c);
void MYwrite_char (int sock, unsigned char c);
diff --git a/sim/arm/dbg_conf.h b/sim/arm/dbg_conf.h
index 2e49ddd..81e37c0 100644
--- a/sim/arm/dbg_conf.h
+++ b/sim/arm/dbg_conf.h
@@ -13,7 +13,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 Dbg_Conf__h
diff --git a/sim/arm/dbg_cp.h b/sim/arm/dbg_cp.h
index e59c0ec..68f4f63 100644
--- a/sim/arm/dbg_cp.h
+++ b/sim/arm/dbg_cp.h
@@ -13,7 +13,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 Dbg_CP__h
diff --git a/sim/arm/dbg_hif.h b/sim/arm/dbg_hif.h
index 715551c..90056c3 100644
--- a/sim/arm/dbg_hif.h
+++ b/sim/arm/dbg_hif.h
@@ -13,7 +13,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. */
#ifdef __STDC__
# include <stdarg.h>
diff --git a/sim/arm/dbg_rdi.h b/sim/arm/dbg_rdi.h
index 14d9d70..c04a476 100644
--- a/sim/arm/dbg_rdi.h
+++ b/sim/arm/dbg_rdi.h
@@ -13,7 +13,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 dbg_rdi__h
#define dbg_rdi__h
diff --git a/sim/arm/gdbhost.c b/sim/arm/gdbhost.c
index 5d12574..5058b7c 100644
--- a/sim/arm/gdbhost.c
+++ b/sim/arm/gdbhost.c
@@ -13,7 +13,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. */
/***********************************************************/
/* Functions that communicate info back to the debugger... */
diff --git a/sim/arm/gdbhost.h b/sim/arm/gdbhost.h
index 164d771..2ddc17d 100644
--- a/sim/arm/gdbhost.h
+++ b/sim/arm/gdbhost.h
@@ -13,7 +13,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. */
void myprint (void *arg, const char *format, va_list ap);
void mypause (void *arg);
diff --git a/sim/arm/iwmmxt.c b/sim/arm/iwmmxt.c
index 2e285e4..9773f61 100644
--- a/sim/arm/iwmmxt.c
+++ b/sim/arm/iwmmxt.c
@@ -14,7 +14,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 "armdefs.h"
#include "armos.h"
diff --git a/sim/arm/iwmmxt.h b/sim/arm/iwmmxt.h
index e25feab..ff24a1c 100644
--- a/sim/arm/iwmmxt.h
+++ b/sim/arm/iwmmxt.h
@@ -14,7 +14,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. */
extern unsigned IwmmxtLDC (ARMul_State *, unsigned, ARMword, ARMword);
extern unsigned IwmmxtSTC (ARMul_State *, unsigned, ARMword, ARMword *);
diff --git a/sim/arm/kid.c b/sim/arm/kid.c
index c43d4dd..d9073e6 100644
--- a/sim/arm/kid.c
+++ b/sim/arm/kid.c
@@ -13,7 +13,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 child process continues here... */
diff --git a/sim/arm/main.c b/sim/arm/main.c
index c799290..1841ae4 100644
--- a/sim/arm/main.c
+++ b/sim/arm/main.c
@@ -13,7 +13,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. */
/**********************************************************************/
/* Forks the ARMulator and hangs on a socket passing on RDP messages */
diff --git a/sim/arm/maverick.c b/sim/arm/maverick.c
index 82871f9..303b1c9 100644
--- a/sim/arm/maverick.c
+++ b/sim/arm/maverick.c
@@ -14,7 +14,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 <assert.h>
#include "armdefs.h"
diff --git a/sim/arm/parent.c b/sim/arm/parent.c
index 684af84..159e8e3 100644
--- a/sim/arm/parent.c
+++ b/sim/arm/parent.c
@@ -13,7 +13,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 Parent process continues here... */
diff --git a/sim/arm/thumbemu.c b/sim/arm/thumbemu.c
index 1b28edf..0aa0f61 100644
--- a/sim/arm/thumbemu.c
+++ b/sim/arm/thumbemu.c
@@ -13,7 +13,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 can provide simple Thumb simulation by decoding the Thumb
instruction into its corresponding ARM instruction, and using the
diff --git a/sim/arm/wrapper.c b/sim/arm/wrapper.c
index b9ad832..9736add 100644
--- a/sim/arm/wrapper.c
+++ b/sim/arm/wrapper.c
@@ -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. */
+ Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* This file provides the interface between the simulator and
run.c and gdb (when the simulator is linked with gdb).