From b7613c914e421064ecc7f2799c911bcd17943e9c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Tue, 13 Mar 2012 21:02:58 +0100 Subject: [PATCH] smmintrin.h: Avoid /* within a comment. * config/i386/smmintrin.h: Avoid /* within a comment. * config/i386/nmmintrin.h: Likewise. From-SVN: r185352 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/nmmintrin.h | 4 ++-- gcc/config/i386/smmintrin.h | 5 ++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 59aecb88983..2854c117360 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-03-13 Jakub Jelinek + + * config/i386/smmintrin.h: Avoid /* within a comment. + * config/i386/nmmintrin.h: Likewise. + 2012-03-13 Uros Bizjak * config/i386/i386.md (xbegin): Remove constraint from expander. diff --git a/gcc/config/i386/nmmintrin.h b/gcc/config/i386/nmmintrin.h index 2a2d264c6ec..c536eee3fb8 100644 --- a/gcc/config/i386/nmmintrin.h +++ b/gcc/config/i386/nmmintrin.h @@ -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 - . + . */ /* Implemented from the specification included in the Intel C++ Compiler User Guide and Reference, version 10.0. */ diff --git a/gcc/config/i386/smmintrin.h b/gcc/config/i386/smmintrin.h index 9a04b7a1b15..0095ff08c30 100644 --- a/gcc/config/i386/smmintrin.h +++ b/gcc/config/i386/smmintrin.h @@ -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 - . - + . */ /* Implemented from the specification included in the Intel C++ Compiler User Guide and Reference, version 10.0. */