aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-01-17Update copyrightsKaveh Ghazi45-45/+45
From-SVN: r31465
2000-01-17Update copyrightsKaveh Ghazi17-17/+17
From-SVN: r31464
2000-01-17print-rtl.c: PROTO -> PARAMS.Kaveh R. Ghazi11-158/+171
* print-rtl.c: PROTO -> PARAMS. * real.c: Likewise. * reg-stack.c: Likewise. * resource.c: Likewise. * sdbout.h: Likewise. * simplify-rtx.c: Likewise. * stor-layout.c: Likewise. * stupid.c: Likewise. * xcoffout.c: Likewise. * xcoffout.h: Likewise. From-SVN: r31463
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi9-517/+528
* toplev.c: PROTO -> PARAMS. * toplev.h: Likewise. * tree.c: Likewise. * tree.h: Likewise. * unroll.c: Likewise. * varasm.c: Likewise. * varray.c: Likewise. * varray.h: Likewise. From-SVN: r31462
2000-01-17reload.c: PROTO -> PARAMS.Kaveh R. Ghazi14-635/+651
* reload.c: PROTO -> PARAMS. * reload.h: Likewise. * reload1.c: Likewise. * reorg.c: Likewise. * resource.h: Likewise. * rtl.c: Likewise. * rtl.h: Likewise. * rtlanal.c: Likewise. * sbitmap.h: Likewise. * sdbout.c: Likewise. * stack.h: Likewise. * stmt.c: Likewise. * system.h: Likewise. From-SVN: r31461
2000-01-17natThrowable.cc: New file.Andrew Haley13-161/+731
2000-01-14 Andrew Haley <aph@cygnus.com> * java/lang/natThrowable.cc: New file. * java/lang/Throwable.java (fillInStackTrace): Make native. (printStackTrace): Call native method to do this. (Throwable): Call fillInStackTrace. (stackTrace): New variable. * include/jvm.h: Add _Jv_ThisExecutable functions. * prims.cc: (_Jv_execName): New variable. (catch_segv): Call fillInStackTrace. (catch_fpe): Ditto. (_Jv_ThisExecutable): New functions. (JvRunMain): Set the name of this executable. * Makefile.am: Add java/lang/natThrowable.cc. Add name-finder.cc. * Makefile.in: Rebuilt. * acconfig.h: Add HAVE_PROC_SELF_EXE. * configure.in: Force link with __frame_state_for in FORCELIBGCCSPEC. Add new checks for backtrace. * include/config.h.in: Rebuilt. * name-finder.cc: New file. * include/name-finder.h: New file. From-SVN: r31460
2000-01-17machmode.h: PROTO -> PARAMS.Kaveh R. Ghazi16-247/+265
* machmode.h: PROTO -> PARAMS. * mbchar.h: Likewise. * mips-tdump.c: Likewise. * mips-tfile.c: Likewise. * optabs.c: Likewise. * output.h: Likewise. * prefix.c: Likewise. * profile.c: Likewise. * protoize.c: Likewise. * real.h: Likewise. * recog.c: Likewise. * recog.h: Likewise. * regclass.c: Likewise. * regmove.c: Likewise. * regs.h: Likewise. From-SVN: r31459
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi17-329/+348
* ggc-common.c: PROTO -> PARAMS. * ggc-page.c: Likewise. * ggc-simple.c: Likewise. * ggc.h: Likewise. * global.c: Likewise. * graph.c: Likewise. * gthr-win32.h: Likewise. * haifa-sched.c: Likewise. * halfpic.h: Likewise. * integrate.c: Likewise. * integrate.h: Likewise. * jump.c: Likewise. * lcm.c: Likewise. * local-alloc.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. From-SVN: r31458
2000-01-17genattr.c: PROTO -> PARAMS.Kaveh R. Ghazi14-240/+256
* genattr.c: PROTO -> PARAMS. * genattrtab.c: Likewise. * gencheck.c: Likewise. * gencodes.c: Likewise. * genconfig.c: Likewise. * genemit.c: Likewise. * genextract.c: Likewise. * genflags.c: Likewise. * gengenrtl.c: Likewise. * genopinit.c: Likewise. * genoutput.c: Likewise. * genpeep.c: Likewise. * genrecog.c: Likewise. From-SVN: r31457
2000-01-17* All files: PROTO -> PARAMS.Kaveh R. Ghazi20-781/+785
From-SVN: r31456
2000-01-17Daily bump.Jeff Law5-5/+5
From-SVN: r31455
2000-01-17class.c (finish_struct_1): Replace redundant code with assertions.Mark Mitchell2-11/+14
* class.c (finish_struct_1): Replace redundant code with assertions. From-SVN: r31454
2000-01-17* tree.h (BINFO_VPTR_FIELD): Augment documentation.Mark Mitchell2-3/+11
From-SVN: r31453
2000-01-17cp-tree.h (flag_new_abi): Move.Mark Mitchell11-172/+335
* cp-tree.h (flag_new_abi): Move. (flag_use_cxa_atexit): Likewise. (flag_honor_std): Likewise. (flag_rtti): Likewise. (vbase_offsets_in_vtable_p): Define. (vptrs_present_everywhere_p): Likewise. (TYPE_CONTAINS_VPTR_P): Likewise. (dfs_walk_real): Declare. * class.c (build_vbase_pointer_fields): Check vbase_offsets_in_vtable_p. (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in BINFO_VPTR_FIELD. (build_vbase_offset_vtbl_entries): Simplify. (build_vbase_offset_vtbl_entries): Adjust. (build_vbase_pointer): Add ability to look up vbase offsets in vtable. (start_vtable): New function. (add_virtual_function): Use it. (determine_primary_base): Use TYPE_CONTAINS_VPTR_P. (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p. (build_vtbl_initializer): Take the type of the complete object as input. Use it to correctly calculate vbase offsets. (dfs_finish_vtbls): Pass the complete type to build_vtbl_initializer. (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P. (create_vtable_ptr): Create a vtable even if there are no new virtual functions, under the new ABI. (finish_struct_1): Likewise. (get_vfield_name): Use TYPE_CONTAINS_VPTR_P. * decl.c (exapnd_static_init): Remove call to preserve_initializer. * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in vtables. * init.c (initialize_vtbl_ptrs): Initialize them in pre-order. (expand_virtual_init): Use vbase_offsets_in_vtable_p. (construct_virtual_bases): Don't initialize virtual base pointers under the new ABI. (build_aggr_init): Clean up comment. (expand_aggr_init_1): Likewise. * rtti.c (expand_class_desc): Store the virtual function table index where the vbase offset lives in the offset field. * search.c (dfs_walk_real): Make it global. (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P. * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD. * tinfo.h (USItype): Make it signed under the new ABI. * tinfo.cc (convert_to_base): New function. Encapsulate base conversion logic here. (__class_type_info::do_upcast): Use it. (__class_type_info::do_dyncast): Likewise. (__class_type_info::do_find_public_subobj): Likewise. From-SVN: r31452
2000-01-17StringBuffer.java (StringBuffer): Don't special case null argument.Anthony Green2-7/+9
2000-01-16 Anthony Green <green@cygnus.com> * java/lang/StringBuffer.java (StringBuffer): Don't special case null argument. From-SVN: r31451
2000-01-16parse.y (build_string_concatenation): Only use StringBuffer(String) shortcut ↵Anthony Green3-9/+14
if String arg is constant. 2000-01-16 Anthony Green <green@cygnus.com> * parse.y (build_string_concatenation): Only use StringBuffer(String) shortcut if String arg is constant. From-SVN: r31450
2000-01-16StreamTokenizer.java (nextToken): Avoid unread(TT_EOF).Jeff Sturm2-15/+33
2000-01-16 Jeff Sturm <jsturm@sigma6.com> * java/io/StreamTokenizer.java (nextToken): Avoid unread(TT_EOF). From-SVN: r31449
2000-01-16*** empty log message ***Anthony Green5-0/+69
From-SVN: r31448
2000-01-16init.c (construct_virtual_bases): Don't look up the addresses of virtual ↵Mark Mitchell2-4/+18
bases at run-time. * init.c (construct_virtual_bases): Don't look up the addresses of virtual bases at run-time. From-SVN: r31447
2000-01-16pr83.out: New file.Anthony Green5-0/+74
* libjava.lang/pr83.out: New file. * libjava.lang/pr83.java: New file. * libjava.lang/pr109.out: New file. * libjava.lang/pr109.java: New file. From-SVN: r31446
2000-01-16Oops, a reference to mmap_zero remainedAlexandre Oliva2-3/+3
From-SVN: r31445
2000-01-16aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro.Alexandre Oliva6-212/+501
* aclocal.m4 (AC_FUNC_MMAP_ZERO): New macro. * configure.in (AC_FUNC_MMAP_ZERO): Use instead of AC_FUNC_MMAP. * ggc-page.c: Replace HAVE_MMAP with HAVE_MMAP_ZERO. * configure, config.in: Rebuilt. From-SVN: r31444
2000-01-16i386.md: Add peephole to merge successive stack adjusts.Zack Weinberg2-0/+24
* config/i386/i386.md: Add peephole to merge successive stack adjusts. From-SVN: r31443
2000-01-16class.c (build_vbase_pointer): Relocate.Mark Mitchell2-221/+190
* class.c (build_vbase_pointer): Relocate. (build_vbase_pointer_fields): Likewise. (dfs_build_vbase_offset_vtbl_entries): Likewise. (build_vbase_offset_vtbl_entries): Likewise. From-SVN: r31442
2000-01-16decl.c (init_decl_processing): Complain if -fnew-abi -fno-vtable-thunks is used.Mark Mitchell2-0/+8
* decl.c (init_decl_processing): Complain if -fnew-abi -fno-vtable-thunks is used. From-SVN: r31441
2000-01-16decl2.c (lang_decode_option): Don't couple flag_honor_std to flag_new_abi.Mark Mitchell2-2/+5
* decl2.c (lang_decode_option): Don't couple flag_honor_std to flag_new_abi. From-SVN: r31440
2000-01-16cp-tree.h (num_extra_vtbl_entries): New function.Mark Mitchell6-27/+247
* cp-tree.h (num_extra_vtbl_entries): New function. (size_extra_vtbl_entries): Likewise. (dfs_vtable_path_unmark): Likewise. (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise. (dfs_vtable_path_marked_real_bases_queue_p): Likewise. * class.c (num_extra_vtbl_entries): New function. (size_extra_vtbl_entries): Likewise. (dfs_build_vbase_offset_vtbl_entries): New function. (build_vbase_offset_vtbl_entries): Likewise. (build_vtbl_initializer): Use it. (finish_struct_1): Adjust vtable sizes (using num_extra_vtbl_entries). * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a THUNK_DECL is non-NULL before expanding it. * init.c (expand_virtual_init): Adjust the vtable pointer by size_extra_vtbl_entries before storing it. * search.c (get_shared_vase_if_not_primary): Adjust prototype. Handle TREE_LIST parameters here, not in the dfs_* functions. (dfs_unmarked_real_bases_queue_p): Adjust. (dfs_marked_real_bases_queue_p): Likewise. (dfs_vtable_path_unmarked_real_bases_queue_p): New function. (dfs_vtable_path_marked_real_bases_queue_p): New function. (dfs_vtable_path_unmark): Likewise. From-SVN: r31439
2000-01-16Daily bump.Jeff Law5-5/+5
From-SVN: r31438
2000-01-15gcse.c (insert_insn_end_bb): Use emit_block_insn_before instead of ↵John Wehle2-16/+15
emit_insn_before. * gcse.c (insert_insn_end_bb): Use emit_block_insn_before instead of emit_insn_before. Also handle NOTE_INSN_BASIC_BLOCK when walking backwards to find all the parameter loads when the basic block ends in a call. From-SVN: r31437
2000-01-15Daily bump.Jeff Law5-5/+5
From-SVN: r31436
2000-01-15optimize.c (copy_body_r): Clear the operand three of a TARGET_EXPR when ↵Mark Mitchell3-2/+43
copying it. * optimize.c (copy_body_r): Clear the operand three of a TARGET_EXPR when copying it. From-SVN: r31435
2000-01-15loop.c (this_loop_info): Delete.Michael Hayes6-497/+485
* loop.c (this_loop_info): Delete. (uid_loop): Add in place of uid_loop_num. All uses updated. (loop_number_exit_count): Delete and replace with entry in loop structure. All uses updated. (loop_number_loop_starts, loop_number_loop_ends): Likewise. (loop_number_loop_cont, loop_number_cont_dominator): Likewise. (loop_outer_loop): Likewise. (loop_invalid, loop_number_exit_labels): Likewise. (loop_used_count_register): Delete and replace with entry in loop_info structure. (find_and_verify_loops): Add loops argument. (verify_dominator, mark_loop_jump, prescan_loop): Replace loop_start, loop_end, etc. arguments with loop structure pointer. All callers changed. (loop_reg_used_before_p, scan_loop, strength_reduce): Likewise. (check_dbra_loop, next_insn_in_loop, try_copy_prop): Likewise. (load_mems_and_recount_loop_regs_set, load_mems): Likewise. (insert_bct): Likewise. (basic_induction_var): New argument level. * loop.h (struct loop_info): Delete fields num, loops_enclosed, vtop, and cont. Add used_count_register. (uid_loop): Delete declaration. (loop_number_exit_count): Likewise. (loop_number_loop_starts, loop_number_loop_ends): Likewise. (loop_number_loop_cont, loop_number_cont_dominator): Likewise. (loop_outer_loop, loop_used_count_register): Likewise. (loop_invalid, loop_number_exit_labels): Likewise. (unroll_loop): Replace loop_start and loop_end arguments with loop structure pointer. (loop_precondition_p, loop_iterations): Likewise. Include basic-block.h. * unroll.c: (unroll_loop): Replace loop_start and loop_end arguments with loop structure pointer. (loop_precondition_p, loop_iterations): Likewise. * basic-block.h (struct loop): New entries vtop, cont, cont_dominator, start, end, top, scan_start, exit_labels, exit_count. * Makefile.in (LOOP_H): Add basic-block.h to dependencies. From-SVN: r31434
2000-01-15* defaults.h (ASM_OUTPUT_ASCII): Use ISDIGIT.Gerald Pfeifer2-2/+5
From-SVN: r31433
2000-01-14New test case.Martin v. Löwis1-0/+33
From-SVN: r31432
2000-01-14method.c (build_decl_overload_real): Check whether we are in :: before ↵Martin v. Löwis2-2/+8
returning __builtin_new/delete. * method.c (build_decl_overload_real): Check whether we are in :: before returning __builtin_new/delete. From-SVN: r31431
2000-01-14* config.in: Rebuilt for 2000-01-13 change to acconfig.h.Nathan Sidwell2-0/+7
From-SVN: r31430
2000-01-14pdp11-protos.h: New file.Kaveh R. Ghazi6-45/+84
* pdp11-protos.h: New file. * pdp11.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * pdp11.h: Move prototypes to pdp11-protos.h. Fix compile time warnings. * pdp11.md: Likewise. * 2bsd.h: Likewise. From-SVN: r31429
2000-01-14mn10300-protos.h: New file.Kaveh R. Ghazi5-56/+123
* mn10300-protos.h: New file. * mn10300.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * mn10300.h: Move prototypes to mn10300-protos.h. Fix compile time warnings. * mn10300.md: Likewise. From-SVN: r31428
2000-01-14mn10200-protos.h: New file.Kaveh R. Ghazi5-39/+96
* mn10200-protos.h: New file. * mn10200.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * mn10200.h: Move prototypes to mn10200-protos.h. Fix compile time warnings. * mn10200.md: Likewise. From-SVN: r31427
2000-01-14h8300-protos.h: New file.Kaveh R. Ghazi5-86/+178
* h8300-protos.h: New file. * h8300.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * h8300.h: Move prototypes to h8300-protos.h. Fix compile time warnings. * h8300.md: Likewise. From-SVN: r31426
2000-01-14varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED.Kaveh R. Ghazi2-3/+8
* varasm.c (asm_output_bss): Mark parameters with ATTRIBUTE_UNUSED. (asm_emit_uninitialised): Likewise. From-SVN: r31425
2000-01-14mips.h (ISA_HAS_INT_CONDMOVE): New.Gavin Romig-Koch3-7/+17
* config/mips/mips.h (ISA_HAS_INT_CONDMOVE): New. * config/mips/mips.md: Use ISA_HAS_INT_CONDMOVE. From-SVN: r31424
2000-01-14mips.c (override_options): Don't turn on extra alignment for mips16.Clinton Popetz2-1/+6
* config/mips/mips.c (override_options): Don't turn on extra alignment for mips16. From-SVN: r31423
2000-01-14mips.c (mips_va_arg): Fix fprv for the 32 bit eabi...Clinton Popetz2-2/+13
* config/mips/mips.c (mips_va_arg): Fix fprv for the 32 bit eabi, and make sure queued POSTINCREMENT rtl is emitted at the right point. From-SVN: r31422
2000-01-14builtins.c (PAD_VARARGS_DOWN): Define.Clinton Popetz4-7/+32
* builtins.c (PAD_VARARGS_DOWN): Define. (std_expand_builtin_va_arg): Use the above macro. * config/mips/mips.c (PAD_VARARGS_DOWN): Define. * tm.texi (Register Arguments): Document the above macro. From-SVN: r31421
2000-01-14If RTL checking is enabled, make sure that emit_insn is not used to emit aNick Clifton3-1/+20
jump insn. From-SVN: r31420
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi21-774/+801
* eh-common.h: PROTO -> PARAMS. * emit-rtl.c: Likewise. * errors.c: Likewise. * errors.h: Likewise. * except.c: Likewise. * except.h: Likewise. * explow.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * expr.h: Likewise. * final.c: Likewise. * fix-header.c: Likewise. * flow.c: Likewise. * fold-const.c: Likewise. * function.c: Likewise. * function.h: Likewise. * gcc.c: Likewise. * gcov-io.h: Likewise. * gcov.c: Likewise. * gcse.c: Likewise. From-SVN: r31419
2000-01-14sh-protos.h: New file.Kaveh R. Ghazi6-107/+240
* sh-protos.h: New file. * sh.c: Include insn-config.h, toplev.h, recog.h and tm_p.h. Add static prototypes. Fix compile time warnings. * sh.h: Move prototypes to sh-protos.h. Fix compile time warnings. * sh.md: Likewise. * elf.h: Likewise. From-SVN: r31418
2000-01-14arc-protos.h: New file.Kaveh R. Ghazi5-68/+175
* arc-protos.h: New file. * arc.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * arc.h: Move prototypes to arc-protos.h. Fix compile time warnings. * arc.md: Likewise. From-SVN: r31417
2000-01-14dsp16xx-protos.h: New file.Kaveh R. Ghazi5-161/+254
* dsp16xx-protos.h: New file. * dsp16xx.c: Include tm_p.h. Add static prototypes. Fix compile time warnings. * dsp16xx.h: Move prototypes to dsp16xx-protos.h. Fix compile time warnings. * dsp16xx.md: Likewise. From-SVN: r31416