Commit a95054c1 by H.J. Lu Committed by H.J. Lu

Replace | with || in TARGET_HAS_SINCOS.

2010-08-30  H.J. Lu  <hongjiu.lu@intel.com>

	* config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.

From-SVN: r163640
parent f024c89f
2010-08-30 H.J. Lu <hongjiu.lu@intel.com>
* config/linux.h (TARGET_HAS_SINCOS): Replace | with ||.
2010-08-30 Richard Guenther <rguenther@suse.de>
PR tree-optimization/45449
......
......@@ -160,6 +160,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define TARGET_C99_FUNCTIONS (OPTION_GLIBC)
/* Whether we have sincos that follows the GNU extension. */
#define TARGET_HAS_SINCOS (OPTION_GLIBC | OPTION_BIONIC)
#define TARGET_HAS_SINCOS (OPTION_GLIBC || OPTION_BIONIC)
#define TARGET_POSIX_IO
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