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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to