aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorjle <jle@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-23 05:56:51 +0000
committerjle <jle@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-23 05:56:51 +0000
commitc81cf4c1fc95476f1dae2b2494292b8694a75238 (patch)
treedfc64d4a4a1ee8495baefa60be1a433fbc61ecec /gcc/config
parent53f6859c906f35f57073b54c9104292796be95cd (diff)
2003-08-23 Jason Eckhardt <jle@rice.edu>
* config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70731 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/i860/i860.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h
index 38ddc1c75c1..6f626b59f7f 100644
--- a/gcc/config/i860/i860.h
+++ b/gcc/config/i860/i860.h
@@ -835,9 +835,6 @@ struct cumulative_args { int ints, floats; };
Do not define this if the table should contain absolute addresses. */
/* #define CASE_VECTOR_PC_RELATIVE 1 */
-/* Must pass floats to libgcc functions as doubles. */
-/* #define LIBGCC_NEEDS_DOUBLE 1 */
-
#define DIVSI3_LIBCALL "*.div"
#define UDIVSI3_LIBCALL "*.udiv"
#define MODSI3_LIBCALL "*.rem"