aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-05-09 18:05:41 -0700
committerJim Wilson <wilson@gcc.gnu.org>1994-05-09 18:05:41 -0700
commitb3f741ed3a701cde07fd83f9830e63e782119887 (patch)
tree0466297efcd8ef2877b4615156a38ea7fae1982d /gcc
parent51a52b63e55a025ff3ebc6607f7c896f554831ad (diff)
downloadgcc-b3f741ed3a701cde07fd83f9830e63e782119887.zip
gcc-b3f741ed3a701cde07fd83f9830e63e782119887.tar.gz
gcc-b3f741ed3a701cde07fd83f9830e63e782119887.tar.bz2
(*TF*_LIBCALL): Delete `*' from libcall name.
From-SVN: r7269
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sparc/sparc.h36
1 files changed, 18 insertions, 18 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h
index e0ce855..d88fa9f 100644
--- a/gcc/config/sparc/sparc.h
+++ b/gcc/config/sparc/sparc.h
@@ -1508,24 +1508,24 @@ extern struct rtx_def *legitimize_pic_address ();
/* Define library calls for quad FP operations. These are all part of the
SPARC ABI. */
-#define ADDTF3_LIBCALL "*_Q_add"
-#define SUBTF3_LIBCALL "*_Q_sub"
-#define MULTF3_LIBCALL "*_Q_mul"
-#define DIVTF3_LIBCALL "*_Q_div"
-#define SQRTTF2_LIBCALL "*_Q_sqrt"
-#define FLOATSITF2_LIBCALL "*_Q_itoq"
-#define FIX_TRUNCTFSI2_LIBCALL "*_Q_qtoi"
-#define FIXUNS_TRUNCTFSI2_LIBCALL "*_Q_qtou"
-#define EXTENDSFTF2_LIBCALL "*_Q_stoq"
-#define TRUNCTFSF2_LIBCALL "*_Q_qtos"
-#define EXTENDDFTF2_LIBCALL "*_Q_dtoq"
-#define TRUNCTFDF2_LIBCALL "*_Q_qtod"
-#define EQTF2_LIBCALL "*_Q_feq"
-#define NETF2_LIBCALL "*_Q_fne"
-#define GTTF2_LIBCALL "*_Q_fgt"
-#define GETF2_LIBCALL "*_Q_fge"
-#define LTTF2_LIBCALL "*_Q_flt"
-#define LETF2_LIBCALL "*_Q_fle"
+#define ADDTF3_LIBCALL "_Q_add"
+#define SUBTF3_LIBCALL "_Q_sub"
+#define MULTF3_LIBCALL "_Q_mul"
+#define DIVTF3_LIBCALL "_Q_div"
+#define SQRTTF2_LIBCALL "_Q_sqrt"
+#define FLOATSITF2_LIBCALL "_Q_itoq"
+#define FIX_TRUNCTFSI2_LIBCALL "_Q_qtoi"
+#define FIXUNS_TRUNCTFSI2_LIBCALL "_Q_qtou"
+#define EXTENDSFTF2_LIBCALL "_Q_stoq"
+#define TRUNCTFSF2_LIBCALL "_Q_qtos"
+#define EXTENDDFTF2_LIBCALL "_Q_dtoq"
+#define TRUNCTFDF2_LIBCALL "_Q_qtod"
+#define EQTF2_LIBCALL "_Q_feq"
+#define NETF2_LIBCALL "_Q_fne"
+#define GTTF2_LIBCALL "_Q_fgt"
+#define GETF2_LIBCALL "_Q_fge"
+#define LTTF2_LIBCALL "_Q_flt"
+#define LETF2_LIBCALL "_Q_fle"
/* Compute the cost of computing a constant rtl expression RTX
whose rtx-code is CODE. The body of this macro is a portion