Go to file
Aldy Hernandez 4d4cbc0e72 config.gcc: Add support for --enable-e500_double.
* config.gcc: Add support for --enable-e500_double.

	* config/rs6000/e500-double.h: New file.

	* config/rs6000/rs6000.h: Define TARGET_E500_SINGLE and
	TARGET_E500_DOUBLE.

	* config/rs6000/eabi.h: Define TARGET_E500_SINGLE and
	TARGET_E500_DOUBLE.

	* config/rs6000/linuxspe.h: Same.

	* doc/invoke.texi (Option Summary): Document new options for
	mfloat-gprs.
	(RS/6000 and PowerPC Options): Same.

	* config/rs6000/rs6000.c (rs6000_parse_float_gprs_option): New
	function.
	(rs6000_override_options): Use it.  Use
	SUB3TARGET_OVERRIDE_OPTIONS.
	Add 8548 to processor_target_table.
	(rs6000_legitimate_address): Handle e500 doubles.
	(rs6000_legitimize_address): Same.
	(rs6000_legitimize_reload_address): Same.
	(rs6000_hard_regno_nregs): Same.
	(spe_func_has_64bit_regs_p): Same.
	(emit_frame_save): Same.
	(gen_frame_mem_offset): Same.
	(rs6000_dwarf_register_span): Same.
	(rs6000_generate_compare): Same.
	(easy_fp_constant): Same.
	(legitimate_offset_address_p): Same.

	* config/rs6000/spe.md: (cmdfeq_gpr): New.
	(tstdfeq_gpr): New.
	(cmpdfgt_gpr): New.
	(tstdfgt_gpr): New.
	(tstdfgt_gpr): New.
	(cmpdflt_gpr): New.
	(tstdflt_gpr): New.
	Add new constants.

From-SVN: r89416
2004-10-21 22:28:29 +00:00
boehm-gc gc_priv.h (GC_generic_malloc_words_small_inner): Add prototype. 2004-10-19 17:47:54 +00:00
config
contrib
fastjar
fixincludes re PR bootstrap/17832 (Bootstrap broken by fixincludes failures) 2004-10-20 02:21:09 -06:00
gcc config.gcc: Add support for --enable-e500_double. 2004-10-21 22:28:29 +00:00
include
INSTALL
intl
libada
libcpp errors.c (_cpp_begin_message): Print "error: " for errors. 2004-10-14 01:56:22 +01:00
libffi sysv.S (ffi_call_SYSV): Don't align for double data. 2004-10-21 06:00:41 +00:00
libgfortran
libiberty
libjava NetworkInterface.java, [...]: Import cleanup. 2004-10-21 21:00:07 +00:00
libmudflap
libobjc * Makefile.in (configure): Add @MAINT@ infront of configure.ac 2004-10-19 18:45:46 -07:00
libstdc++-v3 basic_string.h (_M_set_length_and_sharable): New. 2004-10-21 22:01:41 +00:00
maintainer-scripts
zlib CRLF fixup 2004-10-19 22:00:48 +00:00
.cvsignore
ABOUT-NLS
ChangeLog * MAINTAINERS (Write After Approval): Add myself. 2004-10-20 01:50:06 -06:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure
configure.in
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS (Write After Approval): Add myself. 2004-10-20 01:50:06 -06:00
Makefile.def
Makefile.in
Makefile.tpl
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.