Go to file
Eric Christopher 282cb01bc2 crti.asm: Add changes for mips16.
2002-02-05  Eric Christopher  <echristo@redhat.com>

	* config/mips/crti.asm: Add changes for mips16. mips16 uses
	register 7 as RA instead of $31.
	* config/mips/crtn.asm: Ditto.
	* config/mips/mips.c (mips_move_2words): Add case for
	TARGET_MIPS16 when HOST_BITS_PER_WIDE_INT >= 64.
	(compute_frame_size): Fix typo.
	(save_restore_insns): Ditto.  Make documentation about using
	register $7 as return register more precise.
	(mips_expand_epilogue): Fix comment. Add code to work around not
	being able to add to the stack pointer directly.
	* config/mips/mips.h (EH_RETURN_DATA_REGNO): Change register number
	to 2 for TARGET_MIPS16 as we need 6 and 7 as clobbers in the
	epilogue.

From-SVN: r49535
2002-02-06 02:50:09 +00:00
boehm-gc
config
contrib
fastjar
gcc crti.asm: Add changes for mips16. 2002-02-06 02:50:09 +00:00
include demangle.h (cplus_demangle_v3): Add "options" parm. 2002-02-05 11:33:31 -05:00
INSTALL
libchill
libf2c Daily bump. 2002-02-05 08:18:42 +00:00
libffi
libiberty demangle.h (cplus_demangle_v3): Add "options" parm. 2002-02-05 11:33:31 -05:00
libjava configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES. 2002-02-06 01:46:46 +00:00
libobjc
libstdc++-v3 locale_facets.tcc (money_get::do_get(string)): First construct a tentative returned string... 2002-02-05 11:35:48 +00:00
maintainer-scripts
zlib
.cvsignore
ChangeLog
config-ml.in
config.guess
config.if
config.sub
configure
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS
Makefile.in
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.