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]

Patch: pj-elf comments



This patch fixes a broken comment which was preventing the pj-elf port
from building.

Ok for branch and trunk?


2001-03-17  Anthony Green  <green@redhat.com>

	* config/pj/lib1funcs.S: Fix broken comment.

Index: gcc/config/pj/lib1funcs.S
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/pj/lib1funcs.S,v
retrieving revision 1.2
diff -u -r1.2 lib1funcs.S
--- lib1funcs.S	2000/05/15 23:14:16	1.2
+++ lib1funcs.S	2001/03/18 06:25:30
@@ -1,19 +1,19 @@
 ! lib1funcs.S for picoJava.
-!   Copyright (C) 2000 Free Software Foundation, Inc.
+!   Copyright (C) 2000, 2001 Free Software Foundation, Inc.
 ! 
 ! This file is free software; you can redistribute it and/or modify it
 ! under the terms of the GNU General Public License as published by the
 ! Free Software Foundation; either version 2, or (at your option) any
 ! later version.
 ! 
-| In addition to the permissions in the GNU General Public License, the
-| Free Software Foundation gives you unlimited permission to link the
-| compiled version of this file into combinations with other programs,
-| and to distribute those combinations without any restriction coming
-| from the use of this file.  (The General Public License restrictions
-| do apply in other respects; for example, they cover modification of
-| the file, and distribution when not linked into a combine
-| executable.)
+! In addition to the permissions in the GNU General Public License, the
+! Free Software Foundation gives you unlimited permission to link the
+! compiled version of this file into combinations with other programs,
+! and to distribute those combinations without any restriction coming
+! from the use of this file.  (The General Public License restrictions
+! do apply in other respects; for example, they cover modification of
+! the file, and distribution when not linked into a combine
+! executable.)
 ! 
 ! This file is distributed in the hope that it will be useful, but
 ! WITHOUT ANY WARRANTY; without even the implied warranty of


AG

-- 
Anthony Green                                                        Red Hat
                                                       Sunnyvale, California


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