Skip to content
Snippets Groups Projects
  1. Jul 11, 2001
  2. Jul 10, 2001
    • Richard Kenner's avatar
      recog.c (offsettable_address_p): Handle LO_SUM case. · 07217645
      Richard Kenner authored
      	* recog.c (offsettable_address_p): Handle LO_SUM case.
      	* config/mips/mips.c (double_memory_operand): Use adjust_address_nv
      	instead of plus_constant.
      
      From-SVN: r43912
      07217645
    • Stephane Carrez's avatar
      reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge... · 91667711
      Stephane Carrez authored
      	* reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge,
      	fix setting of the reloads of that reload to RELOAD_FOR_OTHER_ADDRESS.
      
      From-SVN: r43911
      91667711
    • Toon Moene's avatar
      fio.h: Revert type of url from off_t to int. · 64135693
      Toon Moene authored
      2001-07-10  Toon Moene  <toon@moene.indiv.nluug.nl>
      
      	* libI77/fio.h: Revert type of url from off_t to int.
      	* libI77/dfe.c (c_dfe): Cast offset expression in FSEEK to off_t.
      	* libI77/due.c (c_due): Ditto.  (e_rdue): Ditto.
      	* libI77/ftell_.c (G77_ftell_0): Cast result of FTELL to integer.
      	(G77_fseek_0): Cast offset argument of FSEEK to off_t.
      
      From-SVN: r43910
      64135693
    • Richard Kenner's avatar
      rs6000.c (print_operand, [...]): Use adjust_address_nv instead of plus_constant. · d7624dc0
      Richard Kenner authored
      	* config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
      	adjust_address_nv instead of plus_constant.
      
      From-SVN: r43909
      d7624dc0
    • Neil Booth's avatar
      Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines. · a51d908e
      Neil Booth authored
      	* Makefile.in (toplev.o, sdbout.o, dbxout.o, dwarfout.o,
      	dwarf2out.o): Depend on debug.h, wrap long lines.
      	* dbxout.c: Include debug.h.
      	(dbx_debug_hooks): New.
      	(dbxout_init): Make static, take just 2 args.
      	(dbxout_finish): Make static.
      	* dbxout.h (dbxout_init, dbxout_finish): Delete.
      	* debug.c: New file.
      	* debug.h: New file.
      	* dwarf2out.c: Include debug.h.
      	(dwarf2_debug_hooks): New.
      	(dwarf2out_init): Make static.
      	(dwarf2out_finish): Make static, take 2 args.
      	* dwarf2out.h (dwarf2out_init, dwarf2out_finish): Delete.
      	* dwarfout.c: Include debug.h.
      	(dwarf_debug_hooks): New.
      	(dwarfout_init): Make static.
      	(dwarfout_finish): Make static, take 2 args.
      	* dwarfout.h (dwarfout_init, dwarfout_finish): Delete.
      	* sdbout.c: Include debug.h.
      	(sdb_debug_hooks): New.
      	(sdbout_init): Make static, take 2 args.
      	* sdbout.h (sdbout_init): Delete.
      	* toplev.c: Include debug.h.
      	(debug_hooks): New.
      	(compile_file): Set deubg_hooks based on command line options.
      	Use the hooks unconditionally rather than conditional compilation.
      
      From-SVN: r43908
      a51d908e
    • Neil Booth's avatar
      * tm.texi: Fix markup. · baed53ac
      Neil Booth authored
      From-SVN: r43907
      baed53ac
    • Jeffrey A Law's avatar
      ssa-ccp.c (first_phi_node): Remove. · af5c573a
      Jeffrey A Law authored
              * ssa-ccp.c (first_phi_node): Remove.  Replace uses with calls to
              first_insn_after_basic_block_note instead.
      
              * df.c (df_bb_refs_unlink): #if 0 out for now.
      
              * ssa.h: Add prototype for ssa_const_prop
              * ssa-ccp.c: Add prototype for ssa_fast_dce and mark_references
              (ssa_ccp_substitute_constants): Fix signed vs unsigned comparison
              (ssa_fast_dce): Remove unused variable
      
      From-SVN: r43906
      af5c573a
    • Gabriel Dos Reis's avatar
      diagnostic.c (finish_diagnostic): Rename to diagnostic_finish. · 64dfaa76
      Gabriel Dos Reis authored
              * diagnostic.c (finish_diagnostic): Rename to
              diagnostic_finish. Make it take an 'output_buffer *'.  Adjust
              calls thourghout.
      
      From-SVN: r43905
      64dfaa76
Loading