]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified.
authorJ. David Anglin <dave@hiauly1.hia.nrc.ca>
Fri, 26 May 2000 03:36:25 +0000 (03:36 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 26 May 2000 03:36:25 +0000 (03:36 +0000)
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

gcc/ChangeLog
gcc/config/vax/vax.h

index f2f27275cf9bf1827ff69a52518583c811c1d6f9..ac551791f24447aaa5c5ff5b48a36ee4d5cf1835 100644 (file)
@@ -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.
index 0540c58271b47e43aae73ecb9e1fc240010cecbc..bfa4e6908e089dc058e46c5656e71a1e38b62657 100644 (file)
@@ -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.