diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-15 22:55:53 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-15 22:55:53 +0000 |
commit | 1d88eb71d6396da496b67411a08648af37e977a8 (patch) | |
tree | 9aa1ce2e66c7dabed41e2d67c9a9a8a5dd4279db /gcc/config/mips/elforion.h | |
parent | 3bae3fb374fc48a3ec9ac253abf051c19a3bcebd (diff) | |
download | gcc-1d88eb71d6396da496b67411a08648af37e977a8.tar.gz |
* doc/tm.texi.in (US_SOFTWARE_GOFAST): Don't document.
* doc/tm.texi: Regenerate.
* system.h (US_SOFTWARE_GOFAST): Poison.
* config.gcc (enable_gofast): Don't handle.
* config/gofast.h: Remove.
* config/mips/t-gofast: Remove.
* config/fp-bit.c (US_SOFTWARE_GOFAST): Don't handle.
* config/fp-bit.h (US_SOFTWARE_GOFAST): Don't handle.
* config/mips/elforion.h: Don't mention GOFAST in comment.
* config/mips/mips.c: Don't include gofast.h.
(mips_init_libfuncs): Don't call gofast_maybe_init_libfuncs.
* config/mips/t-sr71k (dp-bit.c, fp-bit.c): Don't define
US_SOFTWARE_GOFAST.
* config/sparc/sparc.c: Don't include gofast.h.
(sparc_init_libfuncs): Don't call gofast_maybe_init_libfuncs.
* config/spu/t-spu-elf (dp-bit.c, fp-bit.c): Don't undefine
US_SOFTWARE_GOFAST.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167880 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/mips/elforion.h')
-rw-r--r-- | gcc/config/mips/elforion.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/mips/elforion.h b/gcc/config/mips/elforion.h index 71ea25f3eab..5560580c274 100644 --- a/gcc/config/mips/elforion.h +++ b/gcc/config/mips/elforion.h @@ -1,6 +1,5 @@ -/* Definitions of target machine for GNU compiler. MIPS ORION version with - GOFAST floating point library. - Copyright (C) 1994, 1998, 2007 Free Software Foundation, Inc. +/* Definitions of target machine for GNU compiler. MIPS ORION version. + Copyright (C) 1994, 1998, 2007, 2010 Free Software Foundation, Inc. This file is part of GCC. |