2000-05-25 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
From-SVN: r34187
+2000-05-25 J. David Anglin <dave@hiauly1.hia.nrc.ca>
+
+ * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
+
2000-05-25 Richard Henderson <rth@cygnus.com>
* bb-reorder.c (reorder_block_def): Reorder elements for size.
/* If using g-format floating point, alter math.h. */
-#define CPP_SPEC "%{mg:-DGFLOAT}"
+#define CPP_SPEC "%{mg:%{!ansi:-DGFLOAT} -D__GFLOAT}"
/* Choose proper libraries depending on float format.
Note that there are no profiling libraries for g-format.