diff options
author | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-06-25 01:22:41 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-06-25 01:22:41 +0000 |
commit | 39d14ddaacf2519a8f27f5826572840bbea2bdaf (patch) | |
tree | f3fc0882b204c3bd663cbc27166feb6dd55f4f49 /gcc/config/m32r | |
parent | 6c912b0cb6d2cfafdf5db294aae5c799ab85559a (diff) | |
download | gcc-39d14ddaacf2519a8f27f5826572840bbea2bdaf.zip gcc-39d14ddaacf2519a8f27f5826572840bbea2bdaf.tar.gz gcc-39d14ddaacf2519a8f27f5826572840bbea2bdaf.tar.bz2 |
Update FSF address.
From-SVN: r101314
Diffstat (limited to 'gcc/config/m32r')
-rw-r--r-- | gcc/config/m32r/initfini.c | 4 | ||||
-rw-r--r-- | gcc/config/m32r/linux.h | 4 | ||||
-rw-r--r-- | gcc/config/m32r/little.h | 4 | ||||
-rw-r--r-- | gcc/config/m32r/m32r-protos.h | 4 | ||||
-rw-r--r-- | gcc/config/m32r/m32r.c | 4 | ||||
-rw-r--r-- | gcc/config/m32r/m32r.h | 4 | ||||
-rw-r--r-- | gcc/config/m32r/m32r.md | 4 | ||||
-rw-r--r-- | gcc/config/m32r/m32r.opt | 4 | ||||
-rw-r--r-- | gcc/config/m32r/predicates.md | 4 |
9 files changed, 18 insertions, 18 deletions
diff --git a/gcc/config/m32r/initfini.c b/gcc/config/m32r/initfini.c index 356311b..84bdc13 100644 --- a/gcc/config/m32r/initfini.c +++ b/gcc/config/m32r/initfini.c @@ -26,8 +26,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. */ /* Declare a pointer to void function type. */ typedef void (*func_ptr) (void); diff --git a/gcc/config/m32r/linux.h b/gcc/config/m32r/linux.h index 4730f3f..6da0e7f 100644 --- a/gcc/config/m32r/linux.h +++ b/gcc/config/m32r/linux.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. */ + Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. */ #define LINUX_DEFAULT_ELF diff --git a/gcc/config/m32r/little.h b/gcc/config/m32r/little.h index 4b8f11a..0ffc27e 100644 --- a/gcc/config/m32r/little.h +++ b/gcc/config/m32r/little.h @@ -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. */ + Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. */ #define TARGET_LITTLE_ENDIAN 1 diff --git a/gcc/config/m32r/m32r-protos.h b/gcc/config/m32r/m32r-protos.h index 0030f75..29dbbc7 100644 --- a/gcc/config/m32r/m32r-protos.h +++ b/gcc/config/m32r/m32r-protos.h @@ -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. */ /* Function prototypes that cannot exist in v850.h due to dependency complications. */ diff --git a/gcc/config/m32r/m32r.c b/gcc/config/m32r/m32r.c index c6c682d..dae0f15 100644 --- a/gcc/config/m32r/m32r.c +++ b/gcc/config/m32r/m32r.c @@ -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. */ #include "config.h" #include "system.h" diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 5747c44..8bb1908 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -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. */ /* Things to do: - longlong.h? diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md index 817c3c0..ac2fee1 100644 --- a/gcc/config/m32r/m32r.md +++ b/gcc/config/m32r/m32r.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. ;; See file "rtl.def" for documentation on define_insn, match_*, et. al. diff --git a/gcc/config/m32r/m32r.opt b/gcc/config/m32r/m32r.opt index 85fb8ed..157bce8 100644 --- a/gcc/config/m32r/m32r.opt +++ b/gcc/config/m32r/m32r.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. m32rx Target Report RejectNegative Mask(M32RX) diff --git a/gcc/config/m32r/predicates.md b/gcc/config/m32r/predicates.md index d8561d6..b2426f6 100644 --- a/gcc/config/m32r/predicates.md +++ b/gcc/config/m32r/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 a register or the constant 0. |