1. 27 Apr, 2000 36 commits
  2. 26 Apr, 2000 4 commits
    • pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal. · 466d45de
              * pa/pa32-regs.h (HARD_REGNO_MODE_OK): Warning removal.
              * pa/pa64-regs.h (HARD_REGNO_MODE_OK): Warning removal.
      
      From-SVN: r33449
      Rodney Brown committed
    • dwarf2out.c (dw_cfi_oprnd_struct, [...]): Constify a char*. · d3e3972c
              * dwarf2out.c (dw_cfi_oprnd_struct, dw_fde_struct, add_fde_cfi,
              reg_save, dwarf2out_frame_debug_expr, dwarf2out_def_cfa,
              dwarf2out_window_save, dwarf2out_args_size, dwarf2out_reg_save,
              dwarf2out_return_save, dwarf2out_return_reg,
              dwarf2out_stack_adjust, dwarf2out_frame_debug, primary_filename,
              add_AT_lbl_id, add_AT_lbl_offset, type_tag, decl_start_label,
              gen_compile_unit_die, dwarf2out_init): Constify a char*.
      
              * dwarf2out.h (dwarf2out_init): Likewise.
      
              * dwarfout.c (filename_entry, primary_filename, last_filename,
              type_tag, output_compile_unit_die, dwarfout_init): Likewise.
      
              * tree.h (dwarf2out_def_cfa, dwarf2out_window_save,
              dwarf2out_args_size, dwarf2out_reg_save, dwarf2out_return_save,
              dwarf2out_return_reg): Likewise.
      
      From-SVN: r33448
      Kaveh R. Ghazi committed
    • Makefile.in: Rebuilt. · 09acb3e1
      	* Makefile.in: Rebuilt.
      	* Makefile.am (AM_CXXFLAGS): Added -fasynchronous-exceptions.
      
      From-SVN: r33447
      Tom Tromey committed
    • cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P. · fc611ce0
      	* cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
      	* init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
      	* call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
      	before calling decl_constant_value.
      	* class.c (check_bitfield_decl): Likewise.
      	* cvt.c (ocp_convert): Likewise.
      	(convert): Likewise.
      	* decl.c (compute_array_index_type): Likewise.
      	(build_enumerator): Likewise.
      	* decl2.c (check_cp_case_value): Likewise.
      	* pt.c (convert_nontype_argument): Likewise.
      	(tsubst): Likewise.
      	* typeck.c (decay_conversion): Likewise.
      	(build_compound_expr): Likewise.
      	(build_reinterpret_cast): Likewise.
      	(build_c_cast): Likewise.
      	(convert_for_assignment): Likewise.
      
      From-SVN: r33446
      Mark Mitchell committed