Go to file
Chris Demetriou af34e51e35 mips.c (override_options): Set MASK_BRANCHLIKELY in target_flags based on ISA...
2002-08-06  Chris Demetriou  <cgd@broadcom.com>

        * config/mips/mips.c (override_options): Set MASK_BRANCHLIKELY
        in target_flags based on ISA, if it was not set on the command
        line.  Warn if MASK_BRANCHLIKLEY is set but the ISA does not
        support Branch Likely instructions.
        * config/mips/mips.h (MASK_BRANCHLIKLEY): New macro.
        (TARGET_BRANCHLIKELY): Likewise.
        (TARGET_SWITCHES): Add -mbranch-likely and -mno-branch-likely.
        (GENERATE_BRANCHLIKELY): Use TARGET_BRANCHLIKELY rather than
        ISA_HAS_BRANCHLIKELY.
        (ISA_HAS_BRANCHLIKELY): Do not include MIPS16 check.
        * doc/invoke.texi: Document new MIPS -mbranch-likely and
        -mno-branch-likely options.

From-SVN: r56088
2002-08-06 19:57:53 -07:00
boehm-gc
config
contrib
fastjar
gcc mips.c (override_options): Set MASK_BRANCHLIKELY in target_flags based on ISA... 2002-08-06 19:57:53 -07:00
include
INSTALL
libf2c Daily bump. 2002-08-06 07:17:24 +00:00
libffi
libiberty
libjava Revert patch that breaks libgcj shared library on powerpc: 2002-08-01 16:06:00 +00:00
libobjc
libstdc++-v3 Daily bump. 2002-08-06 07:17:24 +00:00
maintainer-scripts
zlib
.cvsignore
ChangeLog Add hppa-openbsd target 2002-08-06 09:26:29 +00:00
config-ml.in
config.guess
config.if
config.sub
configure
configure.in Add hppa-openbsd target 2002-08-06 09:26:29 +00:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS (Write After Approval): Add myself. 2002-08-02 19:02:33 +00:00
Makefile.in
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.