Go to file
Richard Sandiford 76cbf5bf52 mips-protos.h (m16_usym8_4, [...]): Delete.
* config/mips/mips-protos.h (m16_usym8_4, m16_usym5_4): Delete.
	* config/mips/mips.h (mips_entry, mips_string_length): Delete.
	(CONSTANT_POOL_BEFORE_FUNCTION, ASM_OUTPUT_POOL_EPILOGUE): Undefine.
	* config/mips/mips.c (struct mips16_constant): Renamed from struct
	constant.  Propogate change throughout file.
	(struct machine_function): Remove insns_len.
	(mips_string_length, mips16_strings, string_constants): Delete.
	(mips_classify_symbol): Return SYMBOL_CONSTANT_POOL for LABEL_REFs
	when generating mips16 code.  Remove special mips16 treatment of
	string constants.
	(mips_symbolic_constant_p): Allow mips16 constant pool accesses
	to have the form LABEL+CONSTANT.
	(mips_symbolic_address_p): Fix comment.
	(m16_usym8_4, m16_usym5_4): Delete.
	(mips_output_function_epilogue): Remove mips16 string handling.
	(mips_output_mi_thunk): Call mips16_lay_out_constants.
	(mips_select_section, mips_encode_section_info): Remove mips16
	string handling.
	(struct mips16_constant_pool): New.
	(add_constant): Take a mips16_constant_pool structure.  Keep pool
	sorted into order of ascending mode size.  Keep track of the highest
	possible start address, taking padding and the masking of the base PC
	value into account.
	(dump_constants_1): New function, split out from dump_constants.
	Handle vector constants.  Use gen_consttable_{int,float} rather than
	separate functions for each mode.
	(dump_constants): Simplify.  Use GET_MODE_ALIGNMENT.  Use gen_align
	rather than separate functions for each alignment.
	(mips_find_symbol): Delete.
	(mips16_insn_length): New function, split out from
	mips16_lay_out_constants.
	(mips16_rewrite_pool_refs): New function.
	(mips16_lay_out_constants): Rework. Remove string handling.
	Always create an inline constant pool.
	* config/mips/mips.md (UNSPEC_CONSTTABLE_INT, UNSPEC_CONSTTABLE_FLOAT)
	(UNSPEC_ALIGN): New constants.
	(UNSPEC_CONSTTABLE_[QHSD]I, UNSPEC_CONSTTABLE_[SD]F): Delete.
	(UNSPEC_ALIGN_[248]): Delete.
	(consttable_int, consttable_float, align): New patterns.
	(consttable_[qhsd]i, consttable_[sd]f, align_[248]): Delete.

From-SVN: r80814
2004-04-18 08:22:38 +00:00
boehm-gc
config configure: Regenerate. 2004-04-16 22:21:22 +00:00
contrib
fastjar
gcc mips-protos.h (m16_usym8_4, [...]): Delete. 2004-04-18 08:22:38 +00:00
include hashtab.c (htab_remove_elt_with_hash): New function. 2004-04-13 08:48:56 -06:00
INSTALL
intl
libada configure.ac: It's gnatlib-plain in the Makefile, not gnatlib-simple; make configure match. 2004-04-18 03:07:02 +00:00
libf2c
libffi
libiberty strerror.c: Include config.h... 2004-04-13 19:46:01 +00:00
libjava JToggleButton.java (ToggleButtonModel): Make public static inner class. 2004-04-17 22:31:17 +00:00
libobjc re PR libobjc/14948 (irix6.5 bootstrap fails in mabi=64/libobjc) 2004-04-15 17:05:36 +00:00
libstdc++-v3 stl_bvector.h: Use _M_impl._M_start. 2004-04-18 05:04:58 +00:00
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog configure: Regenerate. 2004-04-16 22:21:22 +00:00
compile
config-ml.in
config.guess
config.if
config.rpath
config.sub
configure configure: Regenerate. 2004-04-16 22:21:22 +00:00
configure.in
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS MAINTAINERS: Add myself to write-after-approval. 2004-04-13 19:42:05 +00:00
Makefile.def
Makefile.in Patch to fix LDFLAGS related configure errors. 2004-04-16 00:13:40 -07:00
Makefile.tpl Patch to fix LDFLAGS related configure errors. 2004-04-16 00:13:40 -07: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.