This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Update FSF address for some new files


These five files were new. Committed as obvious.


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.

Index: config/arm/unaligned-funcs.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/arm/unaligned-funcs.c,v
retrieving revision 1.1
diff -p -u -d -r1.1 unaligned-funcs.c
--- config/arm/unaligned-funcs.c	10 Aug 2005 13:06:52 -0000	1.1
+++ config/arm/unaligned-funcs.c	17 Aug 2005 03:05:56 -0000
@@ -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 *);
Index: config/i386/crtfastmath.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/i386/crtfastmath.c,v
retrieving revision 1.3
diff -p -u -d -r1.3 crtfastmath.c
--- config/i386/crtfastmath.c	17 Aug 2005 00:32:17 -0000	1.3
+++ config/i386/crtfastmath.c	17 Aug 2005 03:05:56 -0000
@@ -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
Index: ipa-cp.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ipa-cp.c,v
retrieving revision 1.2
diff -p -u -d -r1.2 ipa-cp.c
--- ipa-cp.c	6 Aug 2005 13:25:58 -0000	1.2
+++ ipa-cp.c	17 Aug 2005 03:05:56 -0000
@@ -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 
Index: ipa-prop.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ipa-prop.c,v
retrieving revision 1.3
diff -p -u -d -r1.3 ipa-prop.c
--- ipa-prop.c	6 Aug 2005 13:25:58 -0000	1.3
+++ ipa-prop.c	17 Aug 2005 03:05:56 -0000
@@ -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"
Index: ipa-prop.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ipa-prop.h,v
retrieving revision 1.3
diff -p -u -d -r1.3 ipa-prop.h
--- ipa-prop.h	6 Aug 2005 13:25:58 -0000	1.3
+++ ipa-prop.h	17 Aug 2005 03:05:56 -0000
@@ -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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]