diff options
author | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-17 03:07:06 +0000 |
---|---|---|
committer | kcook <kcook@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-17 03:07:06 +0000 |
commit | 447575f2e18739069ee33c0c3dd5fcd821711c60 (patch) | |
tree | 479cf11b33ba84bce1ede0bff633972be90389d6 /gcc | |
parent | a217f760e000a5ab28fd1d8253f91061b016bfd0 (diff) | |
download | gcc-447575f2e18739069ee33c0c3dd5fcd821711c60.tar.gz |
2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
* config/arm/unaligned-funcs.c,config/i386/crtfastmath.c,
ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103196 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/arm/unaligned-funcs.c | 4 | ||||
-rw-r--r-- | gcc/config/i386/crtfastmath.c | 4 | ||||
-rw-r--r-- | gcc/ipa-cp.c | 4 | ||||
-rw-r--r-- | gcc/ipa-prop.c | 4 | ||||
-rw-r--r-- | gcc/ipa-prop.h | 4 |
6 files changed, 15 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4b77bfd1c3c..e60051d01c5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-08-17 Kelley Cook <kcook@gcc.gnu.org> + + * config/arm/unaligned-funcs.c,config/i386/crtfastmath.c, + ipa-cp.c,ipa-prop.c,ipa-prop.h: Update FSF address. + 2005-08-16 Andrew Pinski <pinskia@physics.uc.edu> PR tree-opt/23402 diff --git a/gcc/config/arm/unaligned-funcs.c b/gcc/config/arm/unaligned-funcs.c index 44aef8cad9d..66cfd3bbbda 100644 --- a/gcc/config/arm/unaligned-funcs.c +++ b/gcc/config/arm/unaligned-funcs.c @@ -24,8 +24,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. */ int __aeabi_uread4 (void *); int __aeabi_uwrite4 (int, void *); diff --git a/gcc/config/i386/crtfastmath.c b/gcc/config/i386/crtfastmath.c index e42bca93917..fad1d574816 100644 --- a/gcc/config/i386/crtfastmath.c +++ b/gcc/config/i386/crtfastmath.c @@ -21,8 +21,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. * * As a special exception, if you link this library with files * compiled with GCC to produce an executable, this does not cause diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 18d5bc0421b..6ffb10c48a0 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.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. */ /* Interprocedural constant propagation. The aim of interprocedural constant propagation (IPCP) is to find which diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index ab19489c4d2..bcb2da315a6 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -15,8 +15,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" #include "system.h" diff --git a/gcc/ipa-prop.h b/gcc/ipa-prop.h index 159f566ce16..bfed61a56bb 100644 --- a/gcc/ipa-prop.h +++ b/gcc/ipa-prop.h @@ -15,8 +15,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 IPA_PROP_H #define IPA_PROP_H |