]> git.ipfire.org Git - thirdparty/gcc.git/commit
tm.texi (TARGET_HAS_SINCOS): Document new target macro.
authorRichard Guenther <rguenther@suse.de>
Fri, 19 Jan 2007 11:06:56 +0000 (11:06 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 19 Jan 2007 11:06:56 +0000 (11:06 +0000)
commit006339cde4079778a003f75127e5bc7fbcde256d
tree9b2970cfe38e303f9d2cf7b3d12347e9babb016e
parent8ef4f42c93e00dc873de984525712f2aad5b7036
tm.texi (TARGET_HAS_SINCOS): Document new target macro.

2007-01-19  Richard Guenther  <rguenther@suse.de>

* doc/tm.texi (TARGET_HAS_SINCOS): Document new target macro.
* defaults.h (TARGET_HAS_SINCOS): Default to off.
* config/linux.h (TARGET_HAS_SINCOS): Set to on if we have glibc.
* config/alpha/linux.h (TARGET_HAS_SINCOS): Likewise.
* config/sparc/linux.h (TARGET_HAS_SINCOS): Likewise.
* config/sparc/linux64.h (TARGET_HAS_SINCOS): Likewise.
* config/rs6000/linux.h (TARGET_HAS_SINCOS): Likewise.
* config/rs6000/linux64.h (TARGET_HAS_SINCOS): Likewise.

From-SVN: r120952
gcc/ChangeLog
gcc/config/alpha/linux.h
gcc/config/linux.h
gcc/config/rs6000/linux.h
gcc/config/rs6000/linux64.h
gcc/config/sparc/linux.h
gcc/config/sparc/linux64.h
gcc/defaults.h
gcc/doc/tm.texi