aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/v850
diff options
context:
space:
mode:
authorR. Kelley Cook <kcook@gcc.gnu.org>2005-06-25 01:22:41 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2005-06-25 01:22:41 +0000
commit39d14ddaacf2519a8f27f5826572840bbea2bdaf (patch)
treef3fc0882b204c3bd663cbc27166feb6dd55f4f49 /gcc/config/v850
parent6c912b0cb6d2cfafdf5db294aae5c799ab85559a (diff)
downloadgcc-39d14ddaacf2519a8f27f5826572840bbea2bdaf.zip
gcc-39d14ddaacf2519a8f27f5826572840bbea2bdaf.tar.gz
gcc-39d14ddaacf2519a8f27f5826572840bbea2bdaf.tar.bz2
Update FSF address.
From-SVN: r101314
Diffstat (limited to 'gcc/config/v850')
-rw-r--r--gcc/config/v850/lib1funcs.asm4
-rw-r--r--gcc/config/v850/predicates.md4
-rw-r--r--gcc/config/v850/v850-c.c4
-rw-r--r--gcc/config/v850/v850-protos.h4
-rw-r--r--gcc/config/v850/v850.c4
-rw-r--r--gcc/config/v850/v850.h4
-rw-r--r--gcc/config/v850/v850.md4
-rw-r--r--gcc/config/v850/v850.opt4
8 files changed, 16 insertions, 16 deletions
diff --git a/gcc/config/v850/lib1funcs.asm b/gcc/config/v850/lib1funcs.asm
index ea28902..91b8d24 100644
--- a/gcc/config/v850/lib1funcs.asm
+++ b/gcc/config/v850/lib1funcs.asm
@@ -24,8 +24,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, 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 L_mulsi3
.text
diff --git a/gcc/config/v850/predicates.md b/gcc/config/v850/predicates.md
index a878fdc..275eca7 100644
--- a/gcc/config/v850/predicates.md
+++ b/gcc/config/v850/predicates.md
@@ -15,8 +15,8 @@
;;
;; You should have received a copy of the GNU General Public License
;; along with GCC; 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.
;; Return true if OP is either a register or 0.
diff --git a/gcc/config/v850/v850-c.c b/gcc/config/v850/v850-c.c
index 3346fe3..a7acf99 100644
--- a/gcc/config/v850/v850-c.c
+++ b/gcc/config/v850/v850-c.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GCC; 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 "config.h"
#include "system.h"
diff --git a/gcc/config/v850/v850-protos.h b/gcc/config/v850/v850-protos.h
index 010e335..08e9f8b 100644
--- a/gcc/config/v850/v850-protos.h
+++ b/gcc/config/v850/v850-protos.h
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with GCC; 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. */
/* Function prototypes that cannot exist in v850.h due to dependency
complications. */
diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c
index f67c4e7..39d8a47 100644
--- a/gcc/config/v850/v850.c
+++ b/gcc/config/v850/v850.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with GCC; 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. */
#include "config.h"
#include "system.h"
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h
index 00b542b..bc8b040 100644
--- a/gcc/config/v850/v850.h
+++ b/gcc/config/v850/v850.h
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with GCC; 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 GCC_V850_H
#define GCC_V850_H
diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md
index 7a3e9d2..4706a00 100644
--- a/gcc/config/v850/v850.md
+++ b/gcc/config/v850/v850.md
@@ -17,8 +17,8 @@
;; You should have received a copy of the GNU General Public License
;; along with GCC; 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.
;; The original PO technology requires these to be ordered by speed,
;; so that assigner will pick the fastest.
diff --git a/gcc/config/v850/v850.opt b/gcc/config/v850/v850.opt
index 8b19791..fa04fd0 100644
--- a/gcc/config/v850/v850.opt
+++ b/gcc/config/v850/v850.opt
@@ -16,8 +16,8 @@
;
; You should have received a copy of the GNU General Public License
; along with GCC; 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.
mapp-regs
Target Report Mask(APP_REGS)