- 25 Nov, 1999 1 commit
-
-
* prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType. (_Jv_NewPrimArray): Likewise. * java/lang/natObject.cc (clone): Use _Jv_GetArrayElementFromElementType instead of sizeof. * java/lang/natSystem.cc (arraycopy): Use _Jv_GetArrayElementFromElementType. * include/jvm.h (_Jv_GetArrayElementFromElementType): New function. From-SVN: r30655
Tom Tromey committed
-
- 24 Nov, 1999 10 commits
-
-
sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case where we need to reload fpul from a system register. Wed Nov 24 18:39:18 1999 Andrew Haley <aph@cygnus.com> * config/sh/sh.h (SECONDARY_OUTPUT_RELOAD_CLASS): Add the case where we need to reload fpul from a system register. From-SVN: r30654
Andrew Haley committed -
* config/mips/linux.h (CPP_PREDEFINES): Added. (LINK_SPEC): Remove -Y since this is only needed on sparc. From-SVN: r30653
Andreas Jaeger committed -
* config/mips/linux.h (TARGET_VERSION): Added. (HANDLE_SYSV_PRAGMA): Added. (DEFAULT_VTABLE_THUNKS): Added. From-SVN: r30652
Andreas Jaeger committed -
* local-alloc.c (qty): New structure and static variable. (qty_phys_reg): Remove, all references changed to qty. (qty_n_refs): Likewise. (qty_min_class): Likewise. (qty_birth): Likewise. (qty_death): Likewise. (qty_size): Likewise. (qty_mode): Likewise. (qty_n_calls_crossed): Likewise. (qty_alternate_class): Likewise. (qty_changes_size): Likewise. (qty_first_reg): Likewise. (alloc_qty): Rename variable QTY to QTYNO. (finf_free_reg): Likewise. (local_alloc): Allocate qty, do not allocate the removed variables. From-SVN: r30651
Jan Hubicka committed -
From-SVN: r30650
Jeff Law committed -
* config/mips/mips.h (ASM_SPEC): Don't pass -G to the assembler when -membedded-pic is passed. * config/mips/mips.md (casesi): Handle 64-bit case too. (casesi_internal_di): New insn. * config/mips/mips.c (embedded_pic_offset): Always make the embedded-pic subtractions relative to the name of the current function by use of the magic string "..CURRENT_FUNCTION". * config/mips/mips.h (ASM_OUTPUT_LABELREF): Make the magic happen. From-SVN: r30649
Geoff Keating committed -
* config/mips/mips.md (div_trap_normal): Don't ask for the REGNO of (const_int 0), when what we really care about is whether it's a zero constant anyway. (div_trap_mips16): Likewise. From-SVN: r30648
Geoff Keating committed -
loop.c (loop_optimize): Always find_loop_tree_blocks and unroll_block_trees when generating debuggable code. * loop.c (loop_optimize): Always find_loop_tree_blocks and unroll_block_trees when generating debuggable code. From-SVN: r30647
Mark Mitchell committed -
* tree.h (unsave_expr_1): New function. (lang_unsave): New variable. (get_callee_fndecl): New function. * tree.c (unsave_expr_now_r): New function. (lang_unsave): Define. (unsave_expr_1): Likewise. (unsave_expr_now_r): Split out from unsave_expr_now. (unsave_expr_now): Call lang_unsave if it is non-NULL. Otherwise, call unsave_expr_now_r. (get_callee_fndecl): Define. From-SVN: r30646
Mark Mitchell committed -
* Makefile.in (gencheck): Don't depend on lang_tree_files. (gencheck.o): Do depend on lang_tree_files. From-SVN: r30645
Mark Mitchell committed
-
- 23 Nov, 1999 20 commits
-
-
1999-11-23 Mark Mitchell <mark@codesourcery.com> * integrate.h (copy_decl_for_inlining): New declaration. * integrate.c (copy_and_set_decl_abstract_origin): Remove. (copy_decl_for_inlining): New function. (integrate_parm_decls): Use it. (integrate_decl_tree): Likewise. From-SVN: r30644
Mark Mitchell committed -
* config/mips/mips.h (ISA_HAS_FP4,ISA_HAS_CONDMOVE,ISA_HAS_8CC): Split the second two from the first. (CONDITIONAL_REGISTER_USAGE): Use ISA_HAS_8CC rather than ISA_HAS_FP4. * config/mips/mips.md (movcc,reload_incc,reload_outcc, conditional move): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than ISA_HAS_FP4. * config/mips/mips.c (mips_move_1word,gen_conditional_branch, override_options): Use ISA_HAS_CONDMOVE or ISA_HAS_8CC rather than ISA_HAS_FP4. From-SVN: r30643
Gavin Romig-Koch committed -
* pa.md (call_internal_symref, call_value_internal_symref): No mode needed on the address operand. * pa.c (call_operand_address): Check for the correct mode. From-SVN: r30642
Jeffrey A Law committed -
* decl.c (pushdecl, grokdeclarator): Don't call a variadic function with a non-literal format string. * lex.c (do_identifier): Likewise. * typeck.c (build_unary_op): Likewise. From-SVN: r30641
Kaveh R. Ghazi committed -
expr.c (build_chill_function_call): Don't call a variadic function with a non-literal format string. * expr.c (build_chill_function_call): Don't call a variadic function with a non-literal format string. * grant.c (write_spec_module): Likewise. * parse.c (require, expect): Likewise. * tasking.c (get_struct_type_name, get_struct_debug_type_name, get_tasking_code_name, get_struct_variable_name, get_process_wrapper_name, build_start_process): Likewise. * typeck.c (valid_array_index_p): Likewise. From-SVN: r30640
Kaveh R. Ghazi committed -
From-SVN: r30639
Jason Merrill committed -
From-SVN: r30638
Bernd Schmidt committed -
1999-11-23 Bryce McKinlay <bryce@albatross.co.nz> * java/net/natPlainSocketImpl.cc: Fix potential buffer overruns in Exception messages. PR java.net/57. (bind): set SO_REUSEADDR before bind. * java/net/natPlainDatagramSocketImpl.cc: Fix potential buffer overruns. PR java.net/57. From-SVN: r30637
Bryce McKinlay committed -
From-SVN: r30636
Jeff Law committed -
From-SVN: r30635
Mark Mitchell committed -
* cp-tree.def (CTOR_COMPLETE): New tree node. * decl.c (finish_constructor_body): Add it, to mark the end of the constructor. (finish_function): Don't call end_protect_partials here. * ir.texi (CTOR_COMPLETE): Document it. * semantics.c (expand_stmt): Handle it. From-SVN: r30634
Mark Mitchell committed -
* Makefile.in (gencheck.o): Depend on gencheck.h. (insn-emit.o): Depend on flags.h, hard-reg-set.h and resource.h. (insn-peep.o): Depend on except.h and function.h. (insn-attrtab.o): Depend on RECOG_H. (insn-output.o): Depend on toplev.h and flags.h. (gengenrtl.o): Depend on real.h. (gen-protos.o): Depend on cpplib.h and cpphash.h. Unify all dependencies to be on RECOG_H rather than recog.h. From-SVN: r30633
Hans-Peter Nilsson committed -
* config-ml.in (sparc*-*-*): Disable sparcv9 support if the necessary libraries are missing. From-SVN: r30632
Rainer Orth committed -
* configure.in: Try building a bi-arch 32/64-bit compiler on sparc-*-solaris2.7 and higher. * configure: Rebuild. From-SVN: r30631
Rainer Orth committed -
* cp-tree.def (CTOR_COMPLETE): New tree node. (finish_constructor_body): Add it, to mark the end of the constructor. (finish_function): Don't call end_protect_partials here. * ir.texi (CTOR_COMPLETE): Document it. * semantics.c (expand_stmt): Handle it. From-SVN: r30630
Mark Mitchell committed -
* config/freebsd.h: New, FreeBSD architecture independent file. * config/i386/freebsd-elf.h: removed FreeBSD architecturally independent pieces. * config/i386/freebsd.h: include i386/perform.h via tm.h rather than directly by i386/freebsd.h. * configure.in (*-*-freebsdelf): Include new FreeBSD architecturally independent configuration file. (*-*-freebsdelf): Include i386/perform.h via tm.h rather than directly by i386/freebsd.h. * configure: Rebuilt. *POTFILES.in: Add config/freebsd.h From-SVN: r30628
Jeff Law committed -
* xm-i386.h: Define `__i386__' if not defined, rather than `i386' which is in the user's namespace. * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs. `i386' which is not in our namespace. From-SVN: r30627
David O'Brien committed -
From-SVN: r30626
R. Kelley Cook committed -
* cp-tree.def (FUNCTION_NAME): New tree node. * cp-tree.h (current_function_name_declared): Tweak documentation. (lang_decl_flags): Add pretty_function_p, adjust dummy. (DECL_PRETTY_FUNCTION_P): New macro. * decl.c (cp_finish_decl): Handle declarations of __FUNCTION__, etc., in a template function. Use at_function_scope_p instead of expanding it inline. * pt.c (tsubst_decl): Handle DECL_PRETTY_FUNCTION_P declarations specially. (tsubst): Handle FUNCTION_NAME. (tsubst_copy): Likewise. (instantiate_decl): Prevent redeclarations of __PRETTY_FUNCTION__, etc. in instantiation. * semantics.c (begin_compound_stmt): Declare __FUNCTION__, etc., even in template functions. (setup_vtbl_ptr): Don't declare __PRETTY_FUNCTION in the conditional scope at the top of a destructor. * error.c (dump_function_decl): Use `[ with ... ]' syntax for specializations too. From-SVN: r30625
Mark Mitchell committed -
* dwarf2out.c (die_struct): Remove die_attr_last and die_child_last. (add_dwarf_attr, add_child_die): Just push onto the front. (reverse_die_lists): New fn. (add_sibling_attributes): Use it. (push_decl_scope): Reorganize. (gen_struct_or_union_type_die): Don't add a DW_AT_containing_type that points to ourself. (add_name_and_src_coords_attributes): Don't set file and line for an artificial decl. (gen_subprogram_die): An artificial function doesn't need to match file and line. (gen_compile_unit_die): Return the generated die. Only add AT_comp_dir if the filename is relative. (remove_AT): Simplify loop. Also free string values. (output_die): A DIE ref can't be null. (output_value_format, value_format): Take a dw_attr_ref. (dwarf_last_decl, is_extern_subr_die, sibling_offset): Remove. (AT_class, AT_flag, AT_int, AT_unsigned, AT_string, AT_ref, AT_loc, AT_addr, AT_lbl): New fns. (various): Use them. (various): Constify. From-SVN: r30624
Jason Merrill committed
-
- 22 Nov, 1999 9 commits
-
-
* combine.c (combine_simplify_rtx): When handling a SUBREG, take SUBREG_WORD into account. (if_then_else_cond): Likewise. From-SVN: r30623
J"orn Rennecke committed -
* stl_rope.h: Fix initialization order. * stl_deque.h: Use static_casts<size_type>(signed_type). Co-Authored-By: Matthias Klose <doko@cs.tu-berlin.de> From-SVN: r30622
Benjamin Kosnik committed -
* gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising clause from BSD license From-SVN: r30621
Jason Merrill committed -
* strtoul.c, strtol.c, random.c: Remove advertising clause from BSD license From-SVN: r30620
Jason Merrill committed -
From-SVN: r30619
Bernd Schmidt committed -
From-SVN: r30618
Bernd Schmidt committed -
From-SVN: r30617
Nathan Sidwell committed -
* semantics.c (finish_unary_op_expr): Only set TREE_NEGATED_INT when actually negative. * typeck.c (convert_for_assignment): Expand comment about strange NULL check, moved from ... (convert_for_initialization): ... here. Remove unneeded code. From-SVN: r30616
Nathan Sidwell committed -
* g++.old-deja/g++.eh/cleanup2.C: New test. * g++.old-deja/g++.ext/pretty2.C: New test. * g++.old-deja/g++.ext/pretty3.C: New test. * g++.old-deja/g++.other/debug6.C: New test. From-SVN: r30615
Nathan Sidwell committed
-