1. 22 Jul, 2002 14 commits
  2. 21 Jul, 2002 10 commits
  3. 20 Jul, 2002 12 commits
  4. 19 Jul, 2002 4 commits
    • rtl.def (CODE_LABEL): Remove slot 8. · 0dc36574
      	* rtl.def (CODE_LABEL): Remove slot 8.
      	* rtl.h (struct rtx_def): Document new uses of jump and call fields.
      	(LABEL_ALTERNATE_NAME): Delete.
      	(LABEL_KIND, SET_LABEL_KIND, LABEL_ALT_ENTRY_P): New.
      	* defaults.h: Remove default for ASM_OUTPUT_ALTERNATE_LABEL_NAME.
      
      	* final.c (output_alternate_entry_point): New.
      	(final_scan_insn): Use it instead of
      	ASM_OUTPUT_ALTERNATE_LABEL_NAME.  Do not consider possibility
      	of a case label being an alternate entry point.
      
      	* cfgbuild.c (make_edges, find_bb_boundaries): Use LABEL_ALT_ENTRY_P.
      	* emit-rtl.c (gen_label_rtx): Adjust call to gen_rtx_CODE_LABEL.
      	Do not clear LABEL_NUSES (unnecessary) or LABEL_ALTERNATE_NAME
      	(field deleted).
      	* print-rtl.c, ra-debug.c: Update code to output CODE_LABELs.
      
      	* doc/rtl.texi: Document LABEL_KIND, SET_LABEL_KIND, and
      	LABEL_ALT_ENTRY_P; not LABEL_ALTERNATE_NAME.
      	* doc/tm.texi: Delete documentation of
      	ASM_OUTPUT_ALTERNATE_LABEL_NAME.
      
      From-SVN: r55597
      Zack Weinberg committed
    • iris5gas.h (DWARF2_DEBUGGING_INFO): Define. · 59267987
      	* config/mips/iris5gas.h (DWARF2_DEBUGGING_INFO): Define.
      	(PREFERRED_DEBUGGING_TYPE): Use DWARF2_DEBUG.
      	(LINK_SPEC): Define.
      	(STARTFILE_SPEC): Define.
      	(ENDFILE_SPEC): Define.
      
      	* config/mips/iris6-o32.h (LINK_SPEC): Move ...
      	* config/mips/iris6-o32-as.h (LINK_SPEC): ... here.
      
      	* config/mips/iris6-o32-gas.h: New file.
      	* config.gcc (mips-sgi-irix6*o32): Use it.
      
      	* config/mips/t-iris5-gas: New file.
      	* config.gcc (mips-sgi-irix6*o32, mips-sgi-irix5*): Use it.
      
      From-SVN: r55596
      Rainer Orth committed
    • cppexp.c (ALWAYS_EVAL): Remove. · 75aef48a
      	* cppexp.c (ALWAYS_EVAL): Remove.
      	(optab, reduce): Always evaluate.
      	(num_unary_op, num_binary_op, num_div_op): Issue diagnostics
      	only if not skipping evaluation.
      testsuite:
      	* gcc.dg/cpp/expr.c: New tests.
      
      From-SVN: r55595
      Neil Booth committed
    • * config/avr/avr.c (debug_hard_reg_set): Remove. · 72a5503d
      From-SVN: r55594
      Marek Michalkiewicz committed