1. 17 Apr, 2000 21 commits
  2. 16 Apr, 2000 12 commits
  3. 15 Apr, 2000 7 commits
    • toplev.c (display_help): Prefix "f" to "sched-verbose=". · 409f8483
              * toplev.c (display_help): Prefix "f" to "sched-verbose=".
              * haifa-sched.c: Update -fsched-verbose comments to use "=".
      
      From-SVN: r33172
      David Edelsohn committed
    • target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC as well. · 14d9580d
              * f/target.h (FFETARGET_32bit_longs): Define for 64-bit PowerPC
              as well.
      
      From-SVN: r33171
      David Edelsohn committed
    • Makefile.in (ggc-page.o): Now includes toplev.h. · b9bfacf0
      	* Makefile.in (ggc-page.o): Now includes toplev.h.
      	* ggc-page.c (toplev.h): Now included.
      	(gc_time): Remove declaration.
      	(ggc_collect): TIME now long.
      	* toplev.c (parse_time, varasm_time, gc_time): Still global; all
      	others static.
      	* toplev.h (gc_time, parse_time, gc_time): New declarations.
      	* cp/decl2.c (parse_time, varconst_time): Delete declarations.
      	(finish_file): Delete LINENO declaration.
      	START_TIME and THIS_TIME now long.
      
      From-SVN: r33169
      Richard Kenner committed
    • toplev.c: Make *_time variable long to reduce chance of overflow. · 77a02dba
      	* toplev.c: Make *_time variable long to reduce chance of overflow.
      	(TIMEVAR): Likewise for `otime'.
      	(print_time): Arg is now long; compute percentage in FP and round.
      	* toplev.h (print_time): Arg is long.
      
      	* tree.c: Minor whitespace changes.
      
      From-SVN: r33168
      Richard Kenner committed
    • configure.in (alpha*-*-*): Aad config/alpha/t-alpha. · b1a88540
      	* configure.in (alpha*-*-*): Aad config/alpha/t-alpha.
      	* configure: Rebuilt.
      	* libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
      	(__fixunsxfDI): Renamed from __fixunsxfdi.
      	(__fixunsdfDI): Renamed from __fixunsdfdi.
      	(__fixunssfDI): Renamed from __fixunssfdi.
      	(__floatdisf): Use proper type in REP_BIT macro.
      	(__fixunsxfSI): Renamed from __fixunsxfsi.
      	(__fixunsdfSI): Renamed from __fixunsdfsi.
      	(__fixunssfSI): Renamed from __fixunssfsi.
      	* libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
      	Change location of macros and upper-case some names as above.
      	* longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
      	* config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
      
      From-SVN: r33167
      Richard Kenner committed
    • configure.in (alpha*-*-*): Aad config/alpha/t-alpha. · 6da9c622
      	* configure.in (alpha*-*-*): Aad config/alpha/t-alpha.
      	* configure: Rebuilt.
      	* libgcc2.c (__fixunstfDI): Renamed from __fixunstfdi.
      	(__fixunsxfDI): Renamed from __fixunsxfdi.
      	(__fixunsdfDI): Renamed from __fixunsdfdi.
      	(__fixunssfDI): Renamed from __fixunssfdi.
      	(__floatdisf): Use proper type in REP_BIT macro.
      	(__fixunsxfSI): Renamed from __fixunsxfsi.
      	(__fixunsdfSI): Renamed from __fixunsdfsi.
      	(__fixunssfSI): Renamed from __fixunssfsi.
      	* libgcc2.h: Add cases for MIN_UNITS_PER_WORD > 4.
      	Change location of macros and upper-case some names as above.
      	* longlong.h ([alpha]): Use PARAMS, not __P in decl of __udiv__qrnnd.
      	* config/alpha/t-alpha, config/alpha/qrnnd.asm: New files.
      
      From-SVN: r33166
      Richard Kenner committed