diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2013-08-21 14:25:44 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2013-08-21 14:25:44 +0000 |
commit | e7d1d3ebe7bd4ab37bd243a65889bb7553bfc4e2 (patch) | |
tree | cdfd097b2184f707ec770f7f043eb71ce90841d8 | |
parent | 5562e26eafb432c644b924b79166a0dedb8a2f89 (diff) | |
download | gcc-e7d1d3ebe7bd4ab37bd243a65889bb7553bfc4e2.zip gcc-e7d1d3ebe7bd4ab37bd243a65889bb7553bfc4e2.tar.gz gcc-e7d1d3ebe7bd4ab37bd243a65889bb7553bfc4e2.tar.bz2 |
Don't nest comment in gcc/config/sol2.h.
* config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Don't nest
comment.
From-SVN: r201899
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sol2-10.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d98dc5f..478714c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-08-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Don't nest + comment. + 2013-08-21 Jeff Law <law@redhat.com> * tree-vrp.c (simplify_stmt_for_jump_threading): Try to diff --git a/gcc/config/sol2-10.h b/gcc/config/sol2-10.h index 262040b..9df5548 100644 --- a/gcc/config/sol2-10.h +++ b/gcc/config/sol2-10.h @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -/* /* Solaris 10 has the float and long double forms of math functions. +/* Solaris 10 has the float and long double forms of math functions. We redefine this hook so the version from elfos.h header won't be used. */ #undef TARGET_LIBC_HAS_FUNCTION #define TARGET_LIBC_HAS_FUNCTION default_libc_has_function |