1. 12 Aug, 2001 4 commits
    • Daily bump. · ce55d248
      From-SVN: r44817
      GCC Administrator committed
    • Oops, fix check-in date. · b0e9bc8c
      From-SVN: r44816
      Andrew Cagney committed
    • toplev.c (set_float_handler): Make static. · 94aca342
      	* toplev.c (set_float_handler): Make static.
      	* toplev.h: Don't prototype set_float_handler.
      
      	* simplify-rtx.c: Don't include setjmp.h.
      	(simplify_unary_real, simplify_binary_real, simplify_binary_is2orm1):
      	New functions.
      	(simplify_unary_operation, simplify_binary_operation): Use them,
      	via do_float_handler.
      
      	* fold-const.c: Don't include setjmp.h.
      	(exact_real_inverse_1): New function.
      	(exact_real_inverse): Use it, via do_float_handler.
      
      	* varasm.c: Don't include setjmp.h.
      	(assemble_real_1): New function.
      	(assemble_real): Use it, via do_float_handler.
      	Call internal_error if we get a trap here.
      
      	* c-parse.in, cse.c, cselib.c, ch/lex.c, config/i386/i386.c,
      	config/pj/pj.c, config/s390/s390.c: Don't include setjmp.h.
      
      	* java/lex.h: Don't include setjmp.h.  Don't define
      	SET_FLOAT_HANDLER or prototype set_float_handler.
      
      From-SVN: r44815
      Zack Weinberg committed
    • defaults.h: Define PREFERRED_STACK_BOUNDARY to STACK_BOUNDARY if not already defined. · 31cdd499
      	* defaults.h: Define PREFERRED_STACK_BOUNDARY to
      	STACK_BOUNDARY if not already defined.
      
      	* calls.c, function.c, reload1.c, explow.c: Don't default
      	PREFERRED_STACK_BOUNDARY.  Remove all #if/#ifdef on
      	PREFERRRED_STACK_BOUNDARY and/or STACK_BOUNDARY.
      
      	* explow.c (allocate_dynamic_stack_space): Change unsafe #if
      	to run-time test.
      
      	* doc/tm.texi: Document that STACK_BOUNDARY is required;
      	clarify difference between it and PREFERRED_STACK_BOUNDARY.
      
      From-SVN: r44814
      Zack Weinberg committed
  2. 11 Aug, 2001 24 commits
  3. 10 Aug, 2001 12 commits