diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2005-07-01 02:10:45 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2005-07-01 02:10:45 +0000 |
commit | 7e5a65360f0de7c6347876f15691f446f3b0254c (patch) | |
tree | 72f2dc1d8a2667b75ff46650c215ec0421ec59f0 /gcc | |
parent | e6b0553409269c8275a2f24ebf3b681fbfe42e38 (diff) | |
download | gcc-7e5a65360f0de7c6347876f15691f446f3b0254c.zip gcc-7e5a65360f0de7c6347876f15691f446f3b0254c.tar.gz gcc-7e5a65360f0de7c6347876f15691f446f3b0254c.tar.bz2 |
libunwind.S, [...]: Update FSF address.
2005-07-01 Kelley Cook <kcook@gcc.gnu.org>
* config/arm/libunwind.S, config/arm/pr-support.c,
config/arm/unwind-arm.c, config/arm/unwind-arm.h,
config/c4x/predicates.md, tree-object-size.c: Update FSF address.
From-SVN: r101494
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/arm/libunwind.S | 4 | ||||
-rw-r--r-- | gcc/config/arm/pr-support.c | 4 | ||||
-rw-r--r-- | gcc/config/arm/unwind-arm.c | 4 | ||||
-rw-r--r-- | gcc/config/arm/unwind-arm.h | 4 | ||||
-rw-r--r-- | gcc/config/c4x/predicates.md | 4 | ||||
-rw-r--r-- | gcc/tree-object-size.c | 4 |
7 files changed, 18 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7233af0..0e98db7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-07-01 Kelley Cook <kcook@gcc.gnu.org> + + * config/arm/libunwind.S, config/arm/pr-support.c, + config/arm/unwind-arm.c, config/arm/unwind-arm.h, + config/c4x/predicates.md, tree-object-size.c: Update FSF address. + 2005-06-30 Eric Botcazou <ebotcazou@libertysurf.fr> PR target/22260 diff --git a/gcc/config/arm/libunwind.S b/gcc/config/arm/libunwind.S index dc85395..96044f8 100644 --- a/gcc/config/arm/libunwind.S +++ b/gcc/config/arm/libunwind.S @@ -23,8 +23,8 @@ You should have received a copy of the GNU General Public License along with this program; 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. */ #ifdef L_unwind diff --git a/gcc/config/arm/pr-support.c b/gcc/config/arm/pr-support.c index 7a59553..8ea1e60 100644 --- a/gcc/config/arm/pr-support.c +++ b/gcc/config/arm/pr-support.c @@ -23,8 +23,8 @@ You should have received a copy of the GNU General Public License along with this program; 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 "unwind.h" typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ diff --git a/gcc/config/arm/unwind-arm.c b/gcc/config/arm/unwind-arm.c index 3199d11..3a2446d 100644 --- a/gcc/config/arm/unwind-arm.c +++ b/gcc/config/arm/unwind-arm.c @@ -23,8 +23,8 @@ You should have received a copy of the GNU General Public License along with this program; 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 "unwind.h" /* Definitions for C++ runtime support routines. We make these weak diff --git a/gcc/config/arm/unwind-arm.h b/gcc/config/arm/unwind-arm.h index e6b6a22..b3244d1 100644 --- a/gcc/config/arm/unwind-arm.h +++ b/gcc/config/arm/unwind-arm.h @@ -23,8 +23,8 @@ You should have received a copy of the GNU General Public License along with this program; 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. */ /* Language-independent unwinder header public defines. This contins both ABI defined objects, and GNU support routines.*/ diff --git a/gcc/config/c4x/predicates.md b/gcc/config/c4x/predicates.md index b36e349..43025f5 100644 --- a/gcc/config/c4x/predicates.md +++ b/gcc/config/c4x/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. ;; Nonzero if OP is a floating point value with value 0.0. diff --git a/gcc/tree-object-size.c b/gcc/tree-object-size.c index 2ba11c0..a998d98 100644 --- a/gcc/tree-object-size.c +++ b/gcc/tree-object-size.c @@ -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. */ #include "config.h" #include "system.h" |