Go to file
Ben Elliston d190d56b7e Makefile.in (D32PBIT_FUNCS): New.
* Makefile.in (D32PBIT_FUNCS): New.
	(D64PBIT_FUNCS, D128PBIT_FUNCS): Likewise.
	(libgcc.mk): Set D32PBIT, D64PBIT, D128PBIT, D32PBIT_FUNCS,
	D64PBIT_FUNCS and D128PBIT_FUNCS.
	(LIBGCC_DEPS): Include $(D32PBIT), $(D64PBIT), $(D128PBIT).
	* mklibgcc.in Bring in the DFP support code if D32PBIT, D64PBIT or
	D128PBIT are set.
	(decnumber_dep): Define.
	* doc/libgcc.texi (Decimal float library routines): New node.
	* config/dfp-bit.h, config/dfp-bit.c: New files.

From-SVN: r109856
2006-01-18 11:39:23 +11:00
INSTALL
boehm-gc
config
contrib
fastjar
fixincludes
gcc Makefile.in (D32PBIT_FUNCS): New. 2006-01-18 11:39:23 +11:00
gnattools
include xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. 2006-01-09 23:41:11 +00:00
intl
libada
libcpp
libdecnumber
libffi
libgfortran configure.ac (CFLAGS): Update to include -std=gnu99 so that the configure tests will be run with the... 2006-01-16 22:03:14 +00:00
libiberty
libjava re PR classpath/20198 (java.security.CodeSource.getLocation output is different than expected) 2006-01-17 23:25:12 +00:00
libmudflap
libobjc
libssp
libstdc++-v3 re PR libstdc++/25797 (almost all libstdc++ tests fail) 2006-01-16 22:25:13 +00:00
maintainer-scripts * update_version_svn (ADD_BRANCHES): Remove dfp-branch. 2006-01-12 14:36:42 +11:00
zlib
ABOUT-NLS
COPYING
COPYING.LIB
ChangeLog
ChangeLog.tree-ssa
MAINTAINERS add myself to the MAINTAINERS file 2006-01-16 19:25:25 +00:00
Makefile.def
Makefile.in
Makefile.tpl
README
README.SCO
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.in
depcomp
install-sh
libtool-ldflags
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
missing
mkdep
mkinstalldirs
move-if-change
symlink-tree
ylwrap

README

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.