1. 11 Jul, 2001 35 commits
  2. 10 Jul, 2001 5 commits
    • recog.c (offsettable_address_p): Handle LO_SUM case. · 07217645
      	* 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
      Richard Kenner committed
    • reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge... · 91667711
      	* 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
      Stephane Carrez committed
    • fio.h: Revert type of url from off_t to int. · 64135693
      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
      Toon Moene committed
    • rs6000.c (print_operand, [...]): Use adjust_address_nv instead of plus_constant. · d7624dc0
      	* config/rs6000/rs6000.c (print_operand, case 'L', 'Y', 'Z'): Use
      	adjust_address_nv instead of plus_constant.
      
      From-SVN: r43909
      Richard Kenner committed
    • Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines. · a51d908e
      	* 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
      Neil Booth committed