1. 02 Jun, 2003 7 commits
    • Makefile.in (c-options.c): Pass in $(AWK) to opts.sh. · e7aba4cd
      	* Makefile.in (c-options.c): Pass in $(AWK) to opts.sh.
      	(mostlyclean): Delete c-options.c and c-options.h.
      
      From-SVN: r67326
      Kaveh R. Ghazi committed
    • c-opts.c (CL_REJECT_NEGATIVE): New. · c83857ff
      
      	* c-opts.c (CL_REJECT_NEGATIVE): New.
      	(c_common_decode_option): Update to use it.
      	* c.opt: Update documentation; use RejectNegative.
      	* opts.sh: Handle RejectNegative.
      
      From-SVN: r67325
      Neil Booth committed
    • * Shorten a line in my 2003-06-02 entry that was too long. · d48b7f2a
      From-SVN: r67324
      Ben Elliston committed
    • ggc-page.c (init_ggc): Give better diagnostics on failure to open /dev/zero. · c770ac2b
      	* ggc-page.c (init_ggc): Give better diagnostics on failure to
      	open /dev/zero.
      	* toplev.c (crash_signal): Reset handling for received signal
      	to SIG_DFL.
      
      From-SVN: r67323
      Zack Weinberg committed
    • arm.c (arm_use_dfa_pipeline_interface): Declare. · 103fc15d
      2003-06-02  Ben Elliston  <bje@wasabisystems.com>
      
      	* config/arm/arm.c (arm_use_dfa_pipeline_interface): Declare.
      	(TARGET_SCHED_USE_DFA_PIPELINE_INTERFACE): Define if not already defined.
      	(arm_use_dfa_pipeline_interface): Implement.
      	* config/arm/arm.md (arm): New automaton.
      	(write_buf): Remove function units; new cpu unit.
      	(write_blockage): Remove function units; new cpu unit.
      	(core): Remove function units; new cpu unit.
      	(r_mem_f_wbuf): New instruction reservation.
      	(store1_wbuf, store2_wbuf, store3_wbuf, store4_wbuf): Likewise.
      	(store1_ldsched, store2, store3, store4): Likewise.
      	(load_ldsched, load_ldsched_xscale, load_or_store): Likewise.
      	(mult, mult_ldsched, mult_ldsched_strongarm): Likewise.
      	(multi_cycle, single_cycle): Likewise.
      	* config/arm/fpa.md (armfp): New automaton.
      	(fpa): Remove function units; new cpu unit.
      	(fpa_mem): Remove function unit; new cpu unit.
      	(fdivx, fdivd, fdivs, fmul, ffmul, farith, ffarith): New reservations.
      	(r_2_f, f_2_r, f_load, f_store, r_mem_f, f_mem_r): Likewise.
      
      From-SVN: r67322
      Ben Elliston committed
    • builtin-attrs.def (ATTR_ASM_FPRINTF): New. · 3ae1d4c2
      	* builtin-attrs.def (ATTR_ASM_FPRINTF): New.
      	* c-format.c (enum format_type): Add asm_fprintf_format_type.
      	(NOARGUMENTS, asm_fprintf_length_specs, asm_fprintf_flag_specs,
      	asm_fprintf_flag_pairs, asm_fprintf_char_table): New.
      	(format_types_orig): Renamed from format_types.  Add new data.
      	(format_types): Declare as pointer.
      	(handle_format_attribute): Move later in file so we have all
      	necessary declarations.  Add section to capture HOST_WIDE_INT.
      	* output.h (ATTRIBUTE_ASM_FPRINTF, __gcc_host_wide_int__): New.
      	(asm_fprintf): Mark with ATTRIBUTE_ASM_FPRINTF.
      
      From-SVN: r67319
      Kaveh R. Ghazi committed
    • Daily bump. · 069093f5
      From-SVN: r67317
      GCC Administrator committed
  2. 01 Jun, 2003 23 commits
  3. 31 May, 2003 10 commits