8sa1-gcc/gcc/java
Per Bothner 2c3199bc4a class.c (make_class): Don't set CLASS_P here (because this function is also called by...
d
	* class.c (make_class):  Don't set CLASS_P here (because
	this function is also called by build_java_array_type).
	(push_class):  Set CLASS_P here instead.
	* parse.h (TYPE_CLASS_P):  Check for TYPE_ARRAY_P is redundant.
	* jcf-dump.c (print_access_flags):  Take extra parameter to indicate
	context.  If the context is class, perfer "super" over "synchronized".
	* jcf-write.c (generate_classfile):  Don't add ACC_SUPER if interface.
	* parse.y (create_class):  Don't call parser_check_super here;
	it is not robust.  Always wait until later.
	* parse.y (method_header):  For interfaces, set ACC_ABSTRACT (to
	match what JDK 1.2 does), but don't set ACC_PUBLIC.

From-SVN: r25784
1999-03-15 05:09:44 -08:00
..
buffer.c
buffer.h
ChangeLog lex.c (java_read_char): UNGET invalid non-initial utf8 character. 1999-03-13 11:21:39 -08:00
check-init.c check-init.c (check_init): COPYN takes word count, not bit count. 1999-02-26 06:50:20 -08:00
class.c class.c (make_class): Don't set CLASS_P here (because this function is also called by... 1999-03-15 05:09:32 -08:00
config-lang.in [multiple changes] 1998-10-22 13:06:56 +00:00
constants.c Warning fixes: 1999-03-12 17:13:24 +00:00
convert.h class.c (is_compiled_class): Call safe_layout_class for class compiled from source. 1998-11-10 10:04:25 -08:00
decl.c typeck.c (convert_ieee_real_to_integer): Use save_expr instead of explicit build_decl. 1999-02-26 06:43:29 -08:00
except.c except.c, [...] (expand_resume_after_catch): new function. 1999-01-25 10:32:18 +00:00
expr.c Warning fixes: 1999-03-12 17:13:24 +00:00
gjavah.c Warning fixes: 1999-03-12 17:13:24 +00:00
java-except.h except.c, [...] (expand_resume_after_catch): new function. 1999-01-25 10:32:18 +00:00
java-opcodes.h
java-tree.def Use new TRY_FINALLY_EXPR tree node. 1999-02-19 04:32:50 -08:00
java-tree.h lex.c (java_parse_end_comment): Take extra parameter (next char). 1999-03-08 05:34:12 -08:00
javaop.def
javaop.h Makefile.in (gjavah.o): Depend on $(CONFIG_H) and system.h. 1999-02-01 07:00:40 +00:00
jcf-depend.c
jcf-dump.c class.c (make_class): Don't set CLASS_P here (because this function is also called by... 1999-03-15 05:09:44 -08:00
jcf-io.c * jcf-io.c: Do not include sys/stat.h or sys/wait.h 1999-02-02 11:53:29 -07:00
jcf-parse.c Makefile.in (jcf-parse.o): Depend on $(PARSE_H). 1999-03-06 08:35:49 +00:00
jcf-path.c jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes... 1999-03-12 07:52:58 +00:00
jcf-reader.c Warning fixes: 1999-03-12 17:13:24 +00:00
jcf-write.c class.c (make_class): Don't set CLASS_P here (because this function is also called by... 1999-03-15 05:09:36 -08:00
jcf.h jcf.h (UTF8_GET): Mask first byte of 3-byte encoding with 0x0f, not 0x1f. 1999-02-22 09:15:30 +00:00
jv-scan.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
jvgenmain.c Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK). 1998-11-27 10:25:17 +00:00
jvspec.c jvspec.c (lang_specific_driver): Recognize -fsyntax-only and disable linking in that case. 1999-02-23 17:42:38 +00:00
keyword.gperf
keyword.h
lang-options.h gjavah.c (main): Handle --output-class-directory argument. 1998-11-13 14:09:53 +00:00
lang-specs.h flags.h: Declare flag_no_ident. 1999-01-31 17:46:52 +00:00
lang.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
lex.c lex.c (java_read_char): UNGET invalid non-initial utf8 character. 1999-03-13 11:21:38 -08:00
lex.h lex.c (java_read_char): UNGET invalid non-initial utf8 character. 1999-03-13 11:21:38 -08:00
Make-lang.in Make-lang.in ($(GCJ)(exeext)): Remove choose-temp.o, pexecute.o and mkstemp.o. 1999-02-03 14:57:59 -07:00
Makefile.in Makefile.in (jcf-parse.o): Depend on $(PARSE_H). 1999-03-06 08:35:49 +00:00
mangle.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
parse-scan.c Makefile.in (jcf-parse.o): Depend on $(PARSE_H). 1999-03-06 08:35:49 +00:00
parse-scan.y Makefile.in (jcf-parse.o): Depend on $(PARSE_H). 1999-03-06 08:35:49 +00:00
parse.c class.c (make_class): Don't set CLASS_P here (because this function is also called by... 1999-03-15 05:09:44 -08:00
parse.h class.c (make_class): Don't set CLASS_P here (because this function is also called by... 1999-03-15 05:09:44 -08:00
parse.y class.c (make_class): Don't set CLASS_P here (because this function is also called by... 1999-03-15 05:09:44 -08:00
typeck.c Warning fixes: 1999-03-12 17:13:24 +00:00
verify.c Warning fixes: 1999-03-12 17:13:24 +00:00
zextract.c Update copyrights for the last patch 1999-01-23 21:49:56 +00:00
zipfile.h Update copyrights for the last patch 1999-01-23 21:49:56 +00:00