Date: Sat, 18 Dec 1999 02:43:03 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Pascal Hofstee <daeron@Wit401305.student.utwente.nl> Cc: freebsd-current@FreeBSD.ORG Subject: Re: minor gcc-issue ? Message-ID: <Pine.BSF.4.10.9912180231400.1739-100000@alphplex.bde.org> In-Reply-To: <Pine.BSF.4.21.9912171510200.64674-100000@shadowmere.student.utwente.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 17 Dec 1999, Pascal Hofstee wrote: > freebsd-aout.h: > #define TARGET_DEFAULT \ > (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | > MASK_NO_FANCY_MATH_387) > > > freebsd.h: > #define TARGET_DEFAULT (MASK_NO_FANCY_MATH_387 | 0301) > > > apparently the defines for MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS > got combined into one single octal value. > > If have doubts that this is actually intended. 0301 is an old (bad) way of spelling MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS. Cygnus finally fixed it in in gcc/config/i386/freebsd.h on 1999/03/23 (see the ChangeLog), but FreeBSD hasn't merged the change. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9912180231400.1739-100000>