Make long double 80 bits by default.

From-SVN: r8089
This commit is contained in:
Michael Meissner 1994-09-15 19:34:24 +00:00
parent c1450f196c
commit dd0328d315

View File

@ -184,9 +184,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
enclosed in `extern "C" {...}'. */
#define NO_IMPLICIT_EXTERN_C
#ifdef NO_LONG_DOUBLE
/* Turn off long double being 96 bits. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
#endif
/* This macro generates the assembly code for function entry.
FILE is a stdio stream to output the code to.