Go to file
J"orn Rennecke 4de1b7a907 lib1funcs.asm (udivdi3): Make first divide step produce a 32 bit result before normalization...
* config/sh/lib1funcs.asm (udivdi3): Make first divide step
	produce a 32 bit result before normalization, then normalize with a
	left shift.  Compute approximative error of 2nd reciprocal
	approximation in 2's complement.  Fix mask generation from upper
	longword of second divide stage result.
	For large divisor, fix shift count used to truncate first stage
	divide result; make decision if to adjust upwards based on comparison
	of higher parts of normalized values.
	(udivdi): Likewise.  Undo normalization of result for large divisor
	case.

From-SVN: r54993
2002-06-25 21:39:18 +01:00
boehm-gc gc_locks.h (GC_test_and_set): Support Linux/mips. 2002-06-10 17:10:21 +00:00
config
contrib
fastjar configure.in: Support cross-compiling. 2002-06-03 17:59:29 +00:00
gcc lib1funcs.asm (udivdi3): Make first divide step produce a 32 bit result before normalization... 2002-06-25 21:39:18 +01:00
include demangle.h: #include "ansidecl.h" rather than #include <ansidecl.h>. 2002-06-25 09:44:15 +09:30
INSTALL
libf2c Daily bump. 2002-06-25 07:17:55 +00:00
libffi * src/s390/sysv.S: Save/restore %r6. Add DWARF-2 unwind info. 2002-06-06 12:51:23 +00:00
libiberty Makefile.in (install_to_libdir): Add $(DESTDIR). 2002-06-22 20:27:46 +09:30
libjava natPlainDatagramSocketImpl.cc (BooleanClass): Removed. 2002-06-25 05:29:22 +00:00
libobjc Object.m (forward, [...]): Fix unused parameter warnings. 2002-06-21 14:36:37 +00:00
libstdc++-v3 2002-06-25 Jessica Han <jessica@cup.hp.com> 2002-06-25 16:55:47 +00:00
maintainer-scripts update_web_docs (MANUALS): Include various flavours of the GNAT User Guide. 2002-05-31 18:50:45 +02:00
zlib
.cvsignore configure, .cvsignore: Revert previous change... 2002-06-19 18:10:09 +00:00
ChangeLog *** empty log message *** 2002-06-25 07:57:03 +00:00
config-ml.in * config-ml.in: Propogate DESTDIR also. 2002-05-31 15:30:52 -04:00
config.guess
config.if
config.sub config.sub: Add support for avr target. 2002-06-20 00:46:38 +04:00
configure configure, .cvsignore: Revert previous change... 2002-06-19 18:10:09 +00:00
configure.in * configure.in: Add support for ip2k. 2002-06-23 21:35:48 +04: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 self. 2002-06-25 07:56:26 +00:00
Makefile.in configure.in: Remove references to librx. 2002-06-19 19:06:06 -04:00
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.