From 90194b2f2fecb8b9dc0e6c928509c6802bdbb37a Mon Sep 17 00:00:00 2001 From: gerald Date: Fri, 3 Jul 2015 01:35:18 +0000 Subject: [PATCH] PR target/37072 * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387 is not actually the default on FreeBSD. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225367 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9397b36bcd4..64cff098ed1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-07-03 Gerald Pfeifer + + PR target/37072 + * doc/invoke.texi (i386 and x86-64 Options): -mno-fancy-math-387 + is not actually the default on FreeBSD. + 2015-07-02 Bill Schmidt * config/rs6000/rs6000-builtin.def (CMPGE_16QI): New built-in diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0413106deb0..fba46e6580b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -22570,7 +22570,7 @@ in ordinary CPU registers instead. @opindex mno-fancy-math-387 Some 387 emulators do not support the @code{sin}, @code{cos} and @code{sqrt} instructions for the 387. Specify this option to avoid -generating those instructions. This option is the default on FreeBSD, +generating those instructions. This option is the default on OpenBSD and NetBSD@. This option is overridden when @option{-march} indicates that the target CPU always has an FPU and so the instruction does not need emulation. These -- 2.11.4.GIT