Commit fe232263 by Jason Eckhardt Committed by Jason Eckhardt

i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.

2003-08-23  Jason Eckhardt  <jle@rice.edu>

	* config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.

From-SVN: r70731
parent 0099b66d
2003-08-23 Jason Eckhardt <jle@rice.edu>
* config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE.
2003-08-22 Jason Eckhardt <jle@rice.edu> 2003-08-22 Jason Eckhardt <jle@rice.edu>
* config/i860/i860.c (i860_build_va_list): Create the va_decl * config/i860/i860.c (i860_build_va_list): Create the va_decl
......
...@@ -835,9 +835,6 @@ struct cumulative_args { int ints, floats; }; ...@@ -835,9 +835,6 @@ struct cumulative_args { int ints, floats; };
Do not define this if the table should contain absolute addresses. */ Do not define this if the table should contain absolute addresses. */
/* #define CASE_VECTOR_PC_RELATIVE 1 */ /* #define CASE_VECTOR_PC_RELATIVE 1 */
/* Must pass floats to libgcc functions as doubles. */
/* #define LIBGCC_NEEDS_DOUBLE 1 */
#define DIVSI3_LIBCALL "*.div" #define DIVSI3_LIBCALL "*.div"
#define UDIVSI3_LIBCALL "*.udiv" #define UDIVSI3_LIBCALL "*.udiv"
#define MODSI3_LIBCALL "*.rem" #define MODSI3_LIBCALL "*.rem"
......
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