Go to file
Richard Sandiford 646ca712a1 mips.h (MASK_DEBUG_G, [...]): Delete.
* config/mips/mips.h (MASK_DEBUG_G, TARGET_DEBUG_G_MODE): Delete.
	(TARGET_SWITCHES): Remove debugg.
	* config/mips/mips.md (adddi3, ashldi3, ashrdi3, lshrdi3): Only handle
	TARGET_64BIT.
	(subdi3): Replace the define_expand with a define_insn, the latter
	renamed from subdi3_internal_3.
	(negdi2): Likewise negdi2_internal_2.
	(adddi3_internal_[12], subdi3_internal, ashldi3_internal{,2,3})
	(ashrdi3_internal{,2,3}, lshrdi3_internal{,2,3}): Remove patterns
	and associated define_splits.
	(adddi3_internal): Renamed from adddi3_internal_3.
	(ashldi3_internal): Likewise ashldi3_internal4.
	(ashrdi3_internal): Likewise ashrdi3_internal4.
	(lshrdi3_internal): Likewise lshrdi3_internal4.

From-SVN: r81934
2004-05-17 06:52:43 +00:00
boehm-gc * mark.c (GC_mark_from): Use pointer as prefetch argument. 2004-04-25 06:17:51 +02:00
config acx.m4: Fix fastcompare support for new-bootstrap. 2004-04-29 07:40:05 +00:00
contrib * gennews: Update for GCC 3.4. 2004-05-15 10:50:58 +01:00
fastjar re PR bootstrap/14905 ('make install' fails on grepjar.1, not included in tarball) 2004-04-12 20:29:49 +00:00
gcc mips.h (MASK_DEBUG_G, [...]): Delete. 2004-05-17 06:52:43 +00:00
include Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
INSTALL
intl
libada Makefile.in: Put back merge of some targets to avoid code duplication. 2004-04-26 16:52:20 +02:00
libbanshee Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
libf2c
libffi Bug 15093 2004-04-26 22:41:45 -07:00
libgfortran * io/format.c (write_real): Don't include padding in format. 2004-05-16 20:17:04 +00:00
libiberty gcc.c (DELETE_IF_ORDINARY): New macro default definition. 2004-04-29 15:28:42 +00:00
libjava * java/io/Writer.java (Writer(Object)): Check for null lock object. 2004-05-16 18:35:37 +00:00
libmudflap Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
libobjc archive.c (objc_read_class): Initialize class_name. 2004-05-13 12:01:04 -07:00
libstdc++-v3 Daily bump. 2004-05-17 00:16:46 +00:00
maintainer-scripts * crontab: Add GCC 3.5 snapshots, currenty run on Sundays. 2004-05-16 18:18:13 +00:00
zlib Makefile.am: Add in libz_a_CFLAGS as recommended by automake doc. 2004-04-12 11:10:26 +00:00
.cvsignore
ABOUT-NLS
ChangeLog MAINTAINERS (Write After Approval): Add myself. 2004-05-13 12:36:36 +02:00
ChangeLog.tree-ssa Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
configure.in Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
COPYING
COPYING.LIB
depcomp Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
install-sh
libtool.m4 Patch from Robert Millan. 2004-04-26 23:14:30 -07:00
ltcf-c.sh Patch from Robert Millan. 2004-04-26 23:14:30 -07:00
ltcf-cxx.sh Patch from Robert Millan. 2004-04-26 23:14:30 -07:00
ltcf-gcj.sh Patch from Robert Millan. 2004-04-26 23:14:30 -07:00
ltconfig Patch from Robert Millan. 2004-04-26 23:14:30 -07:00
ltmain.sh
MAINTAINERS MAINTAINERS (Write After Approval): Add myself. 2004-05-13 12:36:36 +02:00
Makefile.def Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
Makefile.in Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04:00
Makefile.tpl Merge tree-ssa-20020619-branch into mainline. 2004-05-13 02:41:07 -04: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.