ipa-pure-const.c, [...]: Update FSF address.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 26 Jul 2005 12:29:15 +0000 (12:29 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 26 Jul 2005 12:29:15 +0000 (12:29 +0000)
* 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

13 files changed:
gcc/ChangeLog
gcc/config/crx/crx-protos.h
gcc/config/crx/crx.c
gcc/config/crx/crx.h
gcc/config/crx/crx.md
gcc/ipa-pure-const.c
gcc/ipa-reference.c
gcc/ipa-reference.h
gcc/ipa-type-escape.c
gcc/ipa-type-escape.h
gcc/ipa-utils.c
gcc/ipa-utils.h
gcc/treestruct.def

index 315a6367e15a7fd74dae438b5f051b96a461b22b..598d309ea0ddbcf87f9048f1b7590cc6186915c1 100644 (file)
@@ -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
index ebee79bd927572b66a4e28848a2ee0e1a33fda1f..342f69ec842b071f3fccae1418d432aa2bc909e0 100644 (file)
@@ -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
index 28d88ff159049dde28635a8a1d55dc194d7d776a..3ff42b53ca0860cac5bc3ce9d0f1b44385fa6589 100644 (file)
@@ -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                                                          */
index e7ec8ce460be5451c455d021bf362a74cb5e9ca6..24ae00f6448763e198aaf61311ae90afca701b33 100644 (file)
@@ -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
index 54dcd49c7da46ba65739364b7b09bebd99fec7a6..a5e03446c3885851c7b42cb15af8fdf870d4c126 100644 (file)
@@ -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
 
index 1402607aa8b0945efa1c3a79f600aa2c2070242e..0b659a0aee66bafbe59623c864a9ab01d6400bc5 100644 (file)
@@ -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).
index 223a56ac6805e105fa38f90596e1569891869307..d38f7baba51ed6ac68a36088a77a71ea4820c4f0 100644 (file)
@@ -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
index 26dce15afc46083a727465fa55da5334befb3f80..e975944e530847f27d56d9272b3bce9df0b7ad6b 100644 (file)
@@ -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
index 289598d4bb8f9f11e2181bf7d5cde4af2c2236fa..4e057adb71dd905a8dfb581466a075505847f519 100644 (file)
@@ -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.
index 76a7b7b485bafa83812145a12f44b6c69fe02913..ed6a572c25861b445253de3f1f0fdd7ad6150cea 100644 (file)
@@ -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
index b758031adbe60818f89954d4b1d7e57c65c18cb3..76f0f601c1610650eeea0e27f7bd15fc399592de 100644 (file)
@@ -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"
index e3b31fb6101fe5978e633eb66042648259d8bf26..1bb5e6d0555a5cea903db995e6afdbda24542db4 100644 (file)
@@ -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
index bdcc4461c6af9aeb0371daea39b28236524115f2..66ffc1b1c5725e8639b6998631b0929e3fd9dd90 100644 (file)
@@ -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).