PATCH: Fix config/rs6000/darwin-vecsave.asm

H.J. Lu hjl.tools@gmail.com
Fri Apr 10 13:14:00 GMT 2009


I checked in this patch to remove the extra "*/".


H.J.
---
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 145895)
+++ ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* config/rs6000/darwin-vecsave.asm: Remove extra "*/".
+
 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR target/39678
Index: config/rs6000/darwin-vecsave.asm
===================================================================
--- config/rs6000/darwin-vecsave.asm	(revision 145893)
+++ config/rs6000/darwin-vecsave.asm	(working copy)
@@ -19,7 +19,7 @@
  * You should have received a copy of the GNU General Public License and
  * a copy of the GCC Runtime Library Exception along with this program;
  * see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
- * <http://www.gnu.org/licenses/>.  */
+ * <http://www.gnu.org/licenses/>.
  */ 
 
 /* Vector save/restore routines for Darwin.  Note that each vector



More information about the Binutils mailing list