Go to file
Richard Sandiford 1bded8e1a0 mips.c (CODE_FOR_mips_abs_ps): Delete.
gcc/
	* config/mips/mips.c (CODE_FOR_mips_abs_ps): Delete.
	* config/mips/mips.md (UNSPEC_ABS_PS): New constant.
	(UNSPEC_RSQRT1, UNSPEC_RSQRT2, UNSPEC_RECIP1, UNSPEC_RECIP2)
	(UNSPEC_SINGLE_CC, UNSPEC_SCC): Bump values by 1.
	(*nmadd<mode>, *nmadd<mode>_fastmath): Require !HONOR_NANS.
	(*nmsub<mode>, *nmsub<mode>_fastmath): Likewise.
	(abs<mode>2, neg<mode>2): Likewise.
	* config/mips/mips-ps-3d.md (mips_abs_ps): New define_expand.
	(*mips_abs_ps): New define_insn.

gcc/testsuite/
	* gcc.target/mips/mips-ps-type.c: Add -ffinite-math-only.
	* gcc.target/mips/nmadd-2.c: Likewise.
	* gcc.target/mips/mips-ps-6.c: New test.
	* gcc.target/mips/neg-abs-1.c: Likewise.
	* gcc.target/mips/neg-abs-2.c: Likewise.
	* gcc.target/mips/nmadd-3.c: New test.

From-SVN: r117093
2006-09-20 21:09:42 +00:00
boehm-gc configure.ac: add support for GNU/kFreeBSD, accepted by upstream for gc 6.8. 2006-09-18 18:45:08 +00:00
config tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE. 2006-09-19 01:48:06 +00:00
contrib dg-cmp-results.sh (compare-$$.awk): Print name[old] and not non-existing nm[old]. 2006-09-18 00:13:26 +02:00
fixincludes errno.h: New file. 2006-07-17 23:54:22 +00:00
gcc mips.c (CODE_FOR_mips_abs_ps): Delete. 2006-09-20 21:09:42 +00:00
gnattools
include
INSTALL
intl re PR other/23541 (All error messages produce segfault) 2006-09-13 21:23:28 +00:00
libada
libcpp re PR c/28768 (Preprocessor doesn't parse tokens correctly?) 2006-09-13 02:04:18 +01:00
libdecnumber decNumber.c (decNumberPower): Constify. 2006-09-16 02:54:29 +00:00
libffi re PR libffi/23935 ($PREFIX/include/ffi.h needs to go to a target- and -version-dependent location) 2006-09-12 16:51:43 +00:00
libgfortran re PR libfortran/29099 (secnds intrinsic gives wrong result) 2006-09-15 16:03:52 +00:00
libgomp tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE. 2006-09-19 01:48:06 +00:00
libiberty Fix some whitespace issues in the changelog. 2006-09-12 00:46:08 -07:00
libjava jvmti.cc (_Jv_JVMTI_GetErrorName): New function. 2006-09-20 16:56:53 +00:00
libmudflap tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE. 2006-09-19 01:48:06 +00:00
libobjc Fix some whitespace issues in the changelog. 2006-09-12 00:44:18 -07:00
libssp
libstdc++-v3 typelist_assoc_container.hpp: Remove, unused. 2006-09-20 13:49:46 +00:00
maintainer-scripts * gcc_release (LC_ALL): Default to C. 2006-09-18 17:07:14 +00:00
zlib
ABOUT-NLS
ChangeLog Fix some white space issues in the changelog. 2006-09-12 00:42:10 -07:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess config.guess: Import from src (was more updated). 2006-07-25 08:41:02 +00:00
config.rpath
config.sub config.guess: Import from src (was more updated). 2006-07-25 08:41:02 +00:00
configure configure.in: Never build newlib for a Mingw host. 2006-08-30 09:48:49 -04:00
configure.in configure.in: Never build newlib for a Mingw host. 2006-08-30 09:48:49 -04:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Add self as soft-fp maintainer. 2006-09-10 11:51:11 +01:00
Makefile.def
Makefile.in Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stages after the first. 2006-07-18 11:48:36 +00:00
Makefile.tpl Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir for stages after the first. 2006-07-18 11:48:36 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
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.