From owner-freebsd-current Fri Dec 17 7:43:35 1999 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id F0CC515736 for ; Fri, 17 Dec 1999 07:43:31 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (beefcake.zeta.org.au [203.26.10.12]) by mailman.zeta.org.au (8.8.7/8.8.7) with ESMTP id CAA18738; Sat, 18 Dec 1999 02:43:20 +1100 Date: Sat, 18 Dec 1999 02:43:03 +1100 (EST) From: Bruce Evans X-Sender: bde@alphplex.bde.org To: Pascal Hofstee Cc: freebsd-current@FreeBSD.ORG Subject: Re: minor gcc-issue ? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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