diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-25 01:22:41 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-06-25 01:22:41 +0000 |
commit | dbddc6c40d60108eff1004ab455c8c371d7d5deb (patch) | |
tree | f3fc0882b204c3bd663cbc27166feb6dd55f4f49 /gcc/config/vax | |
parent | 6bf4357420ed8cbfe80cd79a3fc6dc5a9fbc859f (diff) | |
download | gcc-dbddc6c40d60108eff1004ab455c8c371d7d5deb.tar.gz |
Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101314 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/bsd.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/elf.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/netbsd-elf.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/netbsd.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/openbsd.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/openbsd1.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/ultrix.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/vax-modes.def | 4 | ||||
-rw-r--r-- | gcc/config/vax/vax-protos.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/vax.c | 4 | ||||
-rw-r--r-- | gcc/config/vax/vax.h | 4 | ||||
-rw-r--r-- | gcc/config/vax/vax.md | 4 | ||||
-rw-r--r-- | gcc/config/vax/vax.opt | 4 | ||||
-rw-r--r-- | gcc/config/vax/vaxv.h | 4 |
14 files changed, 28 insertions, 28 deletions
diff --git a/gcc/config/vax/bsd.h b/gcc/config/vax/bsd.h index 230b827d223..cf671af501e 100644 --- a/gcc/config/vax/bsd.h +++ b/gcc/config/vax/bsd.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 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. */ #define TARGET_OS_CPP_BUILTINS() \ diff --git a/gcc/config/vax/elf.h b/gcc/config/vax/elf.h index bc8a4d50f3e..bc96b875947 100644 --- a/gcc/config/vax/elf.h +++ b/gcc/config/vax/elf.h @@ -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. */ #undef TARGET_ELF #define TARGET_ELF 1 diff --git a/gcc/config/vax/netbsd-elf.h b/gcc/config/vax/netbsd-elf.h index c946fef61f8..5fb739c596b 100644 --- a/gcc/config/vax/netbsd-elf.h +++ b/gcc/config/vax/netbsd-elf.h @@ -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, 675 Mass Ave, Cambridge, MA 02139, USA. */ - +the Free Software Foundation, 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301, USA. */ /* Names to predefine in the preprocessor for this target OS. */ #undef TARGET_OS_CPP_BUILTINS diff --git a/gcc/config/vax/netbsd.h b/gcc/config/vax/netbsd.h index 58372c8a50d..bc518159fef 100644 --- a/gcc/config/vax/netbsd.h +++ b/gcc/config/vax/netbsd.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 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. */ #define TARGET_OS_CPP_BUILTINS() \ diff --git a/gcc/config/vax/openbsd.h b/gcc/config/vax/openbsd.h index 2f5b67aced1..25dd7a32288 100644 --- a/gcc/config/vax/openbsd.h +++ b/gcc/config/vax/openbsd.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 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. */ /* Amend common OpenBSD definitions for VAX target. */ diff --git a/gcc/config/vax/openbsd1.h b/gcc/config/vax/openbsd1.h index 8f997ced10c..861d24ba741 100644 --- a/gcc/config/vax/openbsd1.h +++ b/gcc/config/vax/openbsd1.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 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. */ /* Set up definitions before picking up the common openbsd.h file. */ #define OBSD_OLD_GAS diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h index 845707a8825..f3ff7f280e4 100644 --- a/gcc/config/vax/ultrix.h +++ b/gcc/config/vax/ultrix.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 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. */ #define TARGET_OS_CPP_BUILTINS() \ diff --git a/gcc/config/vax/vax-modes.def b/gcc/config/vax/vax-modes.def index dc630b45b9b..685170f211c 100644 --- a/gcc/config/vax/vax-modes.def +++ b/gcc/config/vax/vax-modes.def @@ -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 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. */ /* We just need to reset the floating point formats. */ RESET_FLOAT_FORMAT (SF, vax_f_format); diff --git a/gcc/config/vax/vax-protos.h b/gcc/config/vax/vax-protos.h index 8ba14900e84..04133e4fb9f 100644 --- a/gcc/config/vax/vax-protos.h +++ b/gcc/config/vax/vax-protos.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 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. */ extern void override_options (void); diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 75892f2b48d..9fc8951ec7e 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -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 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/vax/vax.h b/gcc/config/vax/vax.h index 86259880e80..8d29b58ec1e 100644 --- a/gcc/config/vax/vax.h +++ b/gcc/config/vax/vax.h @@ -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. */ /* Target CPU builtins. */ diff --git a/gcc/config/vax/vax.md b/gcc/config/vax/vax.md index 6d447f79a61..73ee8face4b 100644 --- a/gcc/config/vax/vax.md +++ b/gcc/config/vax/vax.md @@ -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. +;; the Free Software Foundation, 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;- Instruction patterns. When multiple patterns apply, diff --git a/gcc/config/vax/vax.opt b/gcc/config/vax/vax.opt index b51d2816f66..cfc885ff807 100644 --- a/gcc/config/vax/vax.opt +++ b/gcc/config/vax/vax.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. md Target RejectNegative InverseMask(G_FLOAT) diff --git a/gcc/config/vax/vaxv.h b/gcc/config/vax/vaxv.h index c85cf4a8a2f..8394c64158a 100644 --- a/gcc/config/vax/vaxv.h +++ b/gcc/config/vax/vaxv.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 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. */ #define TARGET_OS_CPP_BUILTINS() \ do \ |