Go to file
Mark Mitchell 4890c2f43c class.c (invalidate_class_lookup_cache): Zero the previous_class_values.
* class.c (invalidate_class_lookup_cache): Zero the
	previous_class_values.
	* cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
	TREE_INT_CST_HIGH.
	(CLASSTYPE_TEMPLATE_LEVEL): Likewise.
	* decl.c (free_bindings): New variable.
	(push_binding): Don't create a new binding if we have one on the
	free list.
	(pop_binding): Put old bindings on the free list.
	(init_decl_processing): Use size_int, not build_int_2.
	Register free_bindings as a GC root.
	(cp_make_fname_decl): Use size_int, not build_int_2.
	(push_inline_template_parms_recursive): Likewise.
	(end_template_parm_list): Likewise.
	(for_each_tempalte_parm): Do not use walk_tree_without_duplicates.
	(tsubst_template_parms): Use size_int, not build_int_2.
	(tsubst): Likewise.
	* rtti.c (get_vmi_pseudo_type_info): Likewise.

From-SVN: r38641
2001-01-03 00:24:04 +00:00
boehm-gc For boehm-gc: 2000-12-30 12:18:39 +00:00
config * config/mh-djgpp: do not set CFLAGS. 2001-01-02 10:46:33 -05:00
contrib test_summary: Export filesuffix, not fileprefix. 2000-12-28 19:28:11 +00:00
fastjar jartool.c (MAXPATHLEN): Provide if not defined. 2000-12-28 21:47:37 +00:00
gcc class.c (invalidate_class_lookup_cache): Zero the previous_class_values. 2001-01-03 00:24:04 +00:00
include
INSTALL
libchill
libf2c Daily bump. 2001-01-02 01:45:07 -07:00
libffi
libiberty fnmatch.c: Make the note about the origins of this file more accurate... 2000-12-29 14:37:03 -05:00
libio
libjava ScrollPane.java: Wrote. 2001-01-03 00:07:13 +00:00
libobjc
libstdc++
libstdc++-v3 std_cwchar.h: Same. 2001-01-02 07:38:47 +00:00
zlib
.cvsignore
ChangeLog ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
config-ml.in
config.guess
config.if
config.sub
configure * configure: handle DOS-style absolute paths. 2001-01-02 10:44:40 -05:00
configure.in * configure.in: remove supported directories from $noconfigdirs for DJGPP. 2001-01-02 10:36:25 -05:00
COPYING
COPYING.LIB
install-sh
libtool.m4
ltcf-c.sh ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
ltcf-cxx.sh ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
ltcf-gcj.sh ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
ltconfig ltcf-c.sh: clear ac_cv_prog_cc_pic for DJGPP. 2001-01-02 10:55:07 -05:00
ltmain.sh
MAINTAINERS * MAINTAINERS: Add myself as avr port co-maintainer. 2000-12-30 11:56:57 +00:00
Makefile.in
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

		   README for GNU development tools

This directory contains various GNU compilers, assemblers, linkers, 
debuggers, etc., plus their support routines, definitions, and documentation.


Check the INSTALL directory for detailed configuration and installation
instructions.


Much of the code and documentation enclosed is copyright by
the Free Software Foundation, Inc.  See the file COPYING or
COPYING.LIB in the various directories, for a description of the
GNU General Public License terms under which you can copy the files.

REPORTING BUGS: Again, see gdb/README, binutils/README, etc., for info
on where and how to report problems.