Go to file
Mark Mitchell 01240200ee class.c (current_class_ptr, [...]): Clarify documentation.
* class.c (current_class_ptr, current_class_ref): Clarify
	documentation.
	* cvt.c (ocp_convert): Don't expect fold to remove all trivial
	NOP type conversions.
	* decl.c (decls_match): Use comptypes directly; ignore
	qualifiers on the DECL.
	(duplicate_decls): Remove qualifier checks on DECL.
	(grokdeclarator): Make the type built up include top-level
	qualifiers.
	* decl2.c (do_dtors): Fix spelling error.
	* error.c (dump_simple_decl): Don't look at qualifiers on the decl
	when printing type information.
	* init.c (build_new_1): Add documentation.  Deal with the fact
	that type of allocated memory now contains qualifiers.
	* lex.c (is_global): Improve error-recovery.
	* sig.c (build_member_function_pointer): Don't cast away const
	on fields of sigtable_entry_type.
	* tree.c (lvalue_type): Don't look at top-level qualifiers on
	expressions.
	* typeck.c (decay_conversion): Likewise.
	(build_component_ref): Make sure the type of the COMPONENT_REF
	contains top-level qualifiers, as appropriate.  Improve
	error-handling.
	(build_indirect_ref): Simplify.  Don't strip top-level qualifiers.
	(build_array_ref): Likewise.
	(build_unary_op): Improve error-recovery.
	(unary_complex_lvalue): Make taking the address a bound member
	function an error, not a sorry.
	(build_conditional_expr): Look at the type qualifiers, not the
	qualifiers on the expression itself.

From-SVN: r22802
1998-10-03 23:11:19 +00:00
config mh-aix43 (NM_FOR_TARGET): Add -X32_64 as well. 1998-08-31 10:53:38 -04:00
contrib describe changes 1998-09-22 07:31:48 +00:00
etc
gcc class.c (current_class_ptr, [...]): Clarify documentation. 1998-10-03 23:11:19 +00:00
include * getopt.h, obstack.h: Updated from gcc. 1998-09-05 06:25:19 -06:00
INSTALL
libchill Regenerate with autoconf-2.12.1 1998-10-01 14:17:34 +00:00
libf2c Regenerate with autoconf-2.12.1 1998-10-01 14:17:34 +00:00
libiberty * cplus-dem.c (demangle_arm_pt): Demangle anonymous namespaces. 1998-09-08 14:33:57 -04:00
libio configure.in (INSTALLDIR): Fix comment about changing INSTALLDIR's value... 1998-09-09 11:49:07 +00:00
libobjc * Makefile.in (INCLUDES): Add -I$(srcdir)/../gcc. 1998-10-02 04:18:19 -06:00
libstdc++ Makefile.in ($(ARLINK), $(SHLINK)): Don't rely on 'ln -f'. 1998-09-16 18:30:53 -06:00
texinfo
.cvsignore
ChangeLog README: Remove installation instructions and refer to the INSTALL directory instead. 1998-10-02 09:22:08 +00:00
config-ml.in
config.guess * config.guess: Match "Pent II" or "PentII" for OpenServer. 1998-09-09 13:47:30 +00:00
config.if configure (gxx_include_dir): Changed to '${prefix}/include/g++'-${libstdcxx_interface}. 1998-08-30 15:15:53 -06:00
config.sub config.sub: Add support for i[34567]86-pc-udk. 1998-09-30 20:25:11 +00:00
configure configure (gxx_include_dir): Changed to '${prefix}/include/g++'-${libstdcxx_interface}. 1998-08-30 15:15:53 -06:00
configure.in config.sub: Add support for i[34567]86-pc-udk. 1998-09-30 20:25:11 +00:00
COPYING
COPYING.LIB
install-sh
ltconfig
ltmain.sh
MAINTAINERS Add robertl as maintainer of sco udk target. 1998-10-01 07:38:06 +00:00
Makefile.in Makefile.in (TARGET_CONFIGDIRS): Add libobjc. 1998-09-29 20:02:35 -06:00
missing
mkinstalldirs
move-if-change
README README: Remove installation instructions and refer to the INSTALL directory instead. 1998-10-02 09:22:08 +00:00
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.