aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-07-26 12:29:15 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-07-26 12:29:15 +0000
commit783455db8ddf91d0777657edea22b3d285425e59 (patch)
treec8a1a1b09557526ccaea87e43198d94643e5d0dd /gcc
parent46c0a59dfb7e787766e70fae751b66e527a8932a (diff)
downloadgcc-783455db8ddf91d0777657edea22b3d285425e59.zip
gcc-783455db8ddf91d0777657edea22b3d285425e59.tar.gz
gcc-783455db8ddf91d0777657edea22b3d285425e59.tar.bz2
ipa-pure-const.c, [...]: Update FSF address.
* ipa-pure-const.c, ipa-reference.c, ipa-reference.h, ipa-type-escape.c, ipa-type-escape.h, ipa-utils.c, ipa-utils.h, treestruct.def, config/crx/crx-protos.h, config/crx/crx.c, config/crx/crx.h, config/crx/crx.md: Update FSF address. From-SVN: r102384
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config/crx/crx-protos.h4
-rw-r--r--gcc/config/crx/crx.c4
-rw-r--r--gcc/config/crx/crx.h4
-rw-r--r--gcc/config/crx/crx.md4
-rw-r--r--gcc/ipa-pure-const.c4
-rw-r--r--gcc/ipa-reference.c4
-rw-r--r--gcc/ipa-reference.h4
-rw-r--r--gcc/ipa-type-escape.c4
-rw-r--r--gcc/ipa-type-escape.h4
-rw-r--r--gcc/ipa-utils.c4
-rw-r--r--gcc/ipa-utils.h4
-rw-r--r--gcc/treestruct.def4
13 files changed, 32 insertions, 24 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 315a636..598d309 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2005-07-26 Kazu Hirata <kazu@codesourcery.com>
+
+ * ipa-pure-const.c, ipa-reference.c, ipa-reference.h,
+ ipa-type-escape.c, ipa-type-escape.h, ipa-utils.c,
+ ipa-utils.h, treestruct.def, config/crx/crx-protos.h,
+ config/crx/crx.c, config/crx/crx.h, config/crx/crx.md: Update
+ FSF address.
+
2005-07-26 Richard Guenther <rguenther@suse.de>
PR tree-optimization/22486
diff --git a/gcc/config/crx/crx-protos.h b/gcc/config/crx/crx-protos.h
index ebee79bd..342f69e 100644
--- a/gcc/config/crx/crx-protos.h
+++ b/gcc/config/crx/crx-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. */
#ifndef GCC_CRX_PROTOS_H
#define GCC_CRX_PROTOS_H
diff --git a/gcc/config/crx/crx.c b/gcc/config/crx/crx.c
index 28d88ff..3ff42b5 100644
--- a/gcc/config/crx/crx.c
+++ b/gcc/config/crx/crx.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. */
/*****************************************************************************/
/* HEADER INCLUDES */
diff --git a/gcc/config/crx/crx.h b/gcc/config/crx/crx.h
index e7ec8ce..24ae00f 100644
--- a/gcc/config/crx/crx.h
+++ b/gcc/config/crx/crx.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. */
#ifndef GCC_CRX_H
#define GCC_CRX_H
diff --git a/gcc/config/crx/crx.md b/gcc/config/crx/crx.md
index 54dcd49..a5e0344 100644
--- a/gcc/config/crx/crx.md
+++ b/gcc/config/crx/crx.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. */
;; Register numbers
diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c
index 1402607aa..0b659a0 100644
--- a/gcc/ipa-pure-const.c
+++ b/gcc/ipa-pure-const.c
@@ -16,8 +16,8 @@ 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. */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
/* This file mark functions as being either const (TREE_READONLY) or
pure (DECL_IS_PURE).
diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c
index 223a56a..d38f7ba 100644
--- a/gcc/ipa-reference.c
+++ b/gcc/ipa-reference.c
@@ -16,8 +16,8 @@ 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.
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
*/
/* This file gathers information about how variables whose scope is
diff --git a/gcc/ipa-reference.h b/gcc/ipa-reference.h
index 26dce15..e975944 100644
--- a/gcc/ipa-reference.h
+++ b/gcc/ipa-reference.h
@@ -16,8 +16,8 @@ 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. */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
#ifndef GCC_IPA_REFERENCE_H
#define GCC_IPA_REFERENCE_H
diff --git a/gcc/ipa-type-escape.c b/gcc/ipa-type-escape.c
index 289598d..4e057ad 100644
--- a/gcc/ipa-type-escape.c
+++ b/gcc/ipa-type-escape.c
@@ -16,8 +16,8 @@ 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. */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
/* This pass determines which types in the program contain only
instances that are completely encapsulated by the compilation unit.
diff --git a/gcc/ipa-type-escape.h b/gcc/ipa-type-escape.h
index 76a7b7b..ed6a572 100644
--- a/gcc/ipa-type-escape.h
+++ b/gcc/ipa-type-escape.h
@@ -16,8 +16,8 @@ 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. */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
#ifndef GCC_IPA_TYPE_ESCAPE_H
#define GCC_IPA_TYPE_ESCAPE_H
diff --git a/gcc/ipa-utils.c b/gcc/ipa-utils.c
index b758031..76f0f60 100644
--- a/gcc/ipa-utils.c
+++ b/gcc/ipa-utils.c
@@ -16,8 +16,8 @@ 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.
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
*/
#include "config.h"
diff --git a/gcc/ipa-utils.h b/gcc/ipa-utils.h
index e3b31fb..1bb5e6d 100644
--- a/gcc/ipa-utils.h
+++ b/gcc/ipa-utils.h
@@ -16,8 +16,8 @@ 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. */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
#ifndef GCC_IPA_UTILS_H
#define GCC_IPA_UTILS_H
diff --git a/gcc/treestruct.def b/gcc/treestruct.def
index bdcc446..66ffc1b 100644
--- a/gcc/treestruct.def
+++ b/gcc/treestruct.def
@@ -17,8 +17,8 @@ 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. */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA. */
/* The format of this file is
DEFTREESTRUCT(enumeration value, printable name).