Go to file
Nick Clifton 7a61cf6f09 lib1funcs.h (FMOVD_WORKS): Only define if __FMOVD_ENABLED__ is defined.
* config.sh/lib1funcs.h (FMOVD_WORKS): Only define if
        __FMOVD_ENABLED__ is defined.
        * config/sh/sh.h
        (TARGET_FMOVD): Provide a default definition.
        (MASK_FMOVD): Likewise.
        (TARGET_CPU_CPP_BUILTINS): Define
        __FMOVD_ENABLED__ if TARGET_FMOVD is true.
        * config/sh/sh.md (movdf_i4): For alternative 0 use either one or
        two fmov instructions depending upon whether TARGET_FMOVD is
        enabled.
        (split for DF load from memory into register): Also handle
        MEMs which consist of REG+DISP addressing.
        (split for DF store from register to memory): Likewise.
        (movsf_ie): Always use single fp_mode.
        * config/sh/sh.c (sh_override_options): Do not automatically
        enable TARGET_MOVD for the SH2A when supporting doubles - leave
        that to the -mfmovd command line switch.
        (broken_move): Do not restrict fldi test to only the SH4 and SH4A.
        (fldi_ok): Always allow.
        * config/sh/sh.opt (mfmovd): Remove this switch.
        * doc/invoke.texi (-mfmovd): Remove documentation of this switch.

Co-Authored-By: DJ Delorie <dj@redhat.com>

From-SVN: r149283
2009-07-06 13:55:09 +00:00
boehm-gc
config
contrib
fixincludes inclhack.def (darwin_stdint_5, [...]): New fixes. 2009-07-04 21:31:17 +00:00
gcc lib1funcs.h (FMOVD_WORKS): Only define if __FMOVD_ENABLED__ is defined. 2009-07-06 13:55:09 +00:00
gnattools
include
INSTALL
intl
libada
libcpp
libdecnumber
libffi libffi-dg.exp (libffi-init): Set ld_library_path to "" before adding paths. 2009-07-01 19:15:33 +00:00
libgcc
libgfortran
libgomp libgomp.exp (libgomp_init): Use the ALWAYS_CFLAGS options when choosing a multilib. 2009-07-02 20:55:23 +00:00
libiberty
libjava HTML_401F.java (defineElements): Split this huge method into... 2009-07-01 21:13:03 +02:00
libmudflap re PR tree-optimization/19831 (Missing DSE/malloc/free optimization) 2009-07-01 12:27:33 +00:00
libobjc
libssp
libstdc++-v3 * 2009-07-05 18:59:29 +01:00
maintainer-scripts
zlib
ABOUT-NLS
ChangeLog MAINTAINERS: Move myself to the Graphite Reviewers. 2009-07-01 12:13:57 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS MAINTAINERS: Move myself to the Graphite Reviewers. 2009-07-01 12:13:57 +00:00
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.