1. 16 Jun, 2003 10 commits
  2. 15 Jun, 2003 24 commits
  3. 14 Jun, 2003 6 commits
    • lang-specs.h: Rewrite -MD and -MMD to append an underscore. · cef67dce
      	* lang-specs.h: Rewrite -MD and -MMD to append an underscore.
      	* lang.c (java_handle_option): -MD and -MMD have an underscore.
      	* lang.opt: -MD and -MMD have an underscore.
      
      From-SVN: r67958
      Neil Booth committed
    • rtl.h (STORE_FLAG_VALUE): Remove default definition from here. · 06f31100
      
      	* rtl.h (STORE_FLAG_VALUE): Remove default definition from here.
      	* defaults.h (STORE_FLAG_VALUE): Move default definition to here.
      	* doc/tm.texi (STORE_FLAG_VALUE): Document the default value.
      
      	* config/alpha/alpha.h (STORE_FLAG_VALUE): Remove definition.
      	* config/arc/arc.h (STORE_FLAG_VALUE): Likewise.
      	* config/arm/arm.h (STORE_FLAG_VALUE): Likewise.
      	* config/cris/cris.h (STORE_FLAG_VALUE): Likewise.
      	* config/i370/i370.h (STORE_FLAG_VALUE): Likewise.
      	* config/i386/i386.h (STORE_FLAG_VALUE): Likewise.
      	* config/i960/i960.h (STORE_FLAG_VALUE): Likewise.
      	* config/ia64/ia64.h (STORE_FLAG_VALUE): Likewise.
      	* config/ip2k/ip2k.h (STORE_FLAG_VALUE): Likewise.
      	* config/m32r/m32r.h (STORE_FLAG_VALUE): Likewise.
      	* config/mcore/mcore.h (STORE_FLAG_VALUE): Likewise.
      	* config/mips/mips.h (STORE_FLAG_VALUE): Likewise.
      	* config/mmix/mmix.h (STORE_FLAG_VALUE): Likewise.
      	* config/ns32k/ns32k.h (STORE_FLAG_VALUE): Likewise.
      	* config/pa/pa.h (STORE_FLAG_VALUE): Likewise.
      	* config/pdp11/pdp11.h (STORE_FLAG_VALUE): Likewise.
      	* config/sh/sh.h (STORE_FLAG_VALUE): Likewise.
      	* config/sparc/sparc.h (STORE_FLAG_VALUE): Likewise.
      	* config/v850/v850.h (STORE_FLAG_VALUE): Likewise.
      	* config/xtensa/xtensa.h (STORE_FLAG_VALUE): Likewise.
      
      Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
      
      From-SVN: r67957
      Roger Sayle committed
    • * opts.sh (POSIXLY_CORRECT): Unset it. · b7a70588
      From-SVN: r67954
      Nathan Sidwell committed
    • tree.h (init_function_start): Remove filename and line paramters. · ee6b0296
      	* tree.h (init_function_start): Remove filename and line paramters.
      	* function.c (init_function_start): Remove filename and line
      	parameters. Use DECL_SOURCE_LOCATION.
      	* c-decl.c (store_parm_decls): Adjust init_function_start call.
      	(c_expand_body_1): Likewise.
      	* coverage.c (create_coverage): Likewise.
      
      	* ada/utils.c (begin_subprog_body): Adjust init_function_start
      	call.
      
      	* cp/decl.c (start_function): Adjust init_function_start call.
      	* cp/method.c (use_thunk): Likewise.
      	* cp/semantics.c (genrtl_start_function): Likewise.
      
      	* f/com.c (stor_parm_decls): Adjust init_function_start call.
      
      	* java/class.c (emit_register_classes): Adjust init_function_start
      	call.
      	* java/decl.c (complete_start_java_method): Likewise.
      	* java/resource.c (write_resource_constructor): Likewise.
      
      	* objc/objc-act.c (build_tmp_function_decl): Set line number to
      	zero.
      	(hack_method_prototype): Adjust init_function_start call.
      
      	* treelang/treetree.c (tree_code_create_function_initial): Adjust
      	init_function_start call.
      
      From-SVN: r67953
      Nathan Sidwell committed
    • re PR target/3724 ([ARM]Illegal instruction when profiling optimized code on arm-linux) · 2fbe6bc2
      PR target/3724
      * arm/linux-elf.h (PROFILE_HOOK): Define.
      
      From-SVN: r67950
      Richard Earnshaw committed
    • re PR target/11183 ([arm] ICE in change_address_1 (3.3) / subreg_hard_regno (3.4)) · 75d2580c
      PR target/11183
      * arm.h (CANNOT_CHANGE_MODE_CLASS): Define.
      
      From-SVN: r67947
      Richard Earnshaw committed