- 23 Oct, 1998 15 commits
-
-
* m32r/m32r.c (gen_split_move_double): Call alter_subreg. Delete subreg support. From-SVN: r23256
Jim Wilson committed -
* mips.h (EXTRA_SPECS): Add missing initializers. From-SVN: r23255
Kaveh R. Ghazi committed -
* sparc.h (EXTRA_SPECS): Add missing initializers. (sparc_defer_case_vector): Provide a prototype. * svr4.h (ASM_OUTPUT_ASCII): Cast STRING_LIMIT to (long) when comparing it to the result of a pointer subtraction. From-SVN: r23254
Kaveh R. Ghazi committed -
* alpha.c (override_options): Use ISDIGIT(), not isdigit(). Cast the argument to (unsigned char). * alpha.h (EXTRA_SPECS): Add missing initializers. (ASM_GENERATE_INTERNAL_LABEL): Ensure the argument matches the format specifier. From-SVN: r23253
Kaveh R. Ghazi committed -
From-SVN: r23252
Jeffrey A Law committed -
1998-10-23 Dave Love <d.love@dl.ac.uk> * f2cext.c: Include math.h. From-SVN: r23251
Dave Love committed -
From-SVN: r23250
Dave Love committed -
From-SVN: r23247
Tom Tromey committed -
From-SVN: r23246
Martin v. Löwis committed -
* machmode.h (mode_mask_array): No longer const. * rtl.c (init_rtl): Fully initialize it if EXTRA_CC_MODES defined. From-SVN: r23245
Richard Earnshaw committed -
* cp-tree.h (CP_TYPE_READONLY): New macro to handle arrays. (CP_TYPE_VOLATILE): Likewise. * decl.c (grokdeclarator): Use them. * tree.c (canonical_type_variant): Likewise. From-SVN: r23244
Jason Merrill committed -
* frame.c: Somewhat explain `FDE'. Suggested by Brendan Kehoe From-SVN: r23243
Martin v. Löwis committed -
From-SVN: r23242
Jason Merrill committed -
* expr.c (pending_chain): Move up. (save_expr_status): Do save pending_chain. (restore_expr_status): And restore it. * function.h (struct function): Add pending_chain. From-SVN: r23241
Jason Merrill committed -
From-SVN: r23240
Jeff Law committed
-
- 22 Oct, 1998 24 commits
-
-
* reorg.c (relax_delay_slots): Fixed test for mostly_true_jump. The did not match the code. From-SVN: r23239
Herman A.J. ten Brugge committed -
� * jvspecs.c: Add (but don't enable) support for combining multiple .class and .java input filenames to a single jc1 invocation. Add support for -C flag (copile to .class files). Translate -classpath and -CLASSPATH arguments. * lang-specs.h: Don't set %2 spec. From-SVN: r23238
Per Bothner committed -
* jvspecs.c: Add (but don't enable) support for combining multiple .class and .java input filenames to a single jc1 invocation. Add support for -C flag (copile to .class files). Translate -classpath and -CLASSPATH arguments. * lang-specs.h: Don't set %2 spec. From-SVN: r23237
Per Bothner committed -
* regclass.c (regclass): Break out some code into new function scan_one_insn, and into regclass_init. (init_cost): New static variable, moved out of regclass. (regclass_init): Initialize it here, not in . (scan_one_insn): New static function, broken out of regclass. * recog.c (apply_change_group): Break out some code into new function insn_invalid_p. (insn_invalid_p): New static fn, broken out of apply_change_group. From-SVN: r23236
Bernd Schmidt committed -
* reload1.c (reload_as_needed): When rewrite POST_INC, verify reg_reloaded_contents matches incremented pseudo. From-SVN: r23235
Jim Wilson committed -
* v850/v850.c (v850_reorg): Call alter_subreg. Delete subreg support. From-SVN: r23234
Jim Wilson committed -
From-SVN: r23233
Jeff Law committed -
From-SVN: r23232
Jeff Law committed -
* splay-tree.h: Wrap function pointer parameter declarations in PARAMS() macro. From-SVN: r23231
Kaveh R. Ghazi committed -
* splay-tree.c (splay_tree_foreach_helper): Make definition static to match prototype. From-SVN: r23230
Kaveh R. Ghazi committed -
* jcf-path.c (add_entry): Don't add trailing separator if entry is a .zip file. (add_path): Don't add trailing separator to non-empty path elements. * lang.c (lang_decode_option): Check for -fclasspath and -fCLASSPATH before examining other `-f' options. From-SVN: r23229
Tom Tromey committed -
rtl.def (POST_MODIFY, PRE_MODIFY): New generalized operators for addressing modes with side effects. * rtl.def (POST_MODIFY, PRE_MODIFY): New generalized operators for addressing modes with side effects. These are currently placeholders for the C4x target. From-SVN: r23228
Michael Hayes committed -
* java-tree.h (finalize_identifier_node): Don't declare. * class.c (make_class_data): Don't push "final" field. * decl.c (init_decl_processing): Don't push "final" field. (finalize_identifier_node): Removed. (init_decl_processing): Don't set finalize_identifier_node. From-SVN: r23227
Tom Tromey committed -
* loop.c (express_from): Make sure that when generating a PLUS of a PLUS, any constant expression appears on the outermost PLUS. From-SVN: r23226
Bernd Schmidt committed -
From-SVN: r23225
Andreas Schwab committed -
* parse.y (named_class_head): Push into class while parsing the base class list. * decl2.c (push_scope, pop_scope): New functions. * tree.h: Declare them. From-SVN: r23224
Martin v. Löwis committed -
From-SVN: r23223
Martin v. Löwis committed -
* Makefile.in (distdir-cvs, distdir-start): Clean up so it works if "$(srcdir)" != ".". From-SVN: r23222
Per Bothner committed -
From-SVN: r23221
Jeff Law committed -
1998-10-22 Tom Tromey <tromey@cygnus.com> * config-lang.in (stagestuff): Added jcf-dump and jv-scan. Sun Oct 11 10:31:52 1998 Anthony Green <green@cygnus.com> * Make-lang.in (java): Depend on jcf-dump and jv-scan. (JV_SCAN_SOURCES): New macro. (JCF_DUMP_SOURCES): Likewise. (jcf-dump$(exeext)): New target. (jv-scan$(exeext)): New target. 1998-10-22 Tom Tromey <tromey@cygnus.com> * Makefile.in (LEX): Removed. (LEXFLAGS): Likewise. (SET_BISON): New macro. (BISON): Removed. ($(PARSE_C)): Use SET_BISON. Run bison from srcdir to avoid spurious diffs in parse.c. ($(PARSE_SCAN_C)): Likewise. (PARSE_DIR): New macro. (PARSE_C): Use it. (PARSE_SCAN_C): Likewise. (PARSE_RELDIR): New macro. From-SVN: r23220
Tom Tromey committed -
* jcf-io.c (find_class): Use saw_java_source to determine when to look for `.java' file. * jcf-parse.c (saw_java_source): New global. (yyparse): Set it if `.java' file seen. * Make-lang.in (JAVA_SRCS): Added jcf-path.c. (GCJH_SOURCES): Likewise. * Makefile.in (datadir): New macro. (libjava_zip): Likewise. (JAVA_OBJS): Added jcf-path.o. (../jcf-dump$(exeext)): Depend on and link with jcf-depend.o. (../gcjh$(exeext)): Likewise. (jcf-path.o): New target. * java-tree.h (fix_classpath): Removed decl. * jcf-parse.c (fix_classpath): Removed. (load_class): Don't call fix_classpath. * parse.y (read_import_dir): Don't call fix_classpath. * lex.h: Don't mention classpath. * lex.c (java_init_lex): Don't initialize classpath. * jcf-io.c (classpath): Removed global. (find_class): Use jcf_path iteration functions. Correctly search class path for .java file. (open_in_zip): New argument `is_system'. * jcf-dump.c (main): Call jcf_path_init. Recognize all new classpath-related options. * lang.c (lang_decode_option): Handle -fclasspath, -fCLASSPATH, and -I. (lang_init): Call jcf_path_init. * lang-options.h: Mention -I, -fclasspath, and -fCLASSPATH. * lang-specs.h: Handle -I. Minor cleanup to -M options. Correctly put braces around second string in each entry. * gjavah.c (main): Call jcf_path_init. Recognize all the new classpath-related options. (help): Updated for new options. * jcf.h: Declare functions from jcf-path.c. Don't mention `classpath' global. * jcf-path.c: New file. * jcf-depend.c: Include jcf.h. * jcf-write.c (localvar_alloc): Returns `void'. (localvar_free): Removed unused variable. * lang.c (OBJECT_SUFFIX): Define if not already defined. (init_parse): Use OBJECT_SUFFIX, not ".o". From-SVN: r23219
Tom Tromey committed -
From-SVN: r23218
Kaveh R. Ghazi committed -
From-SVN: r23217
Robert Lipe committed -
From-SVN: r23216
Jeff Law committed
-
- 21 Oct, 1998 1 commit
-
-
* expmed.c (store_bit_field): If need to add a SUBREG, then remove existing SUBREG if we can, otherwise abort. From-SVN: r23215
Jim Wilson committed
-