1. 15 Sep, 2001 7 commits
    • * scan-decls.c (scan_decls): Fix typo. · 65813f56
      From-SVN: r45628
      Neil Booth committed
    • cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos. · 50410426
      	* cpphash.h (struct cpp_reader): Remove lexer_pos, directive_pos.
      	Split mlstring_pos into mls_line and mls_col.
      	* cppinit.c (cpp_create_reader): Initialize line to 1.
      	(cpp_destroy): Free tokenruns.
      	(push_include): Don't update lexer_pos.
      	* cpplex.c (unterminated, parse_string): Update.
      	(lex_token): Don't update lexer_pos, update.
      	* cpplib.c (if_stack): Save line instead of line + col.
      	(start_directive, _cpp_do__Pragma, do_else, do_elif,
      	push_conditional, _cpp_pop_buffer): Update.
      	* cppmacro.c (funlike_invocation_p): Don't save lexer_pos.
      	(_cpp_create_definition): Update.
      
      From-SVN: r45627
      Neil Booth committed
    • Daily bump. · 6131fd23
      From-SVN: r45626
      GCC Administrator committed
    • abi64.h: Add support for MEABI. · 6047ddc8
      2001-09-15  Eric Christopher  <echristo@redhat.com>
      
      	* config/mips/abi64.h: Add support for MEABI.
      
      From-SVN: r45624
      Eric Christopher committed
    • mips.md: Add unspec #2. · 0e5a4ad8
      2001-09-15  Eric Christopher  <echristo@redhat.com>
      
      	* config/mips/mips.md: Add unspec #2.
      	(reload_indi): Use.
      	(reload_outdi): Ditto.
      	(reload_outsi): Ditto.
      	(HILO_delay): New.
      
      2001-09-15  Eric Christopher  <echristo@redhat.com>
      	    Jason Eckhardt  <jle@redhat.com>
      
      	* config.gcc: Add mipsisa32 target and mipsisa32-linux target.
      	* config/mips/isa32-linux.h: New file.
      	* config/mips/isa3264.h: Ditto.
      	* config/mips/mips-protos.h: Add mips_hard_regno_nregs.
      	* config/mips/mips.c (mips_hard_regno_nregs): Move here from mips.h.
      	(output_block_mode): Support MEABI.
      	(function_arg): Ditto. Fix floating point arg passing.
      	(mips_va_start): Ditto.
      	(override_options): Add isas 32 and 64, meabi, mips32 and mips64
      	processors.
      	(mips_asm_file_start): Add new section to pass abi to gdb.
      	(function_arg_pass_by_reference): Support MEABI.
      	(mips_parse_cpu): Support mips32 and mips64 processors.
      	* config/mips/mips.h: Support ABI_MEABI, TARGET_MIPS4KC,
      	TARGET_MIPS5KC.  Support isa32 and isa64.
      	(processor_type): Add r4kc, r5kc, r20kc.
      	(GENERATE_MULT3_SI): New.
      	(GENERATE_MULT3_DI): Ditto.
      	(GENERATE_MULT3): Remove.
      	(ISA_HAS_64BIT_REGS): Add isa == 64.
      	(ISA_HAS_8CC): Add mips_isa = 32 and 64.
      	(ISA_HAS_MADD_MSUB): New.
      	(ISA_HAS_CLZ_CLO): Ditto.
      	(ISA_HAS_DCLZ_DCLO): Ditto.
      	(ABI_GAS_ASM_SPEC): New.
      	(GAS_ASM_SPEC): Use. Add support for mips32, mips64.
      	(ASM_SPEC): Ditto.
      	(LINK_SPEC): Ditto.
      	(SUBTARGET_CC1_SPEC): Ditto.
      	(SUBTARGET_CPP_SIZE_SPEC): Ditto.
      	(PAD_VARARGS_DOWN): Support MEABI.
      	(HARD_REGNO_NREGS): Move to mips.c.
      	(ASM_OUTPUT_IDENT): Add #undef.
      	* config/mips/mips.md: Add r4kc, r5kc, r20kc.
      	(mulsi3): Use GENERATE_MULT3_SI.
      	(mulsi3_mult3): Ditto.  Support mips32, mips64.
      	(mul_acc_si): Use ISA_HAS_MADD_MSUB.
      	(mul_sub_si): New pattern.
      	(unnamed splitters): New.
      	(muldi3): Use GENERATE_MULT3_DI.
      	(muldi3_internal2): Ditto.
      	(movdicc): Support mips32.
      	* config/mips/t-isa3264: New file.
      
      From-SVN: r45623
      Eric Christopher committed
    • TimeZone.java: Updated list of timezones from Classpath. · 9a5257d5
      	* java/util/TimeZone.java: Updated list of timezones from
      	Classpath.
      
      From-SVN: r45622
      Tom Tromey committed
    • headers_cc.txt: "Sync"/copy real file over. · 0da1b7b5
      2001-09-14  Phil Edwards  <pme@sources.redhat.com>
      
      	* docs/html/17_intro/headers_cc.txt:  "Sync"/copy real file over.
      	* docs/html/17_intro/howto.html:  Spacing and HTML markup fixes.
      	* docs/html/18_support/howto.html:  It won't compile; it's not code.
      	* docs/html/19_diagnostics/howto.html:  Point diagram seekers to
      	doxygen'd pages.
      	* docs/html/22_locale/howto.html:  Comment for future work.
      	* docs/html/23_containers/howto.html:  More comments.
      	* docs/html/25_algorithms/howto.html:  It's a comment, not a
      	blunt command to the reader.  (English grammar.)
      
      From-SVN: r45620
      Phil Edwards committed
  2. 14 Sep, 2001 28 commits
  3. 13 Sep, 2001 5 commits
    • Implement std::money_get. · fb678854
      
      2001-09-13   Benjamin Kosnik  <bkoz@redhat.com>
      
      	Implement std::money_get.
      	* include/bits/locale_facets.tcc (money_get::do_get): Implement.
      	* include/bits/locale_facets.h (money_get): Correct signatures.
      	* testsuite/22_locale/money_get.cc: New file.
      	* testsuite/22_locale/money_get_members_char.cc: New file.
      
      	* include/bits/locale_facets.tcc (__verify_grouping): New
      	function. Consolidate num_get and money_get group checking into
      	one function.
      	(money_get): Use it.
      	* src/locale.cc (num_get::_M_extract): Use it.
      	* src/locale-inst.cc: Add instantiation.
      
      From-SVN: r45585
      Benjamin Kosnik committed
    • Hashtable.java (Enumerator): Ensure that if hasMoreElements() returns true... · 6a3d4031
      	* java/util/Hashtable.java (Enumerator): Ensure that if
      	hasMoreElements() returns true, nextElement() will always return
      	something even if the table has been modified.
      
      From-SVN: r45584
      Bryce McKinlay committed
    • File.java (normalizePath): Use equals() not '==' for string comparison. · 7364d5f8
      	* java/io/File.java (normalizePath): Use equals() not '==' for string
      	comparison.
      
      From-SVN: r45583
      Bryce McKinlay committed
    • c-parse.in (_yylex): Use _cpp_backup_tokens. · bdcbe496
      	* c-parse.in (_yylex): Use _cpp_backup_tokens.
      	* cpphash.h (struct tokenrun): Add prev.
      	(struct lexer_state): Remove bol.
      	(struct cpp_reader): Remove old lookahead stuff, add lookaheads.
      	(_cpp_free_lookaheads, _cpp_release_lookahead, _cpp_push_token)
      	: Remove.
      	* cppinit.c (cpp_create_reader): Don't set bol.
      	(cpp_destroy): Don't free lookaheads.
      	* cpplex.c (lex_directive): Remove.
      	(next_tokenrun): Update.
      	(_cpp_lex_token): Clean up logic.
      	(lex_token): Update to return a pointer to lexed token, since it
      	can move to the start of the buffer.  Simpify newline handling.
      	* cpplib.c (SEEN_EOL): Update.
      	(skip_rest_of_line): Remove lookahead stuff.
      	(end_directive): Line numbers are already incremented.  Revert
      	to start of lexed token buffer if we can.
      	(_cpp_handle_directive, do_pragma, do_pragma_dependency,
      	parse_answer): Use _cpp_backup_tokens.
      	(run_directive, cpp_pop_buffer): Don't set bol, set saved_flags
      	instead.  Don't check for EOL.
      	(do_include_common, do_line, do_pragma_system_header): Use
      	skip_rest_of_line.
      	* cpplib.h (BOL, _cpp_backup_tokens): New.
      	* cppmacro.c (save_lookahead_token, take_lookahead_token,
      	alloc_lookahead, free_lookahead, _cpp_free_lookaheads,
      	cpp_start_lookahead, cpp_stop_lookahead, _cpp_push_token): Remove.
      	(builtin_macro): Don't use cpp_get_line.
      	(cpp_get_line): Short term kludge.
      	(parse_arg): Handle directives in arguments here.  Back up when
      	appropriate.  Store EOF at end of argument list.
      	(funlike_invocation_p): Use _cpp_backup_tokens.
      	(push_arg_context): Account for EOF at end of list.
      	(cpp_get_token): Remove lookahead stuff.  Update.
      
      	* gcc.dg/cpp/directiv.c: Update.
      	* gcc.dg/cpp/undef1.c: Update.
      
      From-SVN: r45582
      Neil Booth committed
    • c-parse.in (yyerror): Const-ification and/or static-ization. · 83182544
      	* c-parse.in (yyerror): Const-ification and/or static-ization.
      	* c-typeck.c (push_member_name): Likewise.
      	* collect2.c (main): Likewise.
      	* dbxout.c (dbxout_parms): Likewise.
      	* diagnostic.c (format_with_decl): Likewise.
      	* dwarf2out.c (output_ranges): Likewise.
      	* dwarfout.c (fundamental_type_code): Likewise.
      	* except.c (dw2_output_call_site_table): Likewise.
      	* gcc.c (do_spec_1): Likewise.
      	* genopinit.c (optabs): Likewise.
      	* objc/objc-act.c (synth_id_with_class_suffix, start_class,
      	gen_declaration_1, handle_impent): Likewise.
      	* protoize.c (default_include, in_system_include_dir, abspath):
      	Likewise.
      	* sched-vis.c (visualize_stall_cycles): Likewise.
      	* sdbout.c (plain_type_1, sdbout_end_function,
      	sdbout_end_epilogue): Likewise.
      	* varasm.c (decode_reg_name): Likewise.
      
      	* 1750a.c (mod_regno_adjust): Likewise.
      	* alpha.c (alpha_write_one_linkage,
      	unicosmk_output_default_externs): Likewise.
      	* arm.c (arm_condition_codes): Likewise.
      	* arm.h (arm_condition_codes): Likewise.
      	* avr.c (output_movsisf, encode_section_info): Likewise.
      	* darwin.h (GEN_BINDER_NAME_FOR_STUB, GEN_SYMBOL_NAME_FOR_SYMBOL):
      	Likewise.
      	* i386.c (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
      	* i386.h (hi_reg_name, qi_reg_name, qi_high_reg_name): Likewise.
      	* m88k.c (output_function_profiler): Likewise.
      	* mips.c (mips_output_conditional_branch): Likewise.
      	* ns32k.c (ns32k_out_reg_names): Likewise.
      	* ns32k.h (ns32k_out_reg_names): Likewise.
      	* pj.c (pj_output_rval): Likewise.
      	* rs6000.c (GEN_LOCAL_LABEL_FOR_SYMBOL): Likewise.
      	* sparc.c (sparc_flat_function_prologue,
      	sparc_flat_function_epilogue): Likewise.
      
      cp:
      	* decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
      	Const-ification.
      	* pt.c (tsubst_decl): Likewise.
      
      f:
      	* bad.c (ffebad_finish): Const-ification and/or static-ization.
      	* intrin.c (ffeintrin_cmp_name_): Likewise.
      	* stc.c (ffestc_R904): Likewise.
      
      java:
      	* expr.c (expand_invoke): Const-ification.
      	* parse.y (patch_method_invocation): Likewise.
      
      From-SVN: r45581
      Kaveh R. Ghazi committed