Commit fa920553 by Uros Bizjak Committed by Uros Bizjak

re PR target/78478 (Compile Error for i386-rtems)

	PR target/78478
	Revert:
	2013-11-05  Uros Bizjak  <ubizjak@gmail.com>

	* config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.

From-SVN: r244653
parent 7b32a8f6
2017-01-19 Uros Bizjak <ubizjak@gmail.com>
PR target/78478
Revert:
2013-11-05 Uros Bizjak <ubizjak@gmail.com>
* config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
2017-01-19 Tamar Christina <tamar.christina@arm.com> 2017-01-19 Tamar Christina <tamar.christina@arm.com>
* config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup): * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
......
...@@ -28,6 +28,3 @@ along with GCC; see the file COPYING3. If not see ...@@ -28,6 +28,3 @@ along with GCC; see the file COPYING3. If not see
builtin_assert ("system=rtems"); \ builtin_assert ("system=rtems"); \
} \ } \
while (0) while (0)
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE (TARGET_80387 ? 80 : 64)
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