1. 05 Sep, 2000 12 commits
    • Checked in for recognition of x86_64 · 05d52d78
      2000-09-05  Philipp Thomas  <pthomas@suse.de>
      
      	* config.guess: Import CVS version 1.156.
      	* config.sub: Import CVS version 1.179.
      
      From-SVN: r36157
      Philipp Thomas committed
    • Daily bump. · b7f0900f
      From-SVN: r36156
      Jeff Law committed
    • Makefile.in (CXX_TREE_H): Add dependency on HTAB_H. · ee94fce6
      	* Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
      	(pt.o): Remove dependency on HTAB_H.
      	* cp-tree.h: Include hashtab.h.
      	(walk_tree): Change prototype.
      	(walk_tree_without_duplicates): New function.
      	* decl.c (check_default_argument): Use it.
      	* optimize.c (remap_decl): Adjust calls to walk_tree.
      	(copy_body): Likewise.
      	(expand_calls_inline): Likewise.
      	(calls_setjmp_p): Use walk_tree_without_duplicates.
      	* pt.c: Don't include hashtab.h.
      	(for_each_template_parm): Use walk_tree_without_duplicates.
      	* semantics.c (finish-stmt_tree): Likewise.
      	(expand_body): Likewise.
      	* tree.c (walk_tree): Add additional parameter.
      	(walk_tree_without_duplicates): New function.
      	(count_trees): Use it.
      	(verify_stmt_tree): Adjust call to walk_tree.
      	(find_tree): Use walk_tree_without_duplicates.
      	(no_linkage_check): Likewise.
      	(break_out_target_exprs): Adjust call to walk_tree.
      	(cp_unsave): Likewise.
      
      From-SVN: r36155
      Mark Mitchell committed
    • gcse.c (hash_string_1): Add prototype. · c0712acb
      * gcse.c (hash_string_1): Add prototype.
      * cse.c (canon_hash_string): Likewise.
      
      From-SVN: r36154
      Alexandre Oliva committed
    • cp-demangle.c (demangle_template_arg): Eat an `E' after an <expression>. · 02bcb9c6
      	* cp-demangle.c (demangle_template_arg): Eat an `E' after an
      	<expression>.
      
      From-SVN: r36153
      Alex Samuel committed
    • tweak · a97d0689
      From-SVN: r36152
      Jason Merrill committed
    • cp-demangle.c (demangle_type_ptr): Increment position past pointer and reference characters. · aee749cf
      	* cp-demangle.c (demangle_type_ptr): Increment position past
      	pointer and reference characters.
      
      From-SVN: r36151
      Alex Samuel committed
    • cp-demangle.c (demangle_nv_offset): New function. · 92a16bbe
      	* cp-demangle.c (demangle_nv_offset): New function.
      	(demangle_v_offset): Likewise.
      	(demangle_call_offset): Likewise.
      	(demangle_special_name): Update thunk demangling to comply with
      	ABI changes.
      
      From-SVN: r36150
      Alex Samuel committed
    • cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code. · a1281f45
              * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
              (TEMPLATE_TEMPLATE_PARM): Adjust comment.
              * cp-tree.h (TYPE_BINFO): Adjust comment.
              (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
              (TEMPLATE_TYPE_PARM_INDEX): Likewise.
              (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
              (TYPE_TEMPLATE_INFO): Likewise.
              (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
              * class.c (push_nested_class): Likewise.
              * decl.c (lookup_name_real): Likewise.
              (grokdeclarator): Likewise.
              (grok_op_properties): Likewise.
              (xref_tag): Likewise.
              (xref_basetypes): Likewise.
              * decl2.c (constructor_name_full): Likewise.
              (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
              (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
              * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
              (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
              (dump_type_suffix): Likewise.
              * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
              instead.
              (get_aggr_from_typedef): Likewise.
              * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
              (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
              (write_template_parm): Likewise.
              (write_template_template_parm): Check tree code instead of
              using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
              * method.c (build_overload_nested_name): Add
              BOUND_TEMPLATE_TEMPLATE_PARM.
              (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
              * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
              * pt.c (convert_template_argument): Check tree code instead of
              using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
              (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
              (for_each_template_parm): Adjust comment.
              (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.
              (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
              (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.  Use
              template_args_equal to compare template template parameter cases.
              * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
              * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
              instead.
              * tree.c (copy_template_template_parm): Decide whether to create
              a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
              (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
              (copy_tree_r): Likewise.
              * typeck.c (comptypes): Likewise.  Check tree code instead of
              using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
      
      From-SVN: r36149
      Kriang Lerdsuwanakij committed
    • In include: · 31e0ab1f
              * dyn-string.h: Adjust formatting.
              (dyn_string_insert_char): New macro.  New declaration.
      
      In libiberty:
      
              * cp-demangle.c (ANONYMOUS_NAMESPACE_PREFIX): New macro.
              (substitution_def): Remove template_parm_number.
              (NOT_TEMPLATE_PARM): Remove.
              (result_insert_string): New macro.
              (result_insert): Likewise.
              (result_insert_char): Likewise.
              (substitution_add): Remove last parameter.  Don't store template
              parm number.
              (BFT_NO_RETURN_TYPE): Define as NULL.
              (demangle_encoding): Adjust call to demangle_bare_function_type.
              (demangle_name): Adjust substitution.  Adjust call to
              substitution_add.
              (demangle_prefix): Adjust call to substitution_add.
              (demangle_identifier): Handle anonymous namespaces.
              (demangle_operator_name): Change demangling of vendor-extended
              operator to match ABI changes.
              (demangle_type_ptr): Change parameters.  Make recursive.  Handle
              substitutions here.
              (demangle_type): Adjust calls to demangle_template_param,
              substitution_add, and demangle_type_ptr.  Fix substitution of
              templated types.
              (demangle_function_type): Change parameter to a pointer.
              (demangle_bare_function_type): Likewise.  Adjust insertion point.
              (demangle_template_param): Remove last parameter.
              (demangle_expr_primary): Remove unused variable.  Adjust call to
              demangle_template_param.
              (is_mangled_char): Accept `$' and `.'.
              * cplus-dem.c (gnu_new_abi_symbol_characters): Add '$' and '.'.
              * dyn-string.c (dyn_string_insert_char): New function.
      
      From-SVN: r36148
      Alex Samuel committed
    • decl.c (finish_function): Move the code for handling functions marked with the… · c9672d45
      decl.c (finish_function): Move the code for handling functions marked with the constructor and destructor...
      
              * decl.c (finish_function): Move the code for handling functions
              marked with the constructor and destructor attributes inside the
              expand_p block.
      
      From-SVN: r36147
      Mark Elbrecht committed
    • * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it. · af7f0fde
      From-SVN: r36146
      Craig Newell committed
  2. 04 Sep, 2000 22 commits
  3. 03 Sep, 2000 6 commits
    • Configure changes required for zlib. · 3c809ba4
      From-SVN: r36122
      Anthony Green committed
    • configure.in: Add TARGET_LIBRARY conditional. · e093c992
      Sun Sep  3 12:37:12 2000  Anthony Green  <green@redhat.com>
      
      	* configure.in: Add TARGET_LIBRARY conditional.
      	* configure: Rebuilt.
      	* Makefile.am: If we're building a build host library, call the
      	library libz.a and don't use libtool.
      	* Makefile.in: Rebuilt.
      
      From-SVN: r36121
      Anthony Green committed
    • arm.c (final_prescan_insn): If the form of a jump insn isn't recognized, don't… · 4e67550b
      arm.c (final_prescan_insn): If the form of a jump insn isn't recognized, don't try to conditionally execute it.
      
      * arm.c (final_prescan_insn): If the form of a jump insn isn't
      recognized, don't try to conditionally execute it.
      
      From-SVN: r36120
      Richard Earnshaw committed
    • avr.md ("*tablejump_lib"): New pattern. · 150f4100
      	* config/avr/avr.md ("*tablejump_lib"): New pattern.
      	(call_value_insn): Right length claculation.
      	(call_insn): Likewise.
      
      From-SVN: r36119
      Denis Chertykov committed
    • Daily bump. · 2c9f8482
      From-SVN: r36118
      Jeff Law committed
    • avr-protos.h, avr.c (unique_section, [...]): Add "const" as needed to remove warnings. · 5fecfd8d
      	* config/avr/avr-protos.h, config/avr/avr.c (unique_section,
      	gas_output_limited_string, gas_output_ascii, output_movqi,
      	output_movhi, out_movqi_r_mr, out_movqi_mr_r, out_movhi_r_mr,
      	out_movhi_mr_r, out_movsi_r_mr, out_movsi_mr_r, output_movsisf,
      	out_tstsi, out_tsthi, ret_cond_branch, ashlqi3_out, ashlhi3_out,
      	ashlsi3_out, ashrqi3_out, ashrhi3_out, ashrsi3_out, lshrqi3_out,
      	lshrhi3_out, lshrsi3_out, output_reload_inhi, output_reload_insisf,
      	out_shift_with_cnt, ptrreg_to_str, cond_string, encode_section_info):
      	Add "const" as needed to remove warnings.
      
      	* config/avr/avr.c (avr_override_options, avr_init_once,
      	function_prologue, function_epilogue, frame_pointer_required_p,
      	class_likely_spilled_p, order_regs_for_local_alloc,
      	avr_address_cost, avr_ret_register): Use K&R style arguments.
      	(initial_elimination_offset, gas_output_limited_string):
      	Remove ATTRIBUTE_UNUSED from the used arguments.
      	(output_mov*, out_mov*_r_mr, out_mov*_mr_r, output_reload_insisf):
      	Use local variables src, dest, base to access operands[].
      	Rename reg_dest to reg_src if that's what it is.
      	(output_movhi, output_movsisf): Optimize loading 8-bit immediate
      	constants to LD_REGS if reg_was_0.
      	(output_reload_insisf): Change arg 3 to insn length and set it.
      	(out_movhi_r_mr, out_movhi_mr_r): Use in/out for more efficient
      	access to 16-bit I/O register pairs.
      	(avr_address_cost): Lower cost for the above case.
      	(out_tsthi): Use "or" (faster) instead of "sbiw" if the operand
      	may be clobbered, also for LD_REGS.
      	(adjust_insn_length): Correct insn length for iorhi3 and iorsi3
      	with a CONST_INT.
      
      	* config/avr/avr.h (PTRDIFF_TYPE): Make signed.
      
      	* config/avr/avr.md: Change all uses of the TEST_HARD_REG_CLASS
      	macro to test_hard_reg_class function.
      	(*movsi, *movsf): Change "cc" attribute from "clobber" to "none"
      	for loading immediate constants to LD_REGS.
      	(andsi3, cmphi, cmpsi): Add return statements to avoid warnings.
      
      From-SVN: r36117
      Marek Michalkiewicz committed