smmintrin.h: Avoid /* within a comment.
authorJakub Jelinek <jakub@redhat.com>
Tue, 13 Mar 2012 20:02:58 +0000 (21:02 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 13 Mar 2012 20:02:58 +0000 (21:02 +0100)
* config/i386/smmintrin.h: Avoid /* within a comment.
* config/i386/nmmintrin.h: Likewise.

From-SVN: r185352

gcc/ChangeLog
gcc/config/i386/nmmintrin.h
gcc/config/i386/smmintrin.h

index 59aecb889838828fb7d48ee3be9929222c261295..2854c117360447970512402a1356e01c629ff3e2 100644 (file)
@@ -1,3 +1,8 @@
+2012-03-13  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/i386/smmintrin.h: Avoid /* within a comment.
+       * config/i386/nmmintrin.h: Likewise.
+
 2012-03-13  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/i386.md (xbegin): Remove constraint from expander.
index 2a2d264c6ec3a70560f7ce724c4aba13d64d9882..c536eee3fb8ef39e7f68c8e554ef284de9f84fdf 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007, 2009 Free Software Foundation, Inc.
+/* Copyright (C) 2007, 2009, 2012 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -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/>.  */
 
 /* Implemented from the specification included in the Intel C++ Compiler
    User Guide and Reference, version 10.0.  */
index 9a04b7a1b15b9cb73673cf43b8d85e387f2ff385..0095ff08c3020448478d200d42d09f588779ff21 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+/* Copyright (C) 2007, 2008, 2009, 2010, 2012 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -19,8 +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/>.  */
 
 /* Implemented from the specification included in the Intel C++ Compiler
    User Guide and Reference, version 10.0.  */