1. 17 May, 2003 8 commits
    • coff.h: Remove support for Sun FPA and Sun SKY board. · 1a8965c4
      2003-05-17  Andreas Schwab  <schwab@suse.de>
      
      	* config/m68k/coff.h: Remove support for Sun FPA and Sun SKY board.
      	* config/m68k/linux.h: Likewise.
      	* config/m68k/m68k-none.h: Likewise.
      	* config/m68k/netbsd-elf.h: Likewise.
      	* config/m68k/sgs.h: Likewise.
      	* config/m68k/m68k.h: Likewise.
      	* config/m68k/m68k.md: Likewise.
      	* config/m68k/m68k.c: Likewise.
      	* doc/md.texi (Machine Constraints): Remove Sun FPA specific
      	constraints.
      	* doc/invoke.texi (Option Summary): Remove -mfpa.
      	(M680x0 Options): Likewise.
      
      From-SVN: r66907
      Andreas Schwab committed
    • sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS. · 6508bdd5
      
      	* config/sol2.h: Add TARGET_SUB_OS_CPP_BUILTINS.
      	* config/sparc/liteelf.h, config/sparc/openbsd64.h,
      	config/sparc/rtemself.h, config/sparc/sol2-64.h,
      	config/sparc/sp64-elf.h, config/sparc/sp86x-elf.h:
      	Update for use of TARGET_SUB_OS_CPP_BUILTINS.
      
      From-SVN: r66905
      Neil Booth committed
    • i960.h, rtems.h: Use TARGET_OS_CPP_BUILTINS and TARGET_CPU_CPP_BUILTINS in preference to... · 8d55c164
      	* i960/i960.h, i960/rtems.h: Use TARGET_OS_CPP_BUILTINS and
      	TARGET_CPU_CPP_BUILTINS in preference to CPP_PREDEFINES.
      
      From-SVN: r66903
      Neil Booth committed
    • config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h. · 9b8466f4
      	* config.gcc (sparc-*-sysv4*): Add sparc/sysv4-only.h.
      	* sparc/aout.h, sparc/elf.h, sparc/freebsd.h, sparc/linux.h,
      	sparc/linux64.h, sparc/lite.h, sparc/litecoff.h, sparc/liteelf.h,
      	sparc/netbsd-elf.h, sparc/openbsd.h, sparc/openbsd64.h,
      	sparc/pbd.h, sparc/rtemself.h, sparc/sol2-64.h, sparc/sol2-bi.h,
      	sparc/sol2.h, sparc/sp64-elf.h, sparc/sp86-elf.h, sparc/sparc.h,
      	sparc/sysv4.h,
      	* sparc/sysv4-only.h: New.
      
      From-SVN: r66902
      Neil Booth committed
    • * function.c (assign_parms): Check for zero size args. · 5c07bd7a
      From-SVN: r66901
      Alan Modra committed
    • cfgloopanal.c (test_for_iteration): Use string concatentation on… · 90ff44cf
      cfgloopanal.c (test_for_iteration): Use string concatentation on HOST_WIDE_INT_PRINT_* format specifier to collapse...
      
      gcc:
      	* cfgloopanal.c (test_for_iteration): Use string concatentation on
      	HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
      	function calls into one.
      	* dbxout.c (dbxout_symbol): Likewise.
      	* defaults.h (ASM_OUTPUT_SIZE_DIRECTIVE): Likewise.
      	* dwarf2asm.c (dw2_asm_output_data_uleb128,
      	dw2_asm_output_data_sleb128): Likewise.
      	* genrecog.c (debug_decision_2): Likewise.
      	* loop.c (emit_prefetch_instructions): Likewise.
      	* print-rtl.c (print_rtx): Likewise.
      	* print-tree.c (print_node_brief, print_node): Likewise.
      	* ra-debug.c (dump_igraph, dump_graph_cost,
      	dump_static_insn_cost): Likewise.
      	* ra-rewrite.c (dump_cost): Likewise.
      	* sdbout.c (PUT_SDB_INT_VAL, PUT_SDB_SIZE): Likewise.
      	* sreal.c (dump_sreal): Likewise.
      	* unroll.c (unroll_loop, precondition_loop_p): Likewise.
      	* varasm.c (assemble_vtable_entry): Likewise.
      
      cp:
      	* ptree.c (cxx_print_type, cxx_print_xnode): Use string
      	concatentation on HOST_WIDE_INT_PRINT_* format specifier to
      	collapse multiple function calls into one.
      	* tree.c (debug_binfo): Likewise.
      
      java:
      	* parse.y (print_int_node): Use string concatentation on
      	HOST_WIDE_INT_PRINT_* format specifier to collapse multiple
      	function calls into one.
      
      From-SVN: r66900
      Kaveh R. Ghazi committed
    • Daily bump. · 40fd18b5
      From-SVN: r66898
      GCC Administrator committed
  2. 16 May, 2003 32 commits