From fe232263197821a4e018211df9adbe9e026da247 Mon Sep 17 00:00:00 2001 From: Jason Eckhardt Date: Sat, 23 Aug 2003 05:56:51 +0000 Subject: i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE. 2003-08-23 Jason Eckhardt * config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE. From-SVN: r70731 --- gcc/ChangeLog | 4 ++++ gcc/config/i860/i860.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a86131c..8830145 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-08-23 Jason Eckhardt + + * config/i860/i860.h: Remove comment mentioning LIBGCC_NEEDS_DOUBLE. + 2003-08-22 Jason Eckhardt * config/i860/i860.c (i860_build_va_list): Create the va_decl diff --git a/gcc/config/i860/i860.h b/gcc/config/i860/i860.h index 38ddc1c..6f626b5 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" -- cgit v1.1