Go to file
Bryce McKinlay a648f4e4c8 parse.y (parser_check_super_interface): Don't call check_pkg_class_access for an inner interface.
* parse.y (parser_check_super_interface): Don't call
	check_pkg_class_access for an inner interface.
	(parser_check_super): Don't call check_pkg_class_access for inner
	class.
	(do_resolve_class): Simplify enclosing type loop. Don't call
	check_pkg_class_access if CL and DECL are not set.
	(find_in_imports_on_demand): Set DECL if class_type needed to be
	loaded. Don't call check_pkg_class_access for an inner class.
	(check_inner_class_access): Rewritten to implement member access
	rules as per spec 6.6.1.
	(check_pkg_class_access): Handle the empty package correctly.
	(in_same_package): New function. Determine if two classes are in the
	same package.

From-SVN: r39909
2001-02-19 22:48:16 +00:00
boehm-gc
config
contrib
fastjar
gcc parse.y (parser_check_super_interface): Don't call check_pkg_class_access for an inner interface. 2001-02-19 22:48:16 +00:00
include Add support for Java demangling under the v3 ABI: 2001-02-02 00:27:39 +00:00
INSTALL
libchill
libf2c Version.c, [...]: Update G77 version number to 0.5.27. 2001-02-19 20:03:42 +00:00
libffi gcj.texi: Change sources.redhat.com reference to gcc.gnu.org. 2001-02-08 01:49:53 +00:00
libiberty cplus-dem.c (main): Initialize style. 2001-02-16 23:28:14 +00:00
libjava CharArrayReader.java (CharArrayReader): Throw IllegalArgumentException if constructor arguments are illegal. 2001-02-19 05:37:28 +00:00
libobjc In libf2c: 2001-02-09 07:14:35 +00:00
libstdc++-v3 Add #pragma system_header to header files. 2001-02-19 18:52:25 +00:00
zlib
.cvsignore
ChangeLog Allow configuration of texinfo for Cygwin hosts. 2001-02-17 00:52:44 +00:00
config-ml.in
config.guess Add config suport for s390 2001-02-12 23:47:41 +00:00
config.if * config.if: Assume enable_libstdcxx_v3 is defined. 2001-02-05 11:02:20 +00:00
config.sub Add config suport for s390 2001-02-12 23:47:41 +00:00
configure * configure: Output host type to stdout, not stderr. 2001-02-06 20:03:16 -05:00
configure.in Allow configuration of texinfo for Cygwin hosts. 2001-02-17 00:52:44 +00:00
COPYING
COPYING.LIB COPYING.LIB: Update to LGPL 2.1 from the FSF. 2001-01-29 13:32:47 +00:00
install-sh
libtool.m4
ltcf-c.sh ltcf-c.sh: Add support for --no-undefined under GNU/Linux. 2001-02-06 05:52:33 +00:00
ltcf-cxx.sh ltcf-c.sh: Add support for --no-undefined under GNU/Linux. 2001-02-06 05:52:33 +00:00
ltcf-gcj.sh
ltconfig
ltmain.sh
MAINTAINERS * MAINTAINERS: Update mail address. 2001-02-13 12:59:57 +00:00
Makefile.in configure: Introduce GCJ_FOR_TARGET. 2001-02-15 13:55:34 +00:00
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.