From: mycroft Date: Tue, 7 Jul 1992 21:40:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=bd3c175de96fb6d3a1d88e17dd8c9f58245ec680;p=pf3gnuchains%2Fgcc-fork.git *** empty log message *** git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1506 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index 8c70133dd89..9fe08bff719 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*