aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCharles Hannum <mycroft@gnu.org>1992-07-07 21:40:53 +0000
committerCharles Hannum <mycroft@gnu.org>1992-07-07 21:40:53 +0000
commit258d13563c91c8060842d88224ca1fca9fe58ef1 (patch)
tree7de20ee4b010beb52ac174b295c2edab392f9f50 /gcc
parentcf7d8fd0ba781a387326f872c7f6dfd99407d125 (diff)
downloadgcc-258d13563c91c8060842d88224ca1fca9fe58ef1.zip
gcc-258d13563c91c8060842d88224ca1fca9fe58ef1.tar.gz
gcc-258d13563c91c8060842d88224ca1fca9fe58ef1.tar.bz2
*** empty log message ***
From-SVN: r1506
Diffstat (limited to 'gcc')
-rw-r--r--gcc/libgcc2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 8c70133..9fe08bf 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -54,8 +54,12 @@ typedef int DItype __attribute__ ((mode (DI)));
typedef unsigned int UDItype __attribute__ ((mode (DI)));
typedef float SFtype __attribute__ ((mode (SF)));
typedef float DFtype __attribute__ ((mode (DF)));
+#if 0
typedef float XFtype __attribute__ ((mode (XF)));
+#endif
+#if LONG_DOUBLE_TYPE_SIZE == 128
typedef float TFtype __attribute__ ((mode (TF)));
+#endif
/* Make sure that we don't accidentaly use any normal C language built-in
type names in the first part of this file. Instead we want to use *only*