diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-01 02:10:45 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-07-01 02:10:45 +0000 |
commit | c2b61805b992eb3df6bc7642835773c7edb8fa69 (patch) | |
tree | 72f2dc1d8a2667b75ff46650c215ec0421ec59f0 /gcc | |
parent | 4dfa7ebc6f20f3a753a6da36efaada673ec23523 (diff) | |
download | gcc-c2b61805b992eb3df6bc7642835773c7edb8fa69.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101494 138bc75d-0d04-0410-961f-82ee72b054a4
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 7233af07a0d..0e98db7549b 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 dc8539567cd..96044f85853 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 7a595531474..8ea1e608921 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 3199d11f14a..3a2446da56c 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 e6b6a224955..b3244d18424 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 b36e349c3f4..43025f5e86a 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 2ba11c0b09c..a998d9841d7 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" |