Commit e7d1d3eb by Rainer Orth Committed by Rainer Orth

Don't nest comment in gcc/config/sol2.h.

	* config/sol2-10.h (TARGET_LIBC_HAS_FUNCTION): Don't nest
	comment.

From-SVN: r201899
parent 5562e26e
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> 2013-08-21 Jeff Law <law@redhat.com>
* tree-vrp.c (simplify_stmt_for_jump_threading): Try to * tree-vrp.c (simplify_stmt_for_jump_threading): Try to
......
...@@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */ <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. */ We redefine this hook so the version from elfos.h header won't be used. */
#undef TARGET_LIBC_HAS_FUNCTION #undef TARGET_LIBC_HAS_FUNCTION
#define TARGET_LIBC_HAS_FUNCTION default_libc_has_function #define TARGET_LIBC_HAS_FUNCTION default_libc_has_function
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment