From: J. David Anglin Date: Fri, 26 May 2000 03:36:25 +0000 (+0000) Subject: vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified. X-Git-Tag: prereleases/libstdc++-2.92~6169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b49425e47c5179a756a2173f0bf32df39186837a;p=thirdparty%2Fgcc.git vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified. 2000-05-25 J. David Anglin * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified. From-SVN: r34187 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2f27275cf9b..ac551791f244 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-25 J. David Anglin + + * vax.h (CPP_SPEC): Define __GFLOAT and GFLOAT when -mg is specified. + 2000-05-25 Richard Henderson * 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 0540c58271b4..bfa4e6908e08 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.