1. 18 Dec, 2004 6 commits
    • Makefile.in (top_builddir): Set to `.'. · 207db768
      2004-12-18  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* Makefile.in (top_builddir): Set to `.'.
      	(OUTPUT_OPTION): Removed.
      	(LIBTOOL): New.
      	(LTLIBOBJS): New.
      	(EXTRA_LTOFILES): New.
      	(FLAGS_TO_PASS): Add EXTRA_LTOFILES.
      	(all): Remove stamp-picdir.
      	(LTCOMPILE): New.
      	(.c.lo): New rule.
      	(REQUIRED_LTOFILES): New.
      	(CONFIGURED_LTOFILES): New.
      	($(TARGETLIB)): Check .libs for PIC object files. Depend on
      	$(REQUIRED_LTOFILES) $(EXTRA_LTOFILES) $(LTLIBOBJS).
      	(stamp-picdir): Completely removed.
      	(maint-missing): Pass $(REQUIRED_LTOFILES)
      	$(CONFIGURED_LTOFILES) instead of (REQUIRED_OFILES)
      	$(CONFIGURED_OFILES)
      	(maint-buildall): Depend on $(REQUIRED_LTOFILES)
      	$(CONFIGURED_LTOFILES).
      	(mostlyclean): Also remove *.lo .libs.
      	Run "make maint-deps".
      
      	* aclocal.m4: Include ../libtool.m4.
      
      	* config.table: Don't check --enable-shared.
      
      	* configure.ac (AC_PROG_LIBTOOL): Add.
      	(AC_PROG_CC_C_O): Removed.
      	(OUTPUT_OPTION): Removed.
      	(NO_MINUS_C_MINUS_O): Removed.
      	(ltpexecute): New substitute.
      	(LIBOBJS): Cleanup.
      	* configure: Regenerated.
      
      	* maint-tool: Updated for .lo/libtool.
      
      From-SVN: r92353
      H.J. Lu committed
    • ifcvt.c (total_bb_rtx_cost): Rename function to cheap_bb_rtx_cost_p. · 4fb735e4
      
      	* ifcvt.c (total_bb_rtx_cost): Rename function to cheap_bb_rtx_cost_p.
      	Take a max_cost argument to avoid scanning large blocks, by returning
      	a Boolean instead of a total.  Include the cost of a "fstp %st(0)"
      	instruction required to pop dead values off of a register stack.
      
      From-SVN: r92352
      Roger Sayle committed
    • re PR middle-end/18548 (Miscompiles code generated by Gambit-C Scheme->C compiler) · dbedefae
      
      	PR middle-end/18548
      	* expr.c (expand_expr_real_1) <MAX_EXPR>: Ensure that target, op0
      	and op1 are all registers (or constants) before expanding the RTL
      	comparison sequence [to avoid reg_overlap_mentioned (target, op1)].
      
      	* gcc.dg/max-1.c: New test case.
      
      From-SVN: r92351
      Roger Sayle committed
    • re PR rtl-optimization/16968 (loop optimizer miscompilation) · 9f70d2bc
      	PR rtl-optimization/16968
      	* loop.c (scan_loop): Stop scanning the loop for movable
      	insns as soon as an optimization barrier is encountered.
      
      From-SVN: r92348
      Eric Botcazou committed
    • re PR middle-end/18897 (/usr/ccs/bin/ld: Unsatisfied symbols: putchar (first… · bc6d19ab
      re PR middle-end/18897 (/usr/ccs/bin/ld: Unsatisfied symbols: putchar (first referenced in build/gengenrtl.o) (data))
      
      	PR 18897
      	* toplev.c (compile_file): Call process_pending_assemble_externals
      	just before targetm.asm_out.file_end.
      
      From-SVN: r92347
      Zack Weinberg committed
    • Daily bump. · a1d60146
      From-SVN: r92343
      GCC Administrator committed
  2. 17 Dec, 2004 19 commits
  3. 16 Dec, 2004 15 commits