aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>2000-05-26 03:36:25 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-05-26 03:36:25 +0000
commitb49425e47c5179a756a2173f0bf32df39186837a (patch)
treeefc5e7fd563bac837ccf5b39be91102107339de0 /gcc
parentf008a564f936b295dd747d9cd1f6ef43f780ac90 (diff)
downloadgcc-b49425e47c5179a756a2173f0bf32df39186837a.zip
gcc-b49425e47c5179a756a2173f0bf32df39186837a.tar.gz
gcc-b49425e47c5179a756a2173f0bf32df39186837a.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/vax/vax.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f2f2727..ac55179 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/gcc/config/vax/vax.h b/gcc/config/vax/vax.h
index 0540c58..bfa4e69 100644
--- a/gcc/config/vax/vax.h
+++ b/gcc/config/vax/vax.h
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
/* 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.