Commit b49425e4 by J. David Anglin Committed by Zack Weinberg

vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.

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
parent f008a564
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> 2000-05-25 Richard Henderson <rth@cygnus.com>
* bb-reorder.c (reorder_block_def): Reorder elements for size. * bb-reorder.c (reorder_block_def): Reorder elements for size.
...@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
/* If using g-format floating point, alter math.h. */ /* 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. /* Choose proper libraries depending on float format.
Note that there are no profiling libraries for g-format. Note that there are no profiling libraries for g-format.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment