summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-26 12:29:15 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-07-26 12:29:15 +0000
commit2c59de14657e9d6b1994cb7308b31b490c0be514 (patch)
treec8a1a1b09557526ccaea87e43198d94643e5d0dd /gcc
parent73d9e97dacc69a80bf14525969146619c8a27c8a (diff)
downloadgcc-2c59de14657e9d6b1994cb7308b31b490c0be514.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102384 138bc75d-0d04-0410-961f-82ee72b054a4
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 315a6367e15..598d309ea0d 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 ebee79bd927..342f69ec842 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 28d88ff1590..3ff42b53ca0 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 e7ec8ce460b..24ae00f6448 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 54dcd49c7da..a5e03446c38 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 1402607aa8b..0b659a0aee6 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 223a56ac680..d38f7baba51 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 26dce15afc4..e975944e530 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 289598d4bb8..4e057adb71d 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 76a7b7b485b..ed6a572c258 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 b758031adbe..76f0f601c16 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 e3b31fb6101..1bb5e6d0555 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 bdcc4461c6a..66ffc1b1c57 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).